org.gbanga.api.geojson
Class CRSProperties

java.lang.Object
  extended by org.gbanga.api.geojson.CRSProperties

public class CRSProperties
extends java.lang.Object

Belongs to a CRS object to indicate a coordinate reference system by name.

Author:
Matthias
See Also:
GeoJSON.org, named CRS

Field Summary
 java.lang.String urn
          The OGC CRS URN to the standard CRS that Gbanga uses (urn:ogc:def:crs:OGC:1.3:CRS84).
 
Constructor Summary
CRSProperties()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

urn

public java.lang.String urn
The OGC CRS URN to the standard CRS that Gbanga uses (urn:ogc:def:crs:OGC:1.3:CRS84).

Constructor Detail

CRSProperties

public CRSProperties()