Uses of Class
net.opengis.ows11.RangeClosureType
Packages that use RangeClosureType
Package
Description
-
Uses of RangeClosureType in net.opengis.ows11
Fields in net.opengis.ows11 declared as RangeClosureTypeModifier and TypeFieldDescriptionstatic final RangeClosureType
RangeClosureType.CLOSED_LITERAL
The 'Closed' literal object.static final RangeClosureType
RangeClosureType.CLOSED_OPEN_LITERAL
The 'Closed Open' literal object.static final RangeClosureType
RangeClosureType.OPEN_CLOSED_LITERAL
The 'Open Closed' literal object.static final RangeClosureType
RangeClosureType.OPEN_LITERAL
The 'Open' literal object.Methods in net.opengis.ows11 that return RangeClosureTypeModifier and TypeMethodDescriptionstatic RangeClosureType
RangeClosureType.get
(int value) Returns the 'Range Closure Type' literal with the specified integer value.static RangeClosureType
Returns the 'Range Closure Type' literal with the specified literal value.static RangeClosureType
Returns the 'Range Closure Type' literal with the specified name.DocumentRoot.getRangeClosure()
Returns the value of the 'Range Closure' attribute.RangeType.getRangeClosure()
Returns the value of the 'Range Closure' attribute.Methods in net.opengis.ows11 with parameters of type RangeClosureTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setRangeClosure
(RangeClosureType value) Sets the value of the 'Range Closure
' attribute.void
RangeType.setRangeClosure
(RangeClosureType value) Sets the value of the 'Range Closure
' attribute. -
Uses of RangeClosureType in net.opengis.ows11.impl
Fields in net.opengis.ows11.impl declared as RangeClosureTypeModifier and TypeFieldDescriptionprotected static final RangeClosureType
DocumentRootImpl.RANGE_CLOSURE_EDEFAULT
The default value of the 'Range Closure
' attribute.protected static final RangeClosureType
RangeTypeImpl.RANGE_CLOSURE_EDEFAULT
The default value of the 'Range Closure
' attribute.protected RangeClosureType
DocumentRootImpl.rangeClosure
The cached value of the 'Range Closure
' attribute.protected RangeClosureType
RangeTypeImpl.rangeClosure
The cached value of the 'Range Closure
' attribute.Methods in net.opengis.ows11.impl that return RangeClosureTypeModifier and TypeMethodDescriptionOws11FactoryImpl.createRangeClosureTypeFromString
(EDataType eDataType, String initialValue) Ows11FactoryImpl.createRangeClosureTypeObjectFromString
(EDataType eDataType, String initialValue) DocumentRootImpl.getRangeClosure()
RangeTypeImpl.getRangeClosure()
Methods in net.opengis.ows11.impl with parameters of type RangeClosureTypeModifier and TypeMethodDescriptionvoid
DocumentRootImpl.setRangeClosure
(RangeClosureType newRangeClosure) void
RangeTypeImpl.setRangeClosure
(RangeClosureType newRangeClosure) -
Uses of RangeClosureType in net.opengis.ows11.util
Methods in net.opengis.ows11.util with parameters of type RangeClosureTypeModifier and TypeMethodDescriptionboolean
Ows11Validator.validateRangeClosureType
(RangeClosureType rangeClosureType, DiagnosticChain diagnostics, Map context) boolean
Ows11Validator.validateRangeClosureTypeObject
(RangeClosureType rangeClosureTypeObject, DiagnosticChain diagnostics, Map context) -
Uses of RangeClosureType in net.opengis.ows11.validation
Methods in net.opengis.ows11.validation with parameters of type RangeClosureTypeModifier and TypeMethodDescriptionboolean
DocumentRootValidator.validateRangeClosure
(RangeClosureType value) boolean
RangeTypeValidator.validateRangeClosure
(RangeClosureType value)