GeoObjectType Enum

Definition

Identifies the type of the GeoObject

public enum GeoObjectType
type GeoObjectType = 
Public Enum GeoObjectType
Inheritance
GeoObjectType

Fields

GeometryCollection 6

The GeoObject is of the GeoCollection type.

LineString 4

The GeoObject is of the GeoLineString type.

MultiLineString 5

The GeoObject is of the GeoLineStringCollection type.

MultiPoint 1

The GeoObject is of the GeoPointCollection type.

MultiPolygon 3

The GeoObject is of the GeoPolygonCollection type.

Point 0

The GeoObject is of the GeoPoint type.

Polygon 2

The GeoObject is of the GeoPolygon type.

Applies to