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 ClosureTypeClosureType. CLOSED_LITERALThe 'Closed' literal object.static ClosureTypeClosureType. CLOSED_OPEN_LITERALThe 'Closed Open' literal object.static ClosureTypeClosureType. OPEN_CLOSED_LITERALThe 'Open Closed' literal object.static ClosureTypeClosureType. OPEN_LITERALThe 'Open' literal object.Methods in net.opengis.wcs10 that return ClosureType Modifier and Type Method Description static ClosureTypeClosureType. get(int value)Returns the 'Closure Type' literal with the specified integer value.static ClosureTypeClosureType. get(String literal)Returns the 'Closure Type' literal with the specified literal value.static ClosureTypeClosureType. getByName(String name)Returns the 'Closure Type' literal with the specified name.ClosureTypeDocumentRoot. getClosure()Returns the value of the 'Closure' attribute.ClosureTypeValueRangeType. getClosure()Returns the value of the 'Closure' attribute.Methods in net.opengis.wcs10 with parameters of type ClosureType Modifier and Type Method Description voidDocumentRoot. setClosure(ClosureType value)Sets the value of the 'Closure' attribute.voidValueRangeType. 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 ClosureTypeDocumentRootImpl. closureThe cached value of the 'Closure' attribute.protected ClosureTypeValueRangeTypeImpl. closureThe cached value of the 'Closure' attribute.protected static ClosureTypeDocumentRootImpl. CLOSURE_EDEFAULTThe default value of the 'Closure' attribute.protected static ClosureTypeValueRangeTypeImpl. CLOSURE_EDEFAULTThe default value of the 'Closure' attribute.Methods in net.opengis.wcs10.impl that return ClosureType Modifier and Type Method Description ClosureTypeWcs10FactoryImpl. createClosureTypeFromString(EDataType eDataType, String initialValue)ClosureTypeWcs10FactoryImpl. createClosureTypeObjectFromString(EDataType eDataType, String initialValue)ClosureTypeDocumentRootImpl. getClosure()ClosureTypeValueRangeTypeImpl. getClosure()Methods in net.opengis.wcs10.impl with parameters of type ClosureType Modifier and Type Method Description voidDocumentRootImpl. setClosure(ClosureType newClosure)voidValueRangeTypeImpl. 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 booleanDocumentRootValidator. validateClosure(ClosureType value)booleanValueRangeTypeValidator. validateClosure(ClosureType value)
-