Uses of Class
com.luciad.format.gdf.TLcdGDFFeatureCategory
Packages that use TLcdGDFFeatureCategory
-
Uses of TLcdGDFFeatureCategory in com.luciad.format.gdf
Fields in com.luciad.format.gdf declared as TLcdGDFFeatureCategoryModifier and TypeFieldDescriptionstatic final TLcdGDFFeatureCategoryTLcdGDFFeatureCategory.AREAThis object represents the GDF area feature category.static final TLcdGDFFeatureCategoryTLcdGDFFeatureCategory.COMPLEXThis object represents the GDF complex feature category.static final TLcdGDFFeatureCategoryTLcdGDFFeatureCategory.LINEThis object represents the GDF line feature category.static final TLcdGDFFeatureCategoryTLcdGDFFeatureCategory.POINTThis object represents the GDF point feature category.Methods in com.luciad.format.gdf that return TLcdGDFFeatureCategoryModifier and TypeMethodDescriptionILcdGDFFeature.getFeatureCategory()Returns the feature category to which this feature belongs.static TLcdGDFFeatureCategoryTLcdGDFFeatureCategory.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.Methods in com.luciad.format.gdf with parameters of type TLcdGDFFeatureCategoryModifier and TypeMethodDescriptionstatic TLcdGDFFeatureKeyTLcdGDFFeatureKey.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 TLcdGDFFeatureKeyTLcdGDFFeatureKey.getInstance(TLcdGDFSectionKey aSectionKey, long aFeatureIdentifier, TLcdGDFFeatureCategory aFeatureCategory) Returns a feature key for the given feature identifiers.