com.supermap.services.wms.request
Class FeatureParameterParserFactory
- java.lang.Object
-
- com.supermap.services.wms.request.FeatureParameterParserFactory
-
public class FeatureParameterParserFactory extends java.lang.ObjectWMS GetFeatureInfo operation parameter parser factory.
It's used to create the GetFeatureInfo operation parameter parser of WMS in various version.
-
-
Constructor Summary
Constructors Modifier Constructor and Description protectedFeatureParameterParserFactory()The Constructor.
-
Method Summary
Methods Modifier and Type Method and Description static FeatureParameterParsernewFeatureParameterParser(java.lang.String version, WMSCapabilities capabilities)Create the GetFeatureInfo operation parameter parser of WMS.
-
-
-
Constructor Detail
-
FeatureParameterParserFactory
protected FeatureParameterParserFactory()
The Constructor.
-
-
Method Detail
-
newFeatureParameterParser
public static FeatureParameterParser newFeatureParameterParser(java.lang.String version, WMSCapabilities capabilities)
Create the GetFeatureInfo operation parameter parser of WMS.
- Parameters:
version- the version of the WMS request.capabilities- WMS meta information.- Returns:
- WMS GetFeatureInfo operation parameter parser.
-
- If the WMS version is 1.1.1, it returns the WMS 1.1.1 GetFeatureInfo operation parameter parser.
- If the WMS version is 1.3.0, it returns the WMS 1.3.0 GetFeatureInfo operation parameter parser.
- Other version, it returns the operation parameter parser of the WMS invalid version.
-