Uses of Class
org.gbanga.api.geojson.Feature

Packages that use Feature
org.gbanga.api Specifies the complete interface to the Gbanga Puppetmaster API service. 
org.gbanga.api.geojson Provides the GeoJSON.org definitions as Java objects. 
 

Uses of Feature in org.gbanga.api
 

Fields in org.gbanga.api declared as Feature
 Feature Cell.location
          The geographic location of this cell in Feature format (GeoJSON).
 

Methods in org.gbanga.api that return Feature
 Feature API.locate(java.lang.String sessionKey, float latitude, float longitude)
          Retrieve the geographical location of a given cell.
 Feature API.whereAmI()
          Tries to locate the requester of this method with the help of HTTP header information, IP localization, etc.
 

Uses of Feature in org.gbanga.api.geojson
 

Fields in org.gbanga.api.geojson declared as Feature
 Feature[] FeatureCollection.features
          A list with Features appertaining to this collection.