GeoJsonPolygonOutput interface
Type de géométrie GeoJSON Polygon
valide. Pour plus d’informations, reportez-vous à RFC 7946.
- Extends
Propriétés
type |
Propriétés héritées
bbox | Cadre englobant. Projection utilisée - EPSG :3857. Pour plus d’informations, reportez-vous à RFC 7946. |
coordinates | Coordonnées pour le type de géométrie |
Détails de la propriété
type
type: "Polygon"
Valeur de propriété
"Polygon"
Détails de la propriété héritée
bbox
Cadre englobant. Projection utilisée - EPSG :3857. Pour plus d’informations, reportez-vous à RFC 7946.
bbox?: number[]
Valeur de propriété
number[]
héritée deGeoJsonGeometryOutputParent.bbox
coordinates
Coordonnées pour le type de géométrie GeoJson Polygon
.
coordinates: number[][][]
Valeur de propriété
number[][][]
héritée deGeoJsonPolygonDataOutput.coordinates
Azure SDK for JavaScript