Uses of Interface
net.opengis.fes20.LowerBoundaryType
- 
Packages that use LowerBoundaryType Package Description net.opengis.fes20 net.opengis.fes20.impl net.opengis.fes20.util 
- 
- 
Uses of LowerBoundaryType in net.opengis.fes20Methods in net.opengis.fes20 that return LowerBoundaryType Modifier and Type Method Description LowerBoundaryTypeFes20Factory. createLowerBoundaryType()Returns a new object of class 'Lower Boundary Type'.LowerBoundaryTypePropertyIsBetweenType. getLowerBoundary()Returns the value of the 'Lower Boundary' containment reference.Methods in net.opengis.fes20 with parameters of type LowerBoundaryType Modifier and Type Method Description voidPropertyIsBetweenType. setLowerBoundary(LowerBoundaryType value)Sets the value of the 'Lower Boundary' containment reference.
- 
Uses of LowerBoundaryType in net.opengis.fes20.implClasses in net.opengis.fes20.impl that implement LowerBoundaryType Modifier and Type Class Description classLowerBoundaryTypeImplAn implementation of the model object 'Lower Boundary Type'.Fields in net.opengis.fes20.impl declared as LowerBoundaryType Modifier and Type Field Description protected LowerBoundaryTypePropertyIsBetweenTypeImpl. lowerBoundaryThe cached value of the 'Lower Boundary' containment reference.Methods in net.opengis.fes20.impl that return LowerBoundaryType Modifier and Type Method Description LowerBoundaryTypeFes20FactoryImpl. createLowerBoundaryType()LowerBoundaryTypePropertyIsBetweenTypeImpl. getLowerBoundary()Methods in net.opengis.fes20.impl with parameters of type LowerBoundaryType Modifier and Type Method Description NotificationChainPropertyIsBetweenTypeImpl. basicSetLowerBoundary(LowerBoundaryType newLowerBoundary, NotificationChain msgs)voidPropertyIsBetweenTypeImpl. setLowerBoundary(LowerBoundaryType newLowerBoundary)
- 
Uses of LowerBoundaryType in net.opengis.fes20.utilMethods in net.opengis.fes20.util with parameters of type LowerBoundaryType Modifier and Type Method Description TFes20Switch. caseLowerBoundaryType(LowerBoundaryType object)Returns the result of interpreting the object as an instance of 'Lower Boundary Type'.booleanFes20Validator. validateLowerBoundaryType(LowerBoundaryType lowerBoundaryType, DiagnosticChain diagnostics, Map<Object,Object> context)
 
-