Uses of Interface
net.opengis.fes20.BBOXType
-
Packages that use BBOXType Package Description net.opengis.fes20 net.opengis.fes20.impl net.opengis.fes20.util -
-
Uses of BBOXType in net.opengis.fes20
Methods in net.opengis.fes20 that return BBOXType Modifier and Type Method Description BBOXType
Fes20Factory. createBBOXType()
Returns a new object of class 'BBOX Type'.BBOXType
DocumentRoot. getBBOX()
Returns the value of the 'BBOX' containment reference.Methods in net.opengis.fes20 with parameters of type BBOXType Modifier and Type Method Description void
DocumentRoot. setBBOX(BBOXType value)
Sets the value of the 'BBOX
' containment reference. -
Uses of BBOXType in net.opengis.fes20.impl
Classes in net.opengis.fes20.impl that implement BBOXType Modifier and Type Class Description class
BBOXTypeImpl
An implementation of the model object 'BBOX Type'.Methods in net.opengis.fes20.impl that return BBOXType Modifier and Type Method Description BBOXType
Fes20FactoryImpl. createBBOXType()
BBOXType
DocumentRootImpl. getBBOX()
Methods in net.opengis.fes20.impl with parameters of type BBOXType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetBBOX(BBOXType newBBOX, NotificationChain msgs)
void
DocumentRootImpl. setBBOX(BBOXType newBBOX)
-
Uses of BBOXType in net.opengis.fes20.util
Methods in net.opengis.fes20.util with parameters of type BBOXType Modifier and Type Method Description T
Fes20Switch. caseBBOXType(BBOXType object)
Returns the result of interpreting the object as an instance of 'BBOX Type'.boolean
Fes20Validator. validateBBOXType(BBOXType bboxType, DiagnosticChain diagnostics, Map<Object,Object> context)
-