Package com.kheops.jmap.spatial.geojson
Class MultiPolygon
java.lang.Object
com.kheops.jmap.spatial.geojson.GeoJsonObject
com.kheops.jmap.spatial.geojson.Geometry
com.kheops.jmap.spatial.geojson.MultiPolygon
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionMultiPolygon
(MultiPolygon multiPolygon) MultiPolygon
(Polygon[] polygons) MultiPolygon
(List<List<List<Position>>> positions) -
Method Summary
Methods inherited from class com.kheops.jmap.spatial.geojson.Geometry
toJsonString
-
Constructor Details
-
MultiPolygon
public MultiPolygon() -
MultiPolygon
-
MultiPolygon
-
MultiPolygon
-
-
Method Details
-
getType
- Specified by:
getType
in classGeoJsonObject
-
getCoordinates
-
setCoordinates
-
toJmapGeometry
- Specified by:
toJmapGeometry
in classGeometry
-