Uses of Class
net.opengis.wmts.v_1.GetTileValueType
-
Packages that use GetTileValueType Package Description net.opengis.wmts.v_1 net.opengis.wmts.v_1.impl net.opengis.wmts.v_1.util -
-
Uses of GetTileValueType in net.opengis.wmts.v_1
Fields in net.opengis.wmts.v_1 with type parameters of type GetTileValueType Modifier and Type Field Description static List<GetTileValueType>
GetTileValueType. VALUES
A public read-only list of all the 'Get Tile Value Type' enumerators.Methods in net.opengis.wmts.v_1 that return GetTileValueType Modifier and Type Method Description static GetTileValueType
GetTileValueType. get(int value)
Returns the 'Get Tile Value Type' literal with the specified integer value.static GetTileValueType
GetTileValueType. get(String literal)
Returns the 'Get Tile Value Type' literal with the specified literal value.static GetTileValueType
GetTileValueType. getByName(String name)
Returns the 'Get Tile Value Type' literal with the specified name.static GetTileValueType
GetTileValueType. valueOf(String name)
Returns the enum constant of this type with the specified name.static GetTileValueType[]
GetTileValueType. values()
Returns an array containing the constants of this enum type, 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 GetTileValueType Modifier and Type Method Description GetTileValueType
wmtsv_1FactoryImpl. createGetTileValueTypeFromString(EDataType eDataType, String initialValue)
GetTileValueType
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 GetTileValueType Modifier and Type Method Description boolean
wmtsv_1Validator. validateGetTileValueType(GetTileValueType getTileValueType, DiagnosticChain diagnostics, Map<Object,Object> context)
boolean
wmtsv_1Validator. validateGetTileValueTypeObject(GetTileValueType getTileValueTypeObject, DiagnosticChain diagnostics, Map<Object,Object> context)
-