Uses of Class
org.n52.shetland.rdf.locn.Geometry
-
Packages that use Geometry Package Description org.n52.shetland.rdf.dct -
-
Uses of Geometry in org.n52.shetland.rdf.dct
Methods in org.n52.shetland.rdf.dct that return types with arguments of type Geometry Modifier and Type Method Description List<Geometry>Location. getGeometries()Methods in org.n52.shetland.rdf.dct with parameters of type Geometry Modifier and Type Method Description LocationLocation. addGeometry(Geometry geometry)Method parameters in org.n52.shetland.rdf.dct with type arguments of type Geometry Modifier and Type Method Description LocationLocation. setGeometries(Collection<Geometry> geometries)Constructors in org.n52.shetland.rdf.dct with parameters of type Geometry Constructor Description Location(Geometry geometry)Constructor parameters in org.n52.shetland.rdf.dct with type arguments of type Geometry Constructor Description Location(Collection<Geometry> geometries)
-