Freigeben über


GeoJsonObjectType Enumeration

Definition

Gibt den GeoJSON-Typ an. Muss einer der neun gültigen GeoJSON-Objekttypen sein: Point, MultiPoint, LineString, MultiLineString, Polygon, MultiPolygon, GeometryCollection, Feature und FeatureCollection.

public enum GeoJsonObjectType
type GeoJsonObjectType = 
Public Enum GeoJsonObjectType
Vererbung
GeoJsonObjectType

Felder

GeoJsonFeature 7

GeoJSON Feature-Objekt

GeoJsonFeatureCollection 8

GeoJSON FeatureCollection-Objekt

GeoJsonGeometryCollection 6

GeoJSON GeometryCollection Geometrie.

GeoJsonLineString 2

GeoJSON LineString Geometrie.

GeoJsonMultiLineString 3

GeoJSON MultiLineString Geometrie.

GeoJsonMultiPoint 1

GeoJSON MultiPoint Geometrie.

GeoJsonMultiPolygon 5

GeoJSON MultiPolygon Geometrie.

GeoJsonPoint 0

GeoJSON Point Geometrie.

GeoJsonPolygon 4

GeoJSON Polygon Geometrie.

Gilt für: