Package | Description |
---|---|
org.n52.oxf.ows.capabilities | |
org.n52.oxf.valueDomains.spatial |
Modifier and Type | Method and Description |
---|---|
IBoundingBox[] |
Dataset.getBoundingBoxes() |
Modifier and Type | Method and Description |
---|---|
protected void |
Dataset.setBoundingBoxes(IBoundingBox[] boundingBox) |
Constructor and Description |
---|
Dataset(String title,
String identifier,
IBoundingBox[] boundingBoxes) |
Dataset(String title,
String identifier,
IBoundingBox[] boundingBoxes,
String[] outputFormats,
String[] availableCRSs,
String fees,
Locale[] language,
String pointOfContactString,
IDiscreteValueDomain<ITime> temporalDomain,
String abstractDescription,
String[] keywords) |
Modifier and Type | Class and Description |
---|---|
class |
BoundingBox
This represents a standard BoundingBox.
|
class |
BoundingBox2D
This represents a 2-dimensional BoundingBox.
|
class |
BoundingBox3D
This represents a 3-dimensional BoundingBox.
|
Modifier and Type | Method and Description |
---|---|
IBoundingBox |
SpatialDomain.produceValue(String... stringArray)
NOT YET IMPLEMENTED
|
Modifier and Type | Method and Description |
---|---|
boolean |
BoundingBox.containsValue(IBoundingBox bBox)
checks if the parameter bBox is contained in (or equal to) this BoundingBox.
|
boolean |
SpatialDomain.containsValue(IBoundingBox t) |
Copyright © 2012–2017 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.