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 SummaryConstructorsConstructorDescriptionMultiPolygon(MultiPolygon multiPolygon) MultiPolygon(Polygon[] polygons) MultiPolygon(List<List<List<Position>>> positions) 
- 
Method SummaryMethods inherited from class com.kheops.jmap.spatial.geojson.GeometrytoJsonString
- 
Constructor Details- 
MultiPolygonpublic MultiPolygon()
- 
MultiPolygon
- 
MultiPolygon
- 
MultiPolygon
 
- 
- 
Method Details- 
getType- Specified by:
- getTypein class- GeoJsonObject
 
- 
getCoordinates
- 
setCoordinates
- 
toJmapGeometry- Specified by:
- toJmapGeometryin class- Geometry
 
 
-