Uses of Interface
net.opengis.ows20.BoundingBoxType
- 
Packages that use BoundingBoxType 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 BoundingBoxType in net.opengis.ows20Subinterfaces of BoundingBoxType in net.opengis.ows20 Modifier and Type Interface Description interfaceWGS84BoundingBoxTypeA representation of the model object 'WGS84 Bounding Box Type'.Methods in net.opengis.ows20 that return BoundingBoxType Modifier and Type Method Description BoundingBoxTypeOws20Factory. createBoundingBoxType()Returns a new object of class 'Bounding Box Type'.BoundingBoxTypeDocumentRoot. getBoundingBox()Returns the value of the 'Bounding Box' containment reference.Methods in net.opengis.ows20 that return types with arguments of type BoundingBoxType Modifier and Type Method Description EList<BoundingBoxType>DatasetDescriptionSummaryBaseType. getBoundingBox()Returns the value of the 'Bounding Box' containment reference list.EList<BoundingBoxType>IdentificationType. getBoundingBox()Returns the value of the 'Bounding Box' containment reference list.Methods in net.opengis.ows20 with parameters of type BoundingBoxType Modifier and Type Method Description voidDocumentRoot. setBoundingBox(BoundingBoxType value)Sets the value of the 'Bounding Box' containment reference.
- 
Uses of BoundingBoxType in net.opengis.ows20.implClasses in net.opengis.ows20.impl that implement BoundingBoxType Modifier and Type Class Description classBoundingBoxTypeImplAn implementation of the model object 'Bounding Box Type'.classWGS84BoundingBoxTypeImplAn implementation of the model object 'WGS84 Bounding Box Type'.Methods in net.opengis.ows20.impl that return BoundingBoxType Modifier and Type Method Description BoundingBoxTypeOws20FactoryImpl. createBoundingBoxType()BoundingBoxTypeDocumentRootImpl. getBoundingBox()Methods in net.opengis.ows20.impl that return types with arguments of type BoundingBoxType Modifier and Type Method Description EList<BoundingBoxType>DatasetDescriptionSummaryBaseTypeImpl. getBoundingBox()EList<BoundingBoxType>IdentificationTypeImpl. getBoundingBox()Methods in net.opengis.ows20.impl with parameters of type BoundingBoxType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetBoundingBox(BoundingBoxType newBoundingBox, NotificationChain msgs)voidDocumentRootImpl. setBoundingBox(BoundingBoxType newBoundingBox)
- 
Uses of BoundingBoxType in net.opengis.ows20.utilMethods in net.opengis.ows20.util with parameters of type BoundingBoxType Modifier and Type Method Description TOws20Switch. caseBoundingBoxType(BoundingBoxType object)Returns the result of interpreting the object as an instance of 'Bounding Box Type'.booleanOws20Validator. validateBoundingBoxType(BoundingBoxType boundingBoxType, DiagnosticChain diagnostics, Map<Object,Object> context)
- 
Uses of BoundingBoxType in net.opengis.ows20.validationMethods in net.opengis.ows20.validation with parameters of type BoundingBoxType Modifier and Type Method Description booleanDocumentRootValidator. validateBoundingBox(BoundingBoxType value)Method parameters in net.opengis.ows20.validation with type arguments of type BoundingBoxType Modifier and Type Method Description booleanDatasetDescriptionSummaryBaseTypeValidator. validateBoundingBox(EList<BoundingBoxType> value)booleanIdentificationTypeValidator. validateBoundingBox(EList<BoundingBoxType> value)
- 
Uses of BoundingBoxType in net.opengis.wcs20Methods in net.opengis.wcs20 that return types with arguments of type BoundingBoxType Modifier and Type Method Description EList<BoundingBoxType>CoverageSummaryType. getBoundingBox()Returns the value of the 'Bounding Box' containment reference list.
- 
Uses of BoundingBoxType in net.opengis.wcs20.implMethods in net.opengis.wcs20.impl that return types with arguments of type BoundingBoxType Modifier and Type Method Description EList<BoundingBoxType>CoverageSummaryTypeImpl. getBoundingBox()
 
-