|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IBoundingBox | |
---|---|
org.n52.oxf.ows.capabilities | |
org.n52.oxf.valueDomains.spatial |
Uses of IBoundingBox in org.n52.oxf.ows.capabilities |
---|
Methods in org.n52.oxf.ows.capabilities that return IBoundingBox | |
---|---|
IBoundingBox[] |
Dataset.getBoundingBoxes()
|
Methods in org.n52.oxf.ows.capabilities with parameters of type IBoundingBox | |
---|---|
protected void |
Dataset.setBoundingBoxes(IBoundingBox[] boundingBox)
|
Constructors in org.n52.oxf.ows.capabilities with parameters of type IBoundingBox | |
---|---|
Dataset(String title,
String identifier,
IBoundingBox[] boundingBoxes)
this constructor has all REQUIRED attributes as its parameters. |
|
Dataset(String title,
String identifier,
IBoundingBox[] boundingBoxes,
String[] outputFormats,
String[] availableCRSs,
String fees,
Locale[] language,
String pointOfContactString,
IDiscreteValueDomain<ITime> temporalDomain,
String abstractDescription,
String[] keywords)
this constructor has ALL attributes of the class as its parameters. |
Uses of IBoundingBox in org.n52.oxf.valueDomains.spatial |
---|
Classes in org.n52.oxf.valueDomains.spatial that implement IBoundingBox | |
---|---|
class |
BoundingBox
This represents a standard BoundingBox. |
class |
BoundingBox2D
This represents a 2-dimensional BoundingBox. |
class |
BoundingBox3D
This represents a 3-dimensional BoundingBox. |
Methods in org.n52.oxf.valueDomains.spatial that return IBoundingBox | |
---|---|
IBoundingBox |
SpatialDomain.produceValue(String... stringArray)
|
Methods in org.n52.oxf.valueDomains.spatial with parameters of type IBoundingBox | |
---|---|
boolean |
SpatialDomain.containsValue(IBoundingBox t)
|
boolean |
BoundingBox.containsValue(IBoundingBox bBox)
checks if the parameter bBox is contained in (or equal to) this BoundingBox. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |