Class GeometryCollection
- java.lang.Object
-
- net.anwiba.spatial.topo.json.v01_0.Geometry
-
- net.anwiba.spatial.topo.json.v01_0.GeometryCollection
-
public class GeometryCollection extends Geometry
-
-
Constructor Summary
Constructors Constructor Description GeometryCollection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>get()Geometry[]getGeometries()java.lang.StringgetType()voidset(java.lang.String name, java.lang.Object value)voidsetGeometries(Geometry[] geometries)voidsetType(java.lang.String type)-
Methods inherited from class net.anwiba.spatial.topo.json.v01_0.Geometry
getId, getProperties, setId, setProperties
-
-