Interface GeometryFeature

The GeometryFeature interface defines a geometry feature (the feature is the whole geometry).


Features

interface GeometryFeature {
    geometricInstanceId: number;
    type: FT_Geometry;
}

Hierarchy (view full)

Properties

geometricInstanceId: number

The geometric instance id of the geometry.

The type of the feature.