Package com.luciad.format.gdf
Interface ILcdGDFAreaFeature
- All Superinterfaces:
Cloneable,ILcdBounded,ILcdCloneable,ILcdDataObject,ILcdGDFFeature,ILcdShape,ILcdShapeList,Serializable
Represents a GDF area feature. The area consists of complex polygons,
which can be accessed via
the ILcdShapeList interface. Note that it can
contain island and donut topologies.
- Since:
- 5.1
-
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns true if this feature is part of a split feature,false otherwise.Methods inherited from interface com.luciad.shape.ILcdBounded
getBoundsMethods inherited from interface com.luciad.util.ILcdCloneable
cloneMethods inherited from interface com.luciad.datamodel.ILcdDataObject
getDataType, getValue, getValue, hasValue, hasValue, setValue, setValueMethods inherited from interface com.luciad.format.gdf.ILcdGDFFeature
getAttribute, getAttributeCount, getFeatureCategory, getFeatureClass, getFeatureKey, getRelationship, getRelationshipCount, getSourceDescriptionMethods inherited from interface com.luciad.shape.ILcdShape
contains2D, contains2D, contains3D, contains3D, getFocusPointMethods inherited from interface com.luciad.shape.ILcdShapeList
getShape, getShapeCount
-
Method Details
-
isPartOfSplitFeature
boolean isPartOfSplitFeature()Returns true if this feature is part of a split feature,false otherwise.- Returns:
- true if this feature is part of a split feature,
false otherwise.
-