Uses of Class
net.opengis.wcs10.ClosureType
Packages that use ClosureType
-
Uses of ClosureType in net.opengis.wcs10
Fields in net.opengis.wcs10 declared as ClosureTypeModifier and TypeFieldDescriptionstatic final ClosureType
ClosureType.CLOSED_LITERAL
The 'Closed' literal object.static final ClosureType
ClosureType.CLOSED_OPEN_LITERAL
The 'Closed Open' literal object.static final ClosureType
ClosureType.OPEN_CLOSED_LITERAL
The 'Open Closed' literal object.static final ClosureType
ClosureType.OPEN_LITERAL
The 'Open' literal object.Methods in net.opengis.wcs10 that return ClosureTypeModifier and TypeMethodDescriptionstatic ClosureType
ClosureType.get
(int value) Returns the 'Closure Type' literal with the specified integer value.static ClosureType
Returns the 'Closure Type' literal with the specified literal value.static ClosureType
Returns the 'Closure Type' literal with the specified name.DocumentRoot.getClosure()
Returns the value of the 'Closure' attribute.ValueRangeType.getClosure()
Returns the value of the 'Closure' attribute.Methods in net.opengis.wcs10 with parameters of type ClosureTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setClosure
(ClosureType value) Sets the value of the 'Closure
' attribute.void
ValueRangeType.setClosure
(ClosureType value) Sets the value of the 'Closure
' attribute. -
Uses of ClosureType in net.opengis.wcs10.impl
Fields in net.opengis.wcs10.impl declared as ClosureTypeModifier and TypeFieldDescriptionprotected ClosureType
DocumentRootImpl.closure
The cached value of the 'Closure
' attribute.protected ClosureType
ValueRangeTypeImpl.closure
The cached value of the 'Closure
' attribute.protected static final ClosureType
DocumentRootImpl.CLOSURE_EDEFAULT
The default value of the 'Closure
' attribute.protected static final ClosureType
ValueRangeTypeImpl.CLOSURE_EDEFAULT
The default value of the 'Closure
' attribute.Methods in net.opengis.wcs10.impl that return ClosureTypeModifier and TypeMethodDescriptionWcs10FactoryImpl.createClosureTypeFromString
(EDataType eDataType, String initialValue) Wcs10FactoryImpl.createClosureTypeObjectFromString
(EDataType eDataType, String initialValue) DocumentRootImpl.getClosure()
ValueRangeTypeImpl.getClosure()
Methods in net.opengis.wcs10.impl with parameters of type ClosureTypeModifier and TypeMethodDescriptionvoid
DocumentRootImpl.setClosure
(ClosureType newClosure) void
ValueRangeTypeImpl.setClosure
(ClosureType newClosure) -
Uses of ClosureType in net.opengis.wcs10.validation
Methods in net.opengis.wcs10.validation with parameters of type ClosureTypeModifier and TypeMethodDescriptionboolean
DocumentRootValidator.validateClosure
(ClosureType value) boolean
ValueRangeTypeValidator.validateClosure
(ClosureType value)