Uses of Interface
net.opengis.ows20.WGS84BoundingBoxType
-
Packages that use WGS84BoundingBoxType Package Description net.opengis.ows20 net.opengis.ows20.impl net.opengis.ows20.util net.opengis.ows20.validation net.opengis.wcs20 net.opengis.wcs20.impl -
-
Uses of WGS84BoundingBoxType in net.opengis.ows20
Methods in net.opengis.ows20 that return WGS84BoundingBoxType Modifier and Type Method Description WGS84BoundingBoxType
Ows20Factory. createWGS84BoundingBoxType()
Returns a new object of class 'WGS84 Bounding Box Type'.WGS84BoundingBoxType
DocumentRoot. getWGS84BoundingBox()
Returns the value of the 'WGS84 Bounding Box' containment reference.Methods in net.opengis.ows20 that return types with arguments of type WGS84BoundingBoxType Modifier and Type Method Description EList<WGS84BoundingBoxType>
DatasetDescriptionSummaryBaseType. getWGS84BoundingBox()
Returns the value of the 'WGS84 Bounding Box' containment reference list.Methods in net.opengis.ows20 with parameters of type WGS84BoundingBoxType Modifier and Type Method Description void
DocumentRoot. setWGS84BoundingBox(WGS84BoundingBoxType value)
Sets the value of the 'WGS84 Bounding Box
' containment reference. -
Uses of WGS84BoundingBoxType in net.opengis.ows20.impl
Classes in net.opengis.ows20.impl that implement WGS84BoundingBoxType Modifier and Type Class Description class
WGS84BoundingBoxTypeImpl
An implementation of the model object 'WGS84 Bounding Box Type'.Fields in net.opengis.ows20.impl with type parameters of type WGS84BoundingBoxType Modifier and Type Field Description protected EList<WGS84BoundingBoxType>
DatasetDescriptionSummaryBaseTypeImpl. wGS84BoundingBox
The cached value of the 'WGS84 Bounding Box
' containment reference list.Methods in net.opengis.ows20.impl that return WGS84BoundingBoxType Modifier and Type Method Description WGS84BoundingBoxType
Ows20FactoryImpl. createWGS84BoundingBoxType()
WGS84BoundingBoxType
DocumentRootImpl. getWGS84BoundingBox()
Methods in net.opengis.ows20.impl that return types with arguments of type WGS84BoundingBoxType Modifier and Type Method Description EList<WGS84BoundingBoxType>
DatasetDescriptionSummaryBaseTypeImpl. getWGS84BoundingBox()
Methods in net.opengis.ows20.impl with parameters of type WGS84BoundingBoxType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetWGS84BoundingBox(WGS84BoundingBoxType newWGS84BoundingBox, NotificationChain msgs)
void
DocumentRootImpl. setWGS84BoundingBox(WGS84BoundingBoxType newWGS84BoundingBox)
-
Uses of WGS84BoundingBoxType in net.opengis.ows20.util
Methods in net.opengis.ows20.util with parameters of type WGS84BoundingBoxType Modifier and Type Method Description T
Ows20Switch. caseWGS84BoundingBoxType(WGS84BoundingBoxType object)
Returns the result of interpreting the object as an instance of 'WGS84 Bounding Box Type'.boolean
Ows20Validator. validateWGS84BoundingBoxType(WGS84BoundingBoxType wgs84BoundingBoxType, DiagnosticChain diagnostics, Map<Object,Object> context)
-
Uses of WGS84BoundingBoxType in net.opengis.ows20.validation
Methods in net.opengis.ows20.validation with parameters of type WGS84BoundingBoxType Modifier and Type Method Description boolean
DocumentRootValidator. validateWGS84BoundingBox(WGS84BoundingBoxType value)
Method parameters in net.opengis.ows20.validation with type arguments of type WGS84BoundingBoxType Modifier and Type Method Description boolean
DatasetDescriptionSummaryBaseTypeValidator. validateWGS84BoundingBox(EList<WGS84BoundingBoxType> value)
-
Uses of WGS84BoundingBoxType in net.opengis.wcs20
Methods in net.opengis.wcs20 that return types with arguments of type WGS84BoundingBoxType Modifier and Type Method Description EList<WGS84BoundingBoxType>
CoverageSummaryType. getWGS84BoundingBox()
Returns the value of the 'WGS84 Bounding Box' containment reference list. -
Uses of WGS84BoundingBoxType in net.opengis.wcs20.impl
Fields in net.opengis.wcs20.impl with type parameters of type WGS84BoundingBoxType Modifier and Type Field Description protected EList<WGS84BoundingBoxType>
CoverageSummaryTypeImpl. wGS84BoundingBox
The cached value of the 'WGS84 Bounding Box
' containment reference list.Methods in net.opengis.wcs20.impl that return types with arguments of type WGS84BoundingBoxType Modifier and Type Method Description EList<WGS84BoundingBoxType>
CoverageSummaryTypeImpl. getWGS84BoundingBox()
-