Uses of Enum Class
net.opengis.wmts.v_1.RequestServiceType
Packages that use RequestServiceType
-
Uses of RequestServiceType in net.opengis.wmts.v_1
Fields in net.opengis.wmts.v_1 with type parameters of type RequestServiceTypeModifier and TypeFieldDescriptionstatic final List<RequestServiceType>RequestServiceType.VALUESA public read-only list of all the 'Request Service Type' enumerators.Methods in net.opengis.wmts.v_1 that return RequestServiceTypeModifier and TypeMethodDescriptionstatic RequestServiceTypeRequestServiceType.get(int value) Returns the 'Request Service Type' literal with the specified integer value.static RequestServiceTypeReturns the 'Request Service Type' literal with the specified literal value.static RequestServiceTypeReturns the 'Request Service Type' literal with the specified name.static RequestServiceTypeReturns the enum constant of this class with the specified name.static RequestServiceType[]RequestServiceType.values()Returns an array containing the constants of this enum class, 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 RequestServiceTypeModifier and TypeMethodDescriptionwmtsv_1FactoryImpl.createRequestServiceTypeFromString(EDataType eDataType, String initialValue) 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 RequestServiceTypeModifier and TypeMethodDescriptionbooleanwmtsv_1Validator.validateRequestServiceType(RequestServiceType requestServiceType, DiagnosticChain diagnostics, Map<Object, Object> context) booleanwmtsv_1Validator.validateRequestServiceTypeObject(RequestServiceType requestServiceTypeObject, DiagnosticChain diagnostics, Map<Object, Object> context)