Class MultiPolygon
- java.lang.Object
-
- net.anwiba.spatial.topo.json.v01_0.Geometry
-
- net.anwiba.spatial.topo.json.v01_0.MultiPolygon
-
public class MultiPolygon extends Geometry
-
-
Constructor Summary
Constructors Constructor Description MultiPolygon()
-
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
-
-