id property
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 byAxisOrder.xy
.http://www.opengis.net/def/crs/OGC/1.3/CRS84h
: WGS 84 geographic coordinates (longitude, latitude) ordered as specified byAxisOrder.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 byAxisOrder.yx
.http://www.opengis.net/def/crs/EPSG/0/4258
or (EPSG:4258
): ETRS89 geographic coordinates (latitude, longitude) ordered as specified byAxisOrder.yx
.http://www.opengis.net/def/crs/EPSG/0/3857
or (EPSG:3857
): WGS 84 projected (Web Mercator) metric coordinates ordered as specified byAxisOrder.xy
.http://www.opengis.net/def/crs/EPSG/0/3395
or (EPSG:3395
): WGS 84 projected (World Mercator) metric coordinates ordered as specified byAxisOrder.xy
.
Implementation
final String id;