Class LineString
- java.lang.Object
-
- net.anwiba.spatial.topo.json.v01_0.Geometry
-
- net.anwiba.spatial.topo.json.v01_0.LineString
-
public class LineString extends Geometry
-
-
Constructor Summary
Constructors Constructor Description LineString()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int[]getArcs()java.lang.StringgetType()voidsetArcs(int[] arcs)voidsetType(java.lang.String type)-
Methods inherited from class net.anwiba.spatial.topo.json.v01_0.Geometry
get, getId, getProperties, set, setId, setProperties
-
-