API / geotoolkit / map / util / GeoJSON / GeoJSON
Type Aliases
Ƭ CoordinateOrder: [0, 1] | [1, 0]
Ƭ CrsConversion: (src: Point, dst?: Point) => Point
▸ (src, dst?): Point
Ƭ Feature: Object
| Name | Type |
|---|---|
features? | Feature[] |
geometry? | { coordinates?: Geometry | Geometry[] ; type?: string } |
geometry.coordinates? | Geometry | Geometry[] |
geometry.type? | string |
properties? | Attributes |
type | string |
Ƭ FeatureObject: GeometryObject & { crs?: Crs ; features?: FeatureObject[] ; geometry?: GeometryObject ; id?: string ; properties?: Record<string, string> }
Ƭ Geometry: number[] | number[][] | number[][][]
Ƭ GeometryObject: Object
| Name | Type |
|---|---|
coordinates? | Geometry | Geometry[] |
geometries? | GeometryObject[] |
type | string |