Uses of Class
net.opengis.wmts.v_1.GetCapabilitiesValueType
-
Packages that use GetCapabilitiesValueType Package Description net.opengis.wmts.v_1 net.opengis.wmts.v_1.impl net.opengis.wmts.v_1.util -
-
Uses of GetCapabilitiesValueType in net.opengis.wmts.v_1
Fields in net.opengis.wmts.v_1 with type parameters of type GetCapabilitiesValueType Modifier and Type Field Description static List<GetCapabilitiesValueType>
GetCapabilitiesValueType. VALUES
A public read-only list of all the 'Get Capabilities Value Type' enumerators.Methods in net.opengis.wmts.v_1 that return GetCapabilitiesValueType Modifier and Type Method Description static GetCapabilitiesValueType
GetCapabilitiesValueType. get(int value)
Returns the 'Get Capabilities Value Type' literal with the specified integer value.static GetCapabilitiesValueType
GetCapabilitiesValueType. get(String literal)
Returns the 'Get Capabilities Value Type' literal with the specified literal value.static GetCapabilitiesValueType
GetCapabilitiesValueType. getByName(String name)
Returns the 'Get Capabilities Value Type' literal with the specified name.static GetCapabilitiesValueType
GetCapabilitiesValueType. valueOf(String name)
Returns the enum constant of this type with the specified name.static GetCapabilitiesValueType[]
GetCapabilitiesValueType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of GetCapabilitiesValueType in net.opengis.wmts.v_1.impl
Methods in net.opengis.wmts.v_1.impl that return GetCapabilitiesValueType Modifier and Type Method Description GetCapabilitiesValueType
wmtsv_1FactoryImpl. createGetCapabilitiesValueTypeFromString(EDataType eDataType, String initialValue)
GetCapabilitiesValueType
wmtsv_1FactoryImpl. createGetCapabilitiesValueTypeObjectFromString(EDataType eDataType, String initialValue)
-
Uses of GetCapabilitiesValueType in net.opengis.wmts.v_1.util
Methods in net.opengis.wmts.v_1.util with parameters of type GetCapabilitiesValueType Modifier and Type Method Description boolean
wmtsv_1Validator. validateGetCapabilitiesValueType(GetCapabilitiesValueType getCapabilitiesValueType, DiagnosticChain diagnostics, Map<Object,Object> context)
boolean
wmtsv_1Validator. validateGetCapabilitiesValueTypeObject(GetCapabilitiesValueType getCapabilitiesValueTypeObject, DiagnosticChain diagnostics, Map<Object,Object> context)
-