org.gbanga.api.geojson
Class CRS

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

public class CRS
extends java.lang.Object

The Coordinate Reference System class.

Author:
Matthias
See Also:
GeoJSON.org, coordinate reference system objects

Field Summary
 CRSProperties properties
          Contains a "Named CRS".
 java.lang.String type
          The naming type to identify the CRS.
 
Constructor Summary
CRS()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

properties

public CRSProperties properties
Contains a "Named CRS".

See Also:
GeoJSON.org, named CRS

type

public java.lang.String type
The naming type to identify the CRS. Standard is OGC.

Constructor Detail

CRS

public CRS()