| Modifier and Type | Class and Description |
|---|---|
class |
WGS84BoundingBoxType
This type is adapted from the general BoundingBoxType,
with modified contents and documentation for use with the 2D WGS 84
coordinate reference system.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<javax.xml.bind.JAXBElement<? extends BoundingBoxType>> |
DatasetDescriptionSummaryBaseType.boundingBox |
protected java.util.List<javax.xml.bind.JAXBElement<? extends BoundingBoxType>> |
IdentificationType.boundingBox |
| Modifier and Type | Method and Description |
|---|---|
BoundingBoxType |
ObjectFactory.createBoundingBoxType()
Create an instance of
BoundingBoxType |
BoundingBoxType |
BoundingBoxType.withCrs(java.lang.String value) |
BoundingBoxType |
BoundingBoxType.withDimensions(java.math.BigInteger value) |
BoundingBoxType |
BoundingBoxType.withLowerCorner(java.util.Collection<java.lang.Double> values) |
BoundingBoxType |
BoundingBoxType.withLowerCorner(java.lang.Double... values) |
BoundingBoxType |
BoundingBoxType.withLowerCorner(java.util.List<java.lang.Double> value) |
BoundingBoxType |
BoundingBoxType.withUpperCorner(java.util.Collection<java.lang.Double> values) |
BoundingBoxType |
BoundingBoxType.withUpperCorner(java.lang.Double... values) |
BoundingBoxType |
BoundingBoxType.withUpperCorner(java.util.List<java.lang.Double> value) |
| Modifier and Type | Method and Description |
|---|---|
javax.xml.bind.JAXBElement<BoundingBoxType> |
ObjectFactory.createBoundingBox(BoundingBoxType value)
|
java.util.List<javax.xml.bind.JAXBElement<? extends BoundingBoxType>> |
DatasetDescriptionSummaryBaseType.getBoundingBox()
Unordered list of zero or more minimum bounding
rectangles surrounding coverage data, in AvailableCRSs.
|
java.util.List<javax.xml.bind.JAXBElement<? extends BoundingBoxType>> |
IdentificationType.getBoundingBox()
Unordered list of zero or more bounding boxes
whose union describes the extent of this
dataset.Gets the value of the boundingBox property.
|
| Modifier and Type | Method and Description |
|---|---|
javax.xml.bind.JAXBElement<BoundingBoxType> |
ObjectFactory.createBoundingBox(BoundingBoxType value)
|
| Modifier and Type | Method and Description |
|---|---|
void |
DatasetDescriptionSummaryBaseType.setBoundingBox(java.util.List<javax.xml.bind.JAXBElement<? extends BoundingBoxType>> value) |
void |
IdentificationType.setBoundingBox(java.util.List<javax.xml.bind.JAXBElement<? extends BoundingBoxType>> value) |
DatasetDescriptionSummaryBaseType |
DatasetDescriptionSummaryBaseType.withBoundingBox(java.util.Collection<javax.xml.bind.JAXBElement<? extends BoundingBoxType>> values) |
IdentificationType |
IdentificationType.withBoundingBox(java.util.Collection<javax.xml.bind.JAXBElement<? extends BoundingBoxType>> values) |
DatasetDescriptionSummaryBaseType |
DatasetDescriptionSummaryBaseType.withBoundingBox(java.util.List<javax.xml.bind.JAXBElement<? extends BoundingBoxType>> value) |
IdentificationType |
IdentificationType.withBoundingBox(java.util.List<javax.xml.bind.JAXBElement<? extends BoundingBoxType>> value) |
Copyright © 2008-2022. All Rights Reserved.