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