Uses of Interface
net.opengis.ows10.WGS84BoundingBoxType
Packages that use WGS84BoundingBoxType
-
Uses of WGS84BoundingBoxType in net.opengis.ows10
Methods in net.opengis.ows10 that return WGS84BoundingBoxTypeModifier and TypeMethodDescriptionOws10Factory.createWGS84BoundingBoxType()
Returns a new object of class 'WGS84 Bounding Box Type'.DocumentRoot.getWgS84BoundingBox()
Returns the value of the 'Wg S84 Bounding Box' containment reference.Methods in net.opengis.ows10 with parameters of type WGS84BoundingBoxTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setWgS84BoundingBox
(WGS84BoundingBoxType value) Sets the value of the 'Wg S84 Bounding Box
' containment reference. -
Uses of WGS84BoundingBoxType in net.opengis.ows10.impl
Classes in net.opengis.ows10.impl that implement WGS84BoundingBoxTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'WGS84 Bounding Box Type'.Methods in net.opengis.ows10.impl that return WGS84BoundingBoxTypeModifier and TypeMethodDescriptionOws10FactoryImpl.createWGS84BoundingBoxType()
DocumentRootImpl.getWgS84BoundingBox()
Methods in net.opengis.ows10.impl with parameters of type WGS84BoundingBoxTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetWgS84BoundingBox
(WGS84BoundingBoxType newWgS84BoundingBox, NotificationChain msgs) void
DocumentRootImpl.setWgS84BoundingBox
(WGS84BoundingBoxType newWgS84BoundingBox) -
Uses of WGS84BoundingBoxType in net.opengis.ows10.validation
Methods in net.opengis.ows10.validation with parameters of type WGS84BoundingBoxTypeModifier and TypeMethodDescriptionboolean
DocumentRootValidator.validateWgS84BoundingBox
(WGS84BoundingBoxType value)