Package org.n52.shetland.rdf.dct
Class Location
- java.lang.Object
-
- org.n52.shetland.rdf.dct.Location
-
- All Implemented Interfaces:
DctRdfPrefix,RdfPrefix,ResourceCreator
public class Location extends Object implements ResourceCreator, DctRdfPrefix
-
-
Field Summary
-
Fields inherited from interface org.n52.shetland.rdf.dct.DctRdfPrefix
NS_PREFIX
-
-
Constructor Summary
Constructors Constructor Description Location(Collection<Geometry> geometries)Location(Geometry geometry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LocationaddGeometry(Geometry geometry)org.apache.jena.rdf.model.ResourcecreateResource(org.apache.jena.rdf.model.Model model, org.apache.jena.rdf.model.Resource parent)List<Geometry>getGeometries()LocationsetGeometries(Collection<Geometry> geometries)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.n52.shetland.rdf.dct.DctRdfPrefix
getNamespace, getPrefix
-
Methods inherited from interface org.n52.shetland.rdf.RdfPrefix
addNsPrefix
-
-
-
-
Constructor Detail
-
Location
public Location(Geometry geometry)
-
Location
public Location(Collection<Geometry> geometries)
-
-
Method Detail
-
setGeometries
public Location setGeometries(Collection<Geometry> geometries)
-
createResource
public org.apache.jena.rdf.model.Resource createResource(org.apache.jena.rdf.model.Model model, org.apache.jena.rdf.model.Resource parent)- Specified by:
createResourcein interfaceResourceCreator
-
-