Uses of Interface
twaver.gis.GeographyFeature

Packages that use GeographyFeature
twaver.gis   
twaver.gis.ogc   
twaver.gis.ogc.actions   
twaver.gis.utils   
 

Uses of GeographyFeature in twaver.gis
 

Methods in twaver.gis that return GeographyFeature
 GeographyFeature[] GeographyMap.getSelectedFeatures()
          Gets all selected GeographyFeatures
 

Uses of GeographyFeature in twaver.gis.ogc
 

Methods in twaver.gis.ogc that return GeographyFeature
static GeographyFeature[] WFSUtils.getFeaturesByGeoJSON(java.io.InputStream jsonIs, java.lang.String charset)
           
static GeographyFeature[] WFSRequest.requireFeatures(java.lang.String serverPath, java.lang.String requireContents)
          Requires geography features though WFS.
static GeographyFeature[] WFSRequest.requireFeatures(java.lang.String serverPath, java.lang.String requireContents, java.lang.String resultCharset)
           
 

Uses of GeographyFeature in twaver.gis.ogc.actions
 

Methods in twaver.gis.ogc.actions with parameters of type GeographyFeature
 void InsertAction.addFeature(GeographyFeature fea)
           
 

Uses of GeographyFeature in twaver.gis.utils
 

Methods in twaver.gis.utils that return GeographyFeature
static GeographyFeature GisToolkits.createFeture(java.util.List shape, java.lang.String type, java.lang.String[] attributeNames, java.lang.Object[] values)
           
 

Methods in twaver.gis.utils with parameters of type GeographyFeature
static java.awt.Shape GisToolkits.getGeographyFeatureShape(GeographyMap map, GeographyFeature feature)
          Gets the shape of a GeographyFeature.