Package com.luciad.format.gdf
Class TLcdGDFFeatureClass
java.lang.Object
com.luciad.format.gdf.TLcdGDFFeatureClass
Provides general information about a feature class, identified by its feature
class code.
- Since:
- 5.1
-
Method Summary
Modifier and TypeMethodDescriptionReturns the data type of all GDF domain objects that have this feature class as feature class.Returns a textual description of this feature class.int
Returns the 4-digit type code of this feature class.Returns the feature theme to which this feature class belongs.toString()
Returns a general description of this feature class.
-
Method Details
-
getFeatureClassCode
public int getFeatureClassCode()Returns the 4-digit type code of this feature class.- Returns:
- the 4-digit type code of this feature class.
-
getFeatureTheme
Returns the feature theme to which this feature class belongs.- Returns:
- the feature theme to which this feature class belongs.
-
getDataType
Returns the data type of all GDF domain objects that have this feature class as feature class.- Returns:
- the data type of all GDF domain objects that have this feature class as feature class.
-
getDescription
Returns a textual description of this feature class.- Returns:
- a textual description of this feature class.
-
toString
Returns a general description of this feature class. The exact details of the representation are unspecified and are subject to change.
-