org.gbanga.api.geojson
Class Geometry

java.lang.Object
  extended by org.gbanga.api.geojson.Geometry
Direct Known Subclasses:
LineString, Point, Polygon

public class Geometry
extends java.lang.Object

A GeoJSON geometry object.

Author:
Matthias
See Also:
GeoJSON.org, geometry object

Field Summary
 java.lang.String type
          The named type of it.
 
Constructor Summary
Geometry()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

public java.lang.String type
The named type of it.

See Also:
LineString.type, Point.type, Polygon.type
Constructor Detail

Geometry

public Geometry()