Package org.geotools.data.wfs.internal
Class WFSConfig
Object
WFSConfig
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected String
protected int
protected Charset
protected EntityResolver
protected Integer
protected boolean
protected boolean
protected int
protected Integer
protected String
protected String
protected String
protected WFSConfig.PreferredHttpMethod
protected int
protected boolean
protected boolean
protected boolean
protected String
protected String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic WFSConfig
fromParams
(Map<?, ?> params) int
Returns the entity resolved to be used for XML parsesint
int
getUser()
static boolean
invertAxisNeeded
(String axisOrder, CoordinateReferenceSystem crs) Checks if axis flipping is needed comparing axis order requested for the DataStore with query crs.boolean
boolean
boolean
boolean
boolean
localTypeName
(QName remoteTypeName)
-
Field Details
-
user
-
pass
-
timeoutMillis
protected int timeoutMillis -
preferredMethod
-
buffer
protected int buffer -
tryGZIP
protected boolean tryGZIP -
lenient
protected boolean lenient -
maxFeatures
-
defaultEncoding
-
wfsStrategy
-
filterCompliance
-
namespaceOverride
-
outputformatOverride
-
useDefaultSrs
protected boolean useDefaultSrs -
axisOrder
-
axisOrderFilter
-
gmlCompatibleTypenames
protected boolean gmlCompatibleTypenames -
useHttpConnectionPooling
protected boolean useHttpConnectionPooling -
maxConnectionPoolSize
protected int maxConnectionPoolSize -
entityResolver
-
additionalHeaders
-
-
Constructor Details
-
WFSConfig
public WFSConfig()
-
-
Method Details
-
fromParams
- Throws:
IOException
-
getUser
- Returns:
- the user
-
getPassword
- Returns:
- the pass
-
getTimeoutMillis
public int getTimeoutMillis()- Returns:
- the timeoutMillis
-
getPreferredMethod
- Returns:
- the preferredMethod
-
getBuffer
public int getBuffer()- Returns:
- the buffer
-
isTryGZIP
public boolean isTryGZIP()- Returns:
- the tryGZIP
-
isLenient
public boolean isLenient()- Returns:
- the lenient
-
getMaxFeatures
- Returns:
- the maxFeatures
-
getDefaultEncoding
- Returns:
- the defaultEncoding
-
getWfsStrategy
- Returns:
- the wfsStrategy
-
getFilterCompliance
- Returns:
- the filterCompliance
-
getNamespaceOverride
- Returns:
- the namespaceOverride
-
getOutputformatOverride
- Returns:
- the outputformat override
-
isUseDefaultSrs
public boolean isUseDefaultSrs()- Returns:
- if use default srs
-
getAxisOrder
- Returns:
- the axis order
-
getAxisOrderFilter
- Returns:
- the axis order filter
-
isGmlCompatibleTypenames
public boolean isGmlCompatibleTypenames()- Returns:
- if GML compatible typenames are used
-
getEntityResolver
Returns the entity resolved to be used for XML parses -
isUseHttpConnectionPooling
public boolean isUseHttpConnectionPooling()- Returns:
- if http connection pooling should be used
-
getMaxConnectionPoolSize
public int getMaxConnectionPoolSize()- Returns:
- the size of the connection pool, if
isUseHttpConnectionPooling()
istrue
-
getAdditionalHeaders
- Returns:
- null, if the
additionalHeaders
are null. An unmodifiable version of the headers otherwise.
-
invertAxisNeeded
Checks if axis flipping is needed comparing axis order requested for the DataStore with query crs. -
localTypeName
-