crs property

Iterable<CoordRefSys> crs
final

Supported CRS identifiers for this collection.

The OGC API - Features - Part 2: Coordinate Reference Systems by Reference standard (and early drafts of OGC API - Common - Part 3: CRS) allow providing a global crs list for all collections, and collection specific crs lists for each collection. This crs property provides a combined result of coordinate reference systems this collection actually supports from global and collection specific crs ids.

The default list contains only WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84).

Implementation

final Iterable<CoordRefSys> crs;