org.gbanga.api.geojson
Class Feature

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

public class Feature
extends java.lang.Object

OpenLayer geometry feature (in GeoJSON format).

Author:
Matthias
See Also:
GeoJSON.org, feature objects

Field Summary
 CRS crs
          The coordinates reference system used for this feature.
 Geometry geometry
          The Geometry containing the position of this feature.
 java.lang.String id
          The unique identifier.
 FeatureProperties properties
          The Gbanga relevant properties of this feature (img, color, radius, etc.).
 java.lang.String type
          The named type of this feature.
 
Constructor Summary
Feature()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

crs

public CRS crs
The coordinates reference system used for this feature.


geometry

public Geometry geometry
The Geometry containing the position of this feature.


id

public java.lang.String id
The unique identifier.


properties

public FeatureProperties properties
The Gbanga relevant properties of this feature (img, color, radius, etc.).


type

public java.lang.String type
The named type of this feature.

Constructor Detail

Feature

public Feature()