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 SummaryConstructorsConstructorDescriptionMultiLineString(MultiLineString multiLineString) MultiLineString(List<List<Position>> positions) 
- 
Method SummaryModifier and TypeMethodDescriptiongetType()voidsetCoordinates(List<List<Position>> positionList) Methods inherited from class com.kheops.jmap.spatial.geojson.GeometrytoJsonString
- 
Constructor Details- 
MultiLineStringpublic MultiLineString()
- 
MultiLineString
- 
MultiLineString
 
- 
- 
Method Details- 
getType- Specified by:
- getTypein class- GeoJsonObject
 
- 
getCoordinates
- 
setCoordinates
- 
toJmapGeometry- Specified by:
- toJmapGeometryin class- Geometry
 
 
-