GeoJsonGeometryOutputParent interface
Objet geometry GeoJSON
valide. Le type doit être l’un des sept types de géométrie GeoJSON valides : Point, MultiPoint, LineString, MultiLineString, Polygon, MultiPolygon et GeometryCollection. 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. |
Détails de la propriété
type
type: "GeometryCollection" | "GeoJsonGeometry" | "Point" | "MultiPoint" | "LineString" | "MultiLineString" | "Polygon" | "MultiPolygon"
Valeur de propriété
"GeometryCollection" | "GeoJsonGeometry" | "Point" | "MultiPoint" | "LineString" | "MultiLineString" | "Polygon" | "MultiPolygon"
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 deGeoJsonObjectOutputParent.bbox
Azure SDK for JavaScript