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.ows10
Methods in net.opengis.ows10 that return WGS84BoundingBoxType Modifier and Type Method Description WGS84BoundingBoxType
Ows10Factory. createWGS84BoundingBoxType()
Returns a new object of class 'WGS84 Bounding Box Type'.WGS84BoundingBoxType
DocumentRoot. 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 void
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 WGS84BoundingBoxType Modifier and Type Class Description class
WGS84BoundingBoxTypeImpl
An implementation of the model object 'WGS84 Bounding Box Type'.Methods in net.opengis.ows10.impl that return WGS84BoundingBoxType Modifier and Type Method Description WGS84BoundingBoxType
Ows10FactoryImpl. createWGS84BoundingBoxType()
WGS84BoundingBoxType
DocumentRootImpl. getWgS84BoundingBox()
Methods in net.opengis.ows10.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.ows10.validation
Methods in net.opengis.ows10.validation with parameters of type WGS84BoundingBoxType Modifier and Type Method Description boolean
DocumentRootValidator. validateWgS84BoundingBox(WGS84BoundingBoxType value)
-