collection metadata

Hierarchy

  • ICollection

Properties

crs?: string[]

the list of CRS identifiers supported by the service

description?: string

a description of the features in the collection

id: string

identifier of the collection used, for example, in URIs

itemType?: string

indicator about the type of the items in the collection (the default value is 'feature')

links: ILink[]

links

storageCrs?: string

the CRS identifier, from the list of supported CRS identifiers, that may be used to retrieve features from a collection without the need to apply a CRS transformation

storageCrsCoordinateEpoch?: number

point in time at which coordinates in the spatial feature collection are referenced to the dynamic coordinate reference system in storageCrs, that may be used to retrieve features from a collection without the need to apply a change of coordinate epoch. It is expressed as a decimal year in the Gregorian calendar

title?: string

human readable title of the collection

Generated using TypeDoc