Uses of Enum Class
net.opengis.wmts.v_1.GetTileValueType
Packages that use GetTileValueType
-
Uses of GetTileValueType in net.opengis.wmts.v_1
Fields in net.opengis.wmts.v_1 with type parameters of type GetTileValueTypeModifier and TypeFieldDescriptionstatic final List<GetTileValueType>GetTileValueType.VALUESA public read-only list of all the 'Get Tile Value Type' enumerators.Methods in net.opengis.wmts.v_1 that return GetTileValueTypeModifier and TypeMethodDescriptionstatic GetTileValueTypeGetTileValueType.get(int value) Returns the 'Get Tile Value Type' literal with the specified integer value.static GetTileValueTypeReturns the 'Get Tile Value Type' literal with the specified literal value.static GetTileValueTypeReturns the 'Get Tile Value Type' literal with the specified name.static GetTileValueTypeReturns the enum constant of this class with the specified name.static GetTileValueType[]GetTileValueType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of GetTileValueType in net.opengis.wmts.v_1.impl
Methods in net.opengis.wmts.v_1.impl that return GetTileValueTypeModifier and TypeMethodDescriptionwmtsv_1FactoryImpl.createGetTileValueTypeFromString(EDataType eDataType, String initialValue) wmtsv_1FactoryImpl.createGetTileValueTypeObjectFromString(EDataType eDataType, String initialValue) -
Uses of GetTileValueType in net.opengis.wmts.v_1.util
Methods in net.opengis.wmts.v_1.util with parameters of type GetTileValueTypeModifier and TypeMethodDescriptionbooleanwmtsv_1Validator.validateGetTileValueType(GetTileValueType getTileValueType, DiagnosticChain diagnostics, Map<Object, Object> context) booleanwmtsv_1Validator.validateGetTileValueTypeObject(GetTileValueType getTileValueTypeObject, DiagnosticChain diagnostics, Map<Object, Object> context)