The FeatureType enumeration tells the type of a feature.
feature
This may be :
A Geometry feature represents the full 3D data of a given geometry.
Features types are retrieved with FeatureManagerInterface.getApplicationFeatureType.
Features
FeatureManagerInterface
An arc of circle feature.
A Geometry feature.
A line feature.
An invalid feature.
An OOBB feature.
A plane feature.
A point feature.
The FeatureType enumeration tells the type of a
feature.This may be :
feature: FT_None.feature: FT_ArcOfCircle.feature: FT_Line.feature: FT_Point.feature: FT_Plane.feature: FT_OOBB.feature: FT_Geometry.A Geometry
featurerepresents the full 3D data of a given geometry.Featurestypes are retrieved with FeatureManagerInterface.getApplicationFeatureType.See
FeatureManagerInterface