Uses of Interface
com.metsci.glimpse.charts.vector.parser.objects.GeoFeatureType

Packages that use GeoFeatureType
com.metsci.glimpse.charts.vector.display   
com.metsci.glimpse.charts.vector.parser.objects   
 

Uses of GeoFeatureType in com.metsci.glimpse.charts.vector.display
 

Methods in com.metsci.glimpse.charts.vector.display that return GeoFeatureType
 GeoFeatureType ENCBasicSkinHelper.convertGeoFeatureType(java.lang.String type)
           
 GeoFeatureType DNCBasicSkinHelper.convertGeoFeatureType(java.lang.String type)
           
 GeoFeatureType BasicSkinHelper.convertGeoFeatureType(java.lang.String type)
          Given a string from a skin xml file describing a feature type from a skin xml file, this method will return the feature type the string is describing.
 

Methods in com.metsci.glimpse.charts.vector.display that return types with arguments of type GeoFeatureType
 java.util.List<? extends GeoFeatureType> ENCBasicSkinHelper.convertGeoFeatureType(java.util.List<java.lang.String> featureTypeList)
           
 java.util.List<? extends GeoFeatureType> DNCBasicSkinHelper.convertGeoFeatureType(java.util.List<java.lang.String> featureTypeList)
           
 java.util.List<? extends GeoFeatureType> BasicSkinHelper.convertGeoFeatureType(java.util.List<java.lang.String> featureTypeList)
          Given a list of strings from a skin xml file that specify feature types, this method will return a parallel list of feature types specified by the list of strings.
 

Uses of GeoFeatureType in com.metsci.glimpse.charts.vector.parser.objects
 

Classes in com.metsci.glimpse.charts.vector.parser.objects that implement GeoFeatureType
 class DNCFeatureCode
          List of DNC feature codes.
 class ENCObjectType
           
 

Methods in com.metsci.glimpse.charts.vector.parser.objects that return GeoFeatureType
 GeoFeatureType GeoObject.getGeoFeatureType()
           
 GeoFeatureType ENCObject.getGeoFeatureType()
           
 GeoFeatureType DNCObject.getGeoFeatureType()
           
 



Copyright © 2012 Metron, Inc.. All Rights Reserved.