public class WFSConfig
extends java.lang.Object
implements java.io.Serializable
WFS service configuration information.
Modifier and Type | Field and Description |
---|---|
int |
maxFeatures
getFeature operation The maximum number of return elements.
|
NamespaceConfig |
namespaceConfig
WFS Namespace configuration.
|
java.lang.String |
version
WFS service version number
|
Constructor and Description |
---|
WFSConfig() |
public NamespaceConfig namespaceConfig
public int maxFeatures
getFeature operation The maximum number of return elements. Defaults is 2000, and if set to 0 or -1, it means that all records are returned by default.
public java.lang.String version
WFS service version number
public final int hashCode()
hashCode
in class java.lang.Object
public final boolean equals(java.lang.Object obj)
Compares whether the specified object equals to the current WMSConfig
object.
equals
in class java.lang.Object
obj
- the object to compare with the current WMSConfig
object.