Uses of Class
com.luciad.format.gdf.TLcdGDFFeatureCategory
-
Uses of TLcdGDFFeatureCategory in com.luciad.format.gdf
Modifier and TypeFieldDescriptionstatic final TLcdGDFFeatureCategory
TLcdGDFFeatureCategory.AREA
This object represents the GDF area feature category.static final TLcdGDFFeatureCategory
TLcdGDFFeatureCategory.COMPLEX
This object represents the GDF complex feature category.static final TLcdGDFFeatureCategory
TLcdGDFFeatureCategory.LINE
This object represents the GDF line feature category.static final TLcdGDFFeatureCategory
TLcdGDFFeatureCategory.POINT
This object represents the GDF point feature category.Modifier and TypeMethodDescriptionILcdGDFFeature.getFeatureCategory()
Returns the feature category to which this feature belongs.static TLcdGDFFeatureCategory
TLcdGDFFeatureCategory.getFeatureCategory
(int aCode) Returns the feature category that corresponds to the given code, as specified in the GDF data format.TLcdGDFFeatureKey.getFeatureCategory()
Returns the feature category of the feature.Modifier and TypeMethodDescriptionstatic TLcdGDFFeatureKey
TLcdGDFFeatureKey.getInstance
(long aDatasetIdentifier, long aLayerIdentifier, long aSectionIdentifier, long aFeatureIdentifier, TLcdGDFFeatureCategory aFeatureCategory) Returns a feature key for the given set of identifiers that define the feature.static TLcdGDFFeatureKey
TLcdGDFFeatureKey.getInstance
(TLcdGDFSectionKey aSectionKey, long aFeatureIdentifier, TLcdGDFFeatureCategory aFeatureCategory) Returns a feature key for the given feature identifiers.