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
ConstructorDescriptionMultiLineString
(MultiLineString multiLineString) MultiLineString
(List<List<Position>> positions) -
Method Summary
Modifier and TypeMethodDescriptiongetType()
void
setCoordinates
(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:
getType
in classGeoJsonObject
-
getCoordinates
-
setCoordinates
-
toJmapGeometry
- Specified by:
toJmapGeometry
in classGeometry
-