Uses of Class
net.opengis.wcs10.ClosureType
-
Packages that use ClosureType Package Description net.opengis.wcs10 net.opengis.wcs10.impl net.opengis.wcs10.validation -
-
Uses of ClosureType in net.opengis.wcs10
Fields in net.opengis.wcs10 declared as ClosureType Modifier and Type Field Description static ClosureType
ClosureType. CLOSED_LITERAL
The 'Closed' literal object.static ClosureType
ClosureType. CLOSED_OPEN_LITERAL
The 'Closed Open' literal object.static ClosureType
ClosureType. OPEN_CLOSED_LITERAL
The 'Open Closed' literal object.static ClosureType
ClosureType. OPEN_LITERAL
The 'Open' literal object.Methods in net.opengis.wcs10 that return ClosureType Modifier and Type Method Description static ClosureType
ClosureType. get(int value)
Returns the 'Closure Type' literal with the specified integer value.static ClosureType
ClosureType. get(String literal)
Returns the 'Closure Type' literal with the specified literal value.static ClosureType
ClosureType. getByName(String name)
Returns the 'Closure Type' literal with the specified name.ClosureType
DocumentRoot. getClosure()
Returns the value of the 'Closure' attribute.ClosureType
ValueRangeType. getClosure()
Returns the value of the 'Closure' attribute.Methods in net.opengis.wcs10 with parameters of type ClosureType Modifier and Type Method Description void
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 ClosureType Modifier and Type Field Description protected ClosureType
DocumentRootImpl. closure
The cached value of the 'Closure
' attribute.protected ClosureType
ValueRangeTypeImpl. closure
The cached value of the 'Closure
' attribute.protected static ClosureType
DocumentRootImpl. CLOSURE_EDEFAULT
The default value of the 'Closure
' attribute.protected static ClosureType
ValueRangeTypeImpl. CLOSURE_EDEFAULT
The default value of the 'Closure
' attribute.Methods in net.opengis.wcs10.impl that return ClosureType Modifier and Type Method Description ClosureType
Wcs10FactoryImpl. createClosureTypeFromString(EDataType eDataType, String initialValue)
ClosureType
Wcs10FactoryImpl. createClosureTypeObjectFromString(EDataType eDataType, String initialValue)
ClosureType
DocumentRootImpl. getClosure()
ClosureType
ValueRangeTypeImpl. getClosure()
Methods in net.opengis.wcs10.impl with parameters of type ClosureType Modifier and Type Method Description void
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 ClosureType Modifier and Type Method Description boolean
DocumentRootValidator. validateClosure(ClosureType value)
boolean
ValueRangeTypeValidator. validateClosure(ClosureType value)
-