Compartilhar via


GeoJsonObjectType Enumeração

Definição

Especifica o tipo de GeoJSON. Deve ser um dos nove tipos de objeto GeoJSON válidos : Point, MultiPoint, LineString, MultiLineString, Polygon, MultiPolygon, GeometryCollection, Feature e FeatureCollection.

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

Campos

GeoJsonFeature 7

Objeto GeoJSON Feature.

GeoJsonFeatureCollection 8

Objeto GeoJSON FeatureCollection.

GeoJsonGeometryCollection 6

GeoJSON GeometryCollection Geometria.

GeoJsonLineString 2

GeoJSON LineString Geometria.

GeoJsonMultiLineString 3

GeoJSON MultiLineString Geometria.

GeoJsonMultiPoint 1

GeoJSON MultiPoint Geometria.

GeoJsonMultiPolygon 5

GeoJSON MultiPolygon Geometria.

GeoJsonPoint 0

GeoJSON Point Geometria.

GeoJsonPolygon 4

GeoJSON Polygon Geometria.

Aplica-se a