[]
        
(Showing Draft Content)

Wijmo_Chart_Map.Geojson

GeoJSON モジュール

型エイリアス

BBox

BBox: [number, number, number, number] | [number, number, number, number, number, number]

GeoJSON

GeoJSONオブジェクトの和集合。

GeoJsonGeometryTypes

GeoJsonGeometryTypes: "Point" | "MultiPoint" | "LineString" | "MultiLineString" | "Polygon" | "MultiPolygon" | "GeometryCollection"

GeoJSONジオメトリオブジェクトの「type」プロパティの有効な値。 https://tools.ietf.org/html/rfc7946#section-1.4

GeoJsonTypes

GeoJsonTypes: "Point" | "MultiPoint" | "LineString" | "MultiLineString" | "Polygon" | "MultiPolygon" | "GeometryCollection" | "Feature" | "FeatureCollection"

GeoJSONオブジェクトの「type」プロパティの値。 https://tools.ietf.org/html/rfc7946#section-1.4

Geometry

Geometry オブジェクト。 https://tools.ietf.org/html/rfc7946#section-3

Position

Position: number[]

Positionは座標の配列です。 https://tools.ietf.org/html/rfc7946#section-3.1.1 配列には2〜3個の要素が含まれている必要があります。 以前のGeoJSON仕様では、より多くの要素(たとえば、 M値を表すために使用できます)が許可されていましたが、現在の仕様では、X、Y、および(オプションで)Zのみを定義できます。