Enumeración de tipos de geometrías GeoJSON.
Example
import * as GeoJSONType from 'IDEE/geom/geojson/type';
Members
-
module:IDEE/geom/geojson/type.GEOMETRY_COLLECTION{string}
-
GeoJSON colección de geometrías.
-
module:IDEE/geom/geojson/type.LINE_STRING{string}
-
GeoJSON línea.
-
module:IDEE/geom/geojson/type.MULTI_LINE_STRING{string}
-
GeoJSON multiples líneas.
-
module:IDEE/geom/geojson/type.MULTI_POINT{string}
-
GeoJSON multiples puntos.
-
module:IDEE/geom/geojson/type.MULTI_POLYGON{string}
-
GeoJSON multiples polígonos.
-
module:IDEE/geom/geojson/type.POINT{string}
-
GeoJSON punto.
-
module:IDEE/geom/geojson/type.POLYGON{string}
-
GeoJSON polígono.