Partager via


GeoJsonObjectType Énumération

Définition

Spécifie le type GeoJSON. Doit être l’un des neuf types d’objets GeoJSON valides : Point, MultiPoint, LineString, MultiLineString, Polygon, MultiPolygon, GeometryCollection, Feature et FeatureCollection.

public enum GeoJsonObjectType
type GeoJsonObjectType = 
Public Enum GeoJsonObjectType
Héritage
GeoJsonObjectType

Champs

GeoJsonFeature 7

Objet GeoJSON Feature.

GeoJsonFeatureCollection 8

Objet GeoJSON FeatureCollection.

GeoJsonGeometryCollection 6

GeoJSON GeometryCollection Géométrie.

GeoJsonLineString 2

GeoJSON LineString Géométrie.

GeoJsonMultiLineString 3

GeoJSON MultiLineString Géométrie.

GeoJsonMultiPoint 1

GeoJSON MultiPoint Géométrie.

GeoJsonMultiPolygon 5

GeoJSON MultiPolygon Géométrie.

GeoJsonPoint 0

GeoJSON Point Géométrie.

GeoJsonPolygon 4

GeoJSON Polygon Géométrie.

S’applique à