public class FeatureParameterParserFactory
extends java.lang.Object
WMS GetFeatureInfo operation parameter parser factory.
It's used to create the GetFeatureInfo operation parameter parser of WMS in various version.
Modifier | Constructor and Description |
---|---|
protected |
FeatureParameterParserFactory()
The Constructor.
|
Modifier and Type | Method and Description |
---|---|
static FeatureParameterParser |
newFeatureParameterParser(java.lang.String version, WMSCapabilities capabilities)
Create the GetFeatureInfo operation parameter parser of WMS.
|
protected FeatureParameterParserFactory()
The Constructor.
public static FeatureParameterParser newFeatureParameterParser(java.lang.String version, WMSCapabilities capabilities)
Create the GetFeatureInfo operation parameter parser of WMS.
version
- the version of the WMS request.capabilities
- WMS meta information.