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