GeoJsonObjectType Énumération
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 |
GeoJsonFeatureCollection | 8 | Objet |
GeoJsonGeometryCollection | 6 |
|
GeoJsonLineString | 2 |
|
GeoJsonMultiLineString | 3 |
|
GeoJsonMultiPoint | 1 |
|
GeoJsonMultiPolygon | 5 |
|
GeoJsonPoint | 0 |
|
GeoJsonPolygon | 4 |
|
S’applique à
Azure SDK for .NET