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.fes20Methods in net.opengis.fes20 that return BBOXType Modifier and Type Method Description BBOXTypeFes20Factory. createBBOXType()Returns a new object of class 'BBOX Type'.BBOXTypeDocumentRoot. getBBOX()Returns the value of the 'BBOX' containment reference.Methods in net.opengis.fes20 with parameters of type BBOXType Modifier and Type Method Description voidDocumentRoot. setBBOX(BBOXType value)Sets the value of the 'BBOX' containment reference.
- 
Uses of BBOXType in net.opengis.fes20.implClasses in net.opengis.fes20.impl that implement BBOXType Modifier and Type Class Description classBBOXTypeImplAn implementation of the model object 'BBOX Type'.Methods in net.opengis.fes20.impl that return BBOXType Modifier and Type Method Description BBOXTypeFes20FactoryImpl. createBBOXType()BBOXTypeDocumentRootImpl. getBBOX()Methods in net.opengis.fes20.impl with parameters of type BBOXType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetBBOX(BBOXType newBBOX, NotificationChain msgs)voidDocumentRootImpl. setBBOX(BBOXType newBBOX)
- 
Uses of BBOXType in net.opengis.fes20.utilMethods in net.opengis.fes20.util with parameters of type BBOXType Modifier and Type Method Description TFes20Switch. caseBBOXType(BBOXType object)Returns the result of interpreting the object as an instance of 'BBOX Type'.booleanFes20Validator. validateBBOXType(BBOXType bboxType, DiagnosticChain diagnostics, Map<Object,Object> context)
 
-