次の方法で共有


GeoJsonObjectType 列挙型

定義

型を指定します GeoJSON 。 Point、MultiPoint、LineString、MultiLineString、Polygon、MultiPolygon、GeometryCollection、Feature、FeatureCollection の 9 つの有効な GeoJSON オブジェクトタイプのいずれかである必要があります。

public enum GeoJsonObjectType
type GeoJsonObjectType = 
Public Enum GeoJsonObjectType
継承
GeoJsonObjectType

フィールド

GeoJsonFeature 7

GeoJSON Feature オブジェクト。

GeoJsonFeatureCollection 8

GeoJSON FeatureCollection オブジェクト。

GeoJsonGeometryCollection 6

GeoJSON GeometryCollection ジオメトリ。

GeoJsonLineString 2

GeoJSON LineString ジオメトリ。

GeoJsonMultiLineString 3

GeoJSON MultiLineString ジオメトリ。

GeoJsonMultiPoint 1

GeoJSON MultiPoint ジオメトリ。

GeoJsonMultiPolygon 5

GeoJSON MultiPolygon ジオメトリ。

GeoJsonPoint 0

GeoJSON Point ジオメトリ。

GeoJsonPolygon 4

GeoJSON Polygon ジオメトリ。

適用対象