id property

String id
final

The coordinate reference system (CRS) identifier.

The identifier is authorative, it identifies a well known or referenced specification that defines properties for a coordinate reference system.

Examples:

  • http://www.opengis.net/def/crs/OGC/1.3/CRS84: WGS 84 geographic coordinates (longitude, latitude) ordered as specified by AxisOrder.xy.
  • http://www.opengis.net/def/crs/OGC/1.3/CRS84h: WGS 84 geographic coordinates (longitude, latitude) ordered as specified by AxisOrder.xy, with ellipsoidal height (elevation) as a third coordinate.
  • http://www.opengis.net/def/crs/EPSG/0/4326 or (EPSG:4326): WGS 84 geographic coordinates (latitude, longitude) ordered as specified by AxisOrder.yx.
  • http://www.opengis.net/def/crs/EPSG/0/4258 or (EPSG:4258): ETRS89 geographic coordinates (latitude, longitude) ordered as specified by AxisOrder.yx.
  • http://www.opengis.net/def/crs/EPSG/0/3857 or (EPSG:3857): WGS 84 projected (Web Mercator) metric coordinates ordered as specified by AxisOrder.xy.
  • http://www.opengis.net/def/crs/EPSG/0/3395 or (EPSG:3395): WGS 84 projected (World Mercator) metric coordinates ordered as specified by AxisOrder.xy.

Implementation

final String id;