Uses of Interface
net.opengis.ows11.WGS84BoundingBoxType
- 
Packages that use WGS84BoundingBoxType Package Description net.opengis.ows11 net.opengis.ows11.impl net.opengis.ows11.util net.opengis.ows11.validation net.opengis.wfs20 net.opengis.wfs20.impl net.opengis.wfs20.validation 
- 
- 
Uses of WGS84BoundingBoxType in net.opengis.ows11Methods in net.opengis.ows11 that return WGS84BoundingBoxType Modifier and Type Method Description WGS84BoundingBoxTypeOws11Factory. createWGS84BoundingBoxType()Returns a new object of class 'WGS84 Bounding Box Type'.WGS84BoundingBoxTypeDocumentRoot. getWGS84BoundingBox()Returns the value of the 'WGS84 Bounding Box' containment reference.Methods in net.opengis.ows11 with parameters of type WGS84BoundingBoxType Modifier and Type Method Description voidDocumentRoot. setWGS84BoundingBox(WGS84BoundingBoxType value)Sets the value of the 'WGS84 Bounding Box' containment reference.
- 
Uses of WGS84BoundingBoxType in net.opengis.ows11.implClasses in net.opengis.ows11.impl that implement WGS84BoundingBoxType Modifier and Type Class Description classWGS84BoundingBoxTypeImplAn implementation of the model object 'WGS84 Bounding Box Type'.Methods in net.opengis.ows11.impl that return WGS84BoundingBoxType Modifier and Type Method Description WGS84BoundingBoxTypeOws11FactoryImpl. createWGS84BoundingBoxType()WGS84BoundingBoxTypeDocumentRootImpl. getWGS84BoundingBox()Methods in net.opengis.ows11.impl with parameters of type WGS84BoundingBoxType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetWGS84BoundingBox(WGS84BoundingBoxType newWGS84BoundingBox, NotificationChain msgs)voidDocumentRootImpl. setWGS84BoundingBox(WGS84BoundingBoxType newWGS84BoundingBox)
- 
Uses of WGS84BoundingBoxType in net.opengis.ows11.utilMethods in net.opengis.ows11.util with parameters of type WGS84BoundingBoxType Modifier and Type Method Description ObjectOws11Switch. caseWGS84BoundingBoxType(WGS84BoundingBoxType object)Returns the result of interpreting the object as an instance of 'WGS84 Bounding Box Type'.booleanOws11Validator. validateWGS84BoundingBoxType(WGS84BoundingBoxType wgs84BoundingBoxType, DiagnosticChain diagnostics, Map context)
- 
Uses of WGS84BoundingBoxType in net.opengis.ows11.validationMethods in net.opengis.ows11.validation with parameters of type WGS84BoundingBoxType Modifier and Type Method Description booleanDocumentRootValidator. validateWGS84BoundingBox(WGS84BoundingBoxType value)
- 
Uses of WGS84BoundingBoxType in net.opengis.wfs20Methods in net.opengis.wfs20 that return types with arguments of type WGS84BoundingBoxType Modifier and Type Method Description EList<WGS84BoundingBoxType>FeatureTypeType. getWGS84BoundingBox()Returns the value of the 'WGS84 Bounding Box' containment reference list.
- 
Uses of WGS84BoundingBoxType in net.opengis.wfs20.implFields in net.opengis.wfs20.impl with type parameters of type WGS84BoundingBoxType Modifier and Type Field Description protected EList<WGS84BoundingBoxType>FeatureTypeTypeImpl. wGS84BoundingBoxThe cached value of the 'WGS84 Bounding Box' containment reference list.Methods in net.opengis.wfs20.impl that return types with arguments of type WGS84BoundingBoxType Modifier and Type Method Description EList<WGS84BoundingBoxType>FeatureTypeTypeImpl. getWGS84BoundingBox()
- 
Uses of WGS84BoundingBoxType in net.opengis.wfs20.validationMethod parameters in net.opengis.wfs20.validation with type arguments of type WGS84BoundingBoxType Modifier and Type Method Description booleanFeatureTypeTypeValidator. validateWGS84BoundingBox(EList<WGS84BoundingBoxType> value)
 
-