Compartir a través de


GeoJsonObjectOutputParent interface

Objeto GeoJSON válido. Consulte RFC 7946 para obtener más información.

Propiedades

bbox

Rectángulo de selección. Proyección usada: EPSG:3857. Consulte RFC 7946 para obtener más información.

type

Detalles de las propiedades

bbox

Rectángulo de selección. Proyección usada: EPSG:3857. Consulte RFC 7946 para obtener más información.

bbox?: number[]

Valor de propiedad

number[]

type

type: "Boundary" | "Feature" | "FeatureCollection" | "GeometryCollection" | "GeoJsonGeometry" | "Point" | "MultiPoint" | "LineString" | "MultiLineString" | "Polygon" | "MultiPolygon" | "GeoJsonObject"

Valor de propiedad

"Boundary" | "Feature" | "FeatureCollection" | "GeometryCollection" | "GeoJsonGeometry" | "Point" | "MultiPoint" | "LineString" | "MultiLineString" | "Polygon" | "MultiPolygon" | "GeoJsonObject"