Compartir a través de


GeoJsonObjectType Enumeración

Definición

Especifica el tipo GeoJSON. Debe ser uno de los nueve tipos de objetos GeoJSON válidos: Point, MultiPoint, LineString, MultiLineString, Polygon, MultiPolygon, GeometryCollection, Feature y FeatureCollection.

public enum GeoJsonObjectType
type GeoJsonObjectType = 
Public Enum GeoJsonObjectType
Herencia
GeoJsonObjectType

Campos

GeoJsonFeature 7

Objeto GeoJSON Feature.

GeoJsonFeatureCollection 8

Objeto GeoJSON FeatureCollection.

GeoJsonGeometryCollection 6

GeoJSON GeometryCollection Geometría.

GeoJsonLineString 2

GeoJSON LineString Geometría.

GeoJsonMultiLineString 3

GeoJSON MultiLineString Geometría.

GeoJsonMultiPoint 1

GeoJSON MultiPoint Geometría.

GeoJsonMultiPolygon 5

GeoJSON MultiPolygon Geometría.

GeoJsonPoint 0

GeoJSON Point Geometría.

GeoJsonPolygon 4

GeoJSON Polygon Geometría.

Se aplica a