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