com.supermap.services.wfs
Class WFSConfig
- java.lang.Object
-
- com.supermap.services.wfs.WFSConfig
-
- All Implemented Interfaces:
- java.io.Serializable
public class WFSConfig extends java.lang.Object implements java.io.SerializableWFS service configuration information.
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description intmaxFeaturesgetFeature operation The maximum number of return elements.NamespaceConfignamespaceConfigWFS Namespace configuration.java.lang.StringversionWFS service version number
-
Constructor Summary
Constructors Constructor and Description WFSConfig()
-
-
-
Field Detail
-
namespaceConfig
public NamespaceConfig namespaceConfig
WFS Namespace configuration.
-
maxFeatures
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.
-
version
public java.lang.String version
WFS service version number
- Since:
- 7.1.0
-
-
Method Detail
-
hashCode
public final int hashCode()
Gets the hash value of the object instance- Overrides:
hashCodein classjava.lang.Object- Returns:
- hash value
-
equals
public final boolean equals(java.lang.Object obj)
Compares whether the specified object equals to the current
WMSConfigobject.- Overrides:
equalsin classjava.lang.Object- Parameters:
obj- the object to compare with the currentWMSConfigobject.- Returns:
- true if the two objects are equal, or false otherwise.
-
-