Uses of Interface
twaver.gis.GeographyFeature

Packages that use GeographyFeature
twaver.gis   
 

Uses of GeographyFeature in twaver.gis
 

Methods in twaver.gis that return GeographyFeature
 GeographyFeature[] ImageLayer.getAllFeatures()
           
 GeographyFeature[] ImageLayer.getFeatures(double longitude, double latitude)
           
 GeographyFeature[] GeographyMap.getSelectedFeatures()
          Gets all selected GeographyFeatures
 GeographyFeature[] GeographyLayer.getAllFeatures()
          Gets all the GeographyFeatures of the layer.
 GeographyFeature[] GeographyLayer.getFeatures(double longitude, double latitude)
          Gets the features which geometric shape contains the coordinates.