Interface Metadata

Metadata.

interface Metadata {
    author?: Person;
    bounds?: Bounds;
    copyright?: Copyright;
    desc?: string;
    extensions?: any;
    keywords?: string;
    link?: Link[];
    name?: string;
    time?: Date;
}

Properties

author?: Person

The person or organization who created the file.

bounds?: Bounds

Minimum and maximum coordinates which describe the extent of the coordinates in the file.

copyright?: Copyright

Copyright and license information governing the use of the file.

desc?: string

Description.

extensions?: any

Extensions.

keywords?: string

Keywords associated with the file.

link?: Link[]

URLs associated with the location described in the file.

name?: string

Name.

time?: Date

The creation date of the file.