Uses of Class
net.opengis.ows11.RangeClosureType
- 
Packages that use RangeClosureType Package Description net.opengis.ows11 net.opengis.ows11.impl net.opengis.ows11.util net.opengis.ows11.validation 
- 
- 
Uses of RangeClosureType in net.opengis.ows11Fields in net.opengis.ows11 declared as RangeClosureType Modifier and Type Field Description static RangeClosureTypeRangeClosureType. CLOSED_LITERALThe 'Closed' literal object.static RangeClosureTypeRangeClosureType. CLOSED_OPEN_LITERALThe 'Closed Open' literal object.static RangeClosureTypeRangeClosureType. OPEN_CLOSED_LITERALThe 'Open Closed' literal object.static RangeClosureTypeRangeClosureType. OPEN_LITERALThe 'Open' literal object.Methods in net.opengis.ows11 that return RangeClosureType Modifier and Type Method Description static RangeClosureTypeRangeClosureType. get(int value)Returns the 'Range Closure Type' literal with the specified integer value.static RangeClosureTypeRangeClosureType. get(String literal)Returns the 'Range Closure Type' literal with the specified literal value.static RangeClosureTypeRangeClosureType. getByName(String name)Returns the 'Range Closure Type' literal with the specified name.RangeClosureTypeDocumentRoot. getRangeClosure()Returns the value of the 'Range Closure' attribute.RangeClosureTypeRangeType. getRangeClosure()Returns the value of the 'Range Closure' attribute.Methods in net.opengis.ows11 with parameters of type RangeClosureType Modifier and Type Method Description voidDocumentRoot. setRangeClosure(RangeClosureType value)Sets the value of the 'Range Closure' attribute.voidRangeType. setRangeClosure(RangeClosureType value)Sets the value of the 'Range Closure' attribute.
- 
Uses of RangeClosureType in net.opengis.ows11.implFields in net.opengis.ows11.impl declared as RangeClosureType Modifier and Type Field Description protected static RangeClosureTypeDocumentRootImpl. RANGE_CLOSURE_EDEFAULTThe default value of the 'Range Closure' attribute.protected static RangeClosureTypeRangeTypeImpl. RANGE_CLOSURE_EDEFAULTThe default value of the 'Range Closure' attribute.protected RangeClosureTypeDocumentRootImpl. rangeClosureThe cached value of the 'Range Closure' attribute.protected RangeClosureTypeRangeTypeImpl. rangeClosureThe cached value of the 'Range Closure' attribute.Methods in net.opengis.ows11.impl that return RangeClosureType Modifier and Type Method Description RangeClosureTypeOws11FactoryImpl. createRangeClosureTypeFromString(EDataType eDataType, String initialValue)RangeClosureTypeOws11FactoryImpl. createRangeClosureTypeObjectFromString(EDataType eDataType, String initialValue)RangeClosureTypeDocumentRootImpl. getRangeClosure()RangeClosureTypeRangeTypeImpl. getRangeClosure()Methods in net.opengis.ows11.impl with parameters of type RangeClosureType Modifier and Type Method Description voidDocumentRootImpl. setRangeClosure(RangeClosureType newRangeClosure)voidRangeTypeImpl. setRangeClosure(RangeClosureType newRangeClosure)
- 
Uses of RangeClosureType in net.opengis.ows11.utilMethods in net.opengis.ows11.util with parameters of type RangeClosureType Modifier and Type Method Description booleanOws11Validator. validateRangeClosureType(RangeClosureType rangeClosureType, DiagnosticChain diagnostics, Map context)booleanOws11Validator. validateRangeClosureTypeObject(RangeClosureType rangeClosureTypeObject, DiagnosticChain diagnostics, Map context)
- 
Uses of RangeClosureType in net.opengis.ows11.validationMethods in net.opengis.ows11.validation with parameters of type RangeClosureType Modifier and Type Method Description booleanDocumentRootValidator. validateRangeClosure(RangeClosureType value)booleanRangeTypeValidator. validateRangeClosure(RangeClosureType value)
 
-