Uses of Class
net.anwiba.spatial.topo.json.v01_0.Geometry
-
Packages that use Geometry Package Description net.anwiba.spatial.topo.json.v01_0 -
-
Uses of Geometry in net.anwiba.spatial.topo.json.v01_0
Subclasses of Geometry in net.anwiba.spatial.topo.json.v01_0 Modifier and Type Class Description classGeometryCollectionclassLineStringclassMultiLineStringclassMultiPointclassMultiPolygonclassPointclassPolygonMethods in net.anwiba.spatial.topo.json.v01_0 that return Geometry Modifier and Type Method Description Geometry[]GeometryCollection. getGeometries()GeometryTopologie. getObjects(java.lang.String name)Methods in net.anwiba.spatial.topo.json.v01_0 that return types with arguments of type Geometry Modifier and Type Method Description java.util.Map<java.lang.String,Geometry>Topologie. getObjects()Methods in net.anwiba.spatial.topo.json.v01_0 with parameters of type Geometry Modifier and Type Method Description voidGeometryCollection. setGeometries(Geometry[] geometries)voidTopologie. setObjects(java.lang.String name, Geometry value)Method parameters in net.anwiba.spatial.topo.json.v01_0 with type arguments of type Geometry Modifier and Type Method Description voidTopologie. setObjects(java.util.Map<java.lang.String,Geometry> objects)
-