Partilhar via


GeoObjectType Enumeração

Definição

Identifica o tipo do GeoObject

public enum GeoObjectType
type GeoObjectType = 
Public Enum GeoObjectType
Herança
GeoObjectType

Campos

GeometryCollection 6

O GeoObject é do GeoCollection tipo .

LineString 4

O GeoObject é do GeoLineString tipo .

MultiLineString 5

O GeoObject é do GeoLineStringCollection tipo .

MultiPoint 1

O GeoObject é do GeoPointCollection tipo .

MultiPolygon 3

O GeoObject é do GeoPolygonCollection tipo .

Point 0

O GeoObject é do GeoPoint tipo .

Polygon 2

O GeoObject é do GeoPolygon tipo .

Aplica-se a