Uses of Class
net.opengis.ows20.RangeClosureType
-
Packages that use RangeClosureType Package Description net.opengis.ows20 net.opengis.ows20.impl net.opengis.ows20.util net.opengis.ows20.validation -
-
Uses of RangeClosureType in net.opengis.ows20
Fields in net.opengis.ows20 with type parameters of type RangeClosureType Modifier and Type Field Description static List<RangeClosureType>RangeClosureType. VALUESA public read-only list of all the 'Range Closure Type' enumerators.Methods in net.opengis.ows20 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.static RangeClosureTypeRangeClosureType. valueOf(String name)Returns the enum constant of this type with the specified name.static RangeClosureType[]RangeClosureType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.opengis.ows20 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.ows20.impl
Fields in net.opengis.ows20.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.ows20.impl that return RangeClosureType Modifier and Type Method Description RangeClosureTypeOws20FactoryImpl. createRangeClosureTypeFromString(EDataType eDataType, String initialValue)RangeClosureTypeOws20FactoryImpl. createRangeClosureTypeObjectFromString(EDataType eDataType, String initialValue)RangeClosureTypeDocumentRootImpl. getRangeClosure()RangeClosureTypeRangeTypeImpl. getRangeClosure()Methods in net.opengis.ows20.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.ows20.util
Methods in net.opengis.ows20.util with parameters of type RangeClosureType Modifier and Type Method Description booleanOws20Validator. validateRangeClosureType(RangeClosureType rangeClosureType, DiagnosticChain diagnostics, Map<Object,Object> context)booleanOws20Validator. validateRangeClosureTypeObject(RangeClosureType rangeClosureTypeObject, DiagnosticChain diagnostics, Map<Object,Object> context) -
Uses of RangeClosureType in net.opengis.ows20.validation
Methods in net.opengis.ows20.validation with parameters of type RangeClosureType Modifier and Type Method Description booleanDocumentRootValidator. validateRangeClosure(RangeClosureType value)booleanRangeTypeValidator. validateRangeClosure(RangeClosureType value)
-