Enumeration FeatureType

The FeatureType enumeration tells the type of a feature.

This may be :

A Geometry feature represents the full 3D data of a given geometry.

Features types are retrieved with FeatureManagerInterface.getApplicationFeatureType.


Features

Enumeration Members

FT_ArcOfCircle: 1

An arc of circle feature.

FT_Geometry: 6

A Geometry feature.

FT_Line: 2

A line feature.

FT_None: 0

An invalid feature.

FT_OOBB: 5

An OOBB feature.

FT_Plane: 4

A plane feature.

FT_Point: 3

A point feature.