public class TLcdGDFFeatureCategory extends Object
Modifier and Type | Field and Description |
---|---|
static TLcdGDFFeatureCategory |
AREA
This object represents the GDF area feature category.
|
static TLcdGDFFeatureCategory |
COMPLEX
This object represents the GDF complex feature category.
|
static TLcdGDFFeatureCategory |
LINE
This object represents the GDF line feature category.
|
static TLcdGDFFeatureCategory |
POINT
This object represents the GDF point feature category.
|
Modifier and Type | Method and Description |
---|---|
int |
getCode()
Returns the feature category code of this category.
|
String |
getDescription()
Returns a general description of this feature category.
|
static TLcdGDFFeatureCategory |
getFeatureCategory(int aCode)
Returns the feature category that corresponds to the given code, as specified
in the GDF data format.
|
public static final TLcdGDFFeatureCategory POINT
public static final TLcdGDFFeatureCategory LINE
public static final TLcdGDFFeatureCategory AREA
public static final TLcdGDFFeatureCategory COMPLEX
public static TLcdGDFFeatureCategory getFeatureCategory(int aCode)
aCode
- the GDF feature category code of the feature category to be returned.TLcdGDFFeatureCategory
object corresponding to the given
feature category code.public int getCode()
public String getDescription()