public class WFSConfig extends Object
WFSStrategy.setConfig(WFSConfig)
Modifier and Type | Class and Description |
---|---|
static class |
WFSConfig.PreferredHttpMethod |
Modifier and Type | Field and Description |
---|---|
protected String |
axisOrder |
protected String |
axisOrderFilter |
protected int |
buffer |
protected Charset |
defaultEncoding |
protected EntityResolver |
entityResolver |
protected Integer |
filterCompliance |
protected boolean |
gmlCompatibleTypenames |
protected boolean |
lenient |
protected Integer |
maxFeatures |
protected String |
namespaceOverride |
protected String |
outputformatOverride |
protected String |
pass |
protected WFSConfig.PreferredHttpMethod |
preferredMethod |
protected int |
timeoutMillis |
protected boolean |
tryGZIP |
protected boolean |
useDefaultSrs |
protected boolean |
useHttpConnectionPooling |
protected String |
user |
protected String |
wfsStrategy |
Constructor and Description |
---|
WFSConfig() |
Modifier and Type | Method and Description |
---|---|
static WFSConfig |
fromParams(Map<?,?> params) |
String |
getAxisOrder() |
String |
getAxisOrderFilter() |
int |
getBuffer() |
Charset |
getDefaultEncoding() |
EntityResolver |
getEntityResolver()
Returns the entity resolved to be used for XML parses
|
Integer |
getFilterCompliance() |
Integer |
getMaxFeatures() |
String |
getNamespaceOverride() |
String |
getOutputformatOverride() |
String |
getPassword() |
WFSConfig.PreferredHttpMethod |
getPreferredMethod() |
int |
getTimeoutMillis() |
String |
getUser() |
String |
getWfsStrategy() |
static boolean |
invertAxisNeeded(String axisOrder,
CoordinateReferenceSystem crs)
Checks if axis flipping is needed comparing axis order requested for the DataStore with query
crs.
|
boolean |
isGmlCompatibleTypenames() |
boolean |
isLenient() |
boolean |
isTryGZIP() |
boolean |
isUseDefaultSrs() |
boolean |
isUseHttpConnectionPooling() |
String |
localTypeName(QName remoteTypeName) |
protected String user
protected String pass
protected int timeoutMillis
protected WFSConfig.PreferredHttpMethod preferredMethod
protected int buffer
protected boolean tryGZIP
protected boolean lenient
protected Integer maxFeatures
protected Charset defaultEncoding
protected String wfsStrategy
protected Integer filterCompliance
protected String namespaceOverride
protected String outputformatOverride
protected boolean useDefaultSrs
protected String axisOrder
protected String axisOrderFilter
protected boolean gmlCompatibleTypenames
protected boolean useHttpConnectionPooling
protected EntityResolver entityResolver
public static WFSConfig fromParams(Map<?,?> params) throws IOException
IOException
public String getUser()
public String getPassword()
public int getTimeoutMillis()
public WFSConfig.PreferredHttpMethod getPreferredMethod()
public int getBuffer()
public boolean isTryGZIP()
public boolean isLenient()
public Integer getMaxFeatures()
public Charset getDefaultEncoding()
public String getWfsStrategy()
public Integer getFilterCompliance()
public String getNamespaceOverride()
public String getOutputformatOverride()
public boolean isUseDefaultSrs()
public String getAxisOrder()
public String getAxisOrderFilter()
public boolean isGmlCompatibleTypenames()
public EntityResolver getEntityResolver()
public boolean isUseHttpConnectionPooling()
public static boolean invertAxisNeeded(String axisOrder, CoordinateReferenceSystem crs)
axisOrder
- coordinateSystem
- Copyright © 1996–2019 Geotools. All rights reserved.