Package com.kheops.jmap.spatial.geojson
Class MultiLineString
java.lang.Object
com.kheops.jmap.spatial.geojson.GeoJsonObject
com.kheops.jmap.spatial.geojson.Geometry
com.kheops.jmap.spatial.geojson.MultiLineString
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMultiLineString(MultiLineString multiLineString) MultiLineString(List<List<Position>> positions) -
Method Summary
Modifier and TypeMethodDescriptiongetType()voidsetCoordinates(List<List<Position>> positionList) Methods inherited from class com.kheops.jmap.spatial.geojson.Geometry
toJsonString
-
Constructor Details
-
MultiLineString
public MultiLineString() -
MultiLineString
-
MultiLineString
-
-
Method Details
-
getType
- Specified by:
getTypein classGeoJsonObject
-
getCoordinates
-
setCoordinates
-
toJmapGeometry
- Specified by:
toJmapGeometryin classGeometry
-