GeoJsonObjectType Enumeración
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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 |
GeoJsonFeatureCollection | 8 | Objeto |
GeoJsonGeometryCollection | 6 |
|
GeoJsonLineString | 2 |
|
GeoJsonMultiLineString | 3 |
|
GeoJsonMultiPoint | 1 |
|
GeoJsonMultiPolygon | 5 |
|
GeoJsonPoint | 0 |
|
GeoJsonPolygon | 4 |
|
Se aplica a
Azure SDK for .NET