Package com.supermap.services.wms.request
Handles the WMS service request parameters.
See: Description
-
Interface Summary Interface Description FeatureParameterParser The interface to parse the WMS GetFeatureInfo operation parameter.MapParameterParser WMS GetMap operation parameter parser.Validator WMS request parameters verifier. -
Class Summary Class Description FeatureParameterParser111 WMS 1.1.1 the parameter parser of the GetFeatureInfo operation.FeatureParameterParser130 WMS 1.3.0 the parameter parser of the GetFeatureInfo operation.FeatureParameterParserFactory WMS GetFeatureInfo operation parameter parser factory.FeatureParameterValidator111 The parameter verifier of the WMS 1.1.1 GetFeatureInfo operation.FeatureParameterValidator130 The parameter verifier of the WMS 1.3.0 GetFeatureInfo operation.InvalidVersionParser WMS invalid version operation parameter parser.MapParameterParser111 WMS 1.1.1 the parameter parser of the GetMap operation.MapParameterParser130 WMS 1.3.0 the parameter parser of the GetMap operation.MapParameterParserFactory WMS GetMap operation parameter parser factory.MapParameterParserImpl The abstract class to parse the WMS GetMap operation parameter.MapParameterValidator111 WMS 1.1.1 GetMap request parameter verifier.MapParameterValidator130 WMS 1.3.0 GetMap request parameter verifier.OptionalParameter WMS optional parameter description object.ParameterValidator Parameter verifier based on regular expression.ValidateResult The verified result of the WMS request parameter.WMSParameterValidator The parameter verifier of the WMS GetMap and GetFeatureInfo operations. -
Enum Summary Enum Description ValidateState The state of the WMS request parameter validation.
Package com.supermap.services.wms.request Description
Handles the WMS service request parameters.
The parameter parsing and rectification are included.