Uses of Interface
net.opengis.ows10.WGS84BoundingBoxType
- 
Packages that use WGS84BoundingBoxType Package Description net.opengis.ows10 net.opengis.ows10.impl net.opengis.ows10.validation 
- 
- 
Uses of WGS84BoundingBoxType in net.opengis.ows10Methods in net.opengis.ows10 that return WGS84BoundingBoxType Modifier and Type Method Description WGS84BoundingBoxTypeOws10Factory. createWGS84BoundingBoxType()Returns a new object of class 'WGS84 Bounding Box Type'.WGS84BoundingBoxTypeDocumentRoot. getWgS84BoundingBox()Returns the value of the 'Wg S84 Bounding Box' containment reference.Methods in net.opengis.ows10 with parameters of type WGS84BoundingBoxType Modifier and Type Method Description voidDocumentRoot. setWgS84BoundingBox(WGS84BoundingBoxType value)Sets the value of the 'Wg S84 Bounding Box' containment reference.
- 
Uses of WGS84BoundingBoxType in net.opengis.ows10.implClasses in net.opengis.ows10.impl that implement WGS84BoundingBoxType Modifier and Type Class Description classWGS84BoundingBoxTypeImplAn implementation of the model object 'WGS84 Bounding Box Type'.Methods in net.opengis.ows10.impl that return WGS84BoundingBoxType Modifier and Type Method Description WGS84BoundingBoxTypeOws10FactoryImpl. createWGS84BoundingBoxType()WGS84BoundingBoxTypeDocumentRootImpl. getWgS84BoundingBox()Methods in net.opengis.ows10.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.ows10.validationMethods in net.opengis.ows10.validation with parameters of type WGS84BoundingBoxType Modifier and Type Method Description booleanDocumentRootValidator. validateWgS84BoundingBox(WGS84BoundingBoxType value)
 
-