public class WFSDataProviderSetting extends DataProviderSetting implements OGCProviderSetting
WFS data service provider setting class.
Used to set up WFS data service provider information.
maxFeatures| Constructor and Description |
|---|
WFSDataProviderSetting() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
Compare whether the specified object is equal to the current object.
|
java.lang.String |
getIdMappingClassName()
Gets the FeatureID converter class name.
|
java.lang.String |
getPassword()
Gets access password.
|
java.lang.String |
getServiceRootURL()
Gets the root directory of the WFS service.
|
java.lang.String |
getUserName()
Gets the username.
|
int |
hashCode()
Gets the hash value of the object instance
|
void |
setIdMappingClassName(java.lang.String idMappingClassName)
Sets the FeatureID converter class name.
|
void |
setPassword(java.lang.String password)
Sets access password.
|
void |
setServiceRootURL(java.lang.String serviceRootURL)
Sets the root directory of the WFS service.
|
void |
setUserName(java.lang.String userName)
Sets the user name.
|
getMaxFeatures, setMaxFeaturespublic java.lang.String getServiceRootURL()
Gets the root directory of the WFS service.
getServiceRootURL in interface OGCProviderSettingpublic void setServiceRootURL(java.lang.String serviceRootURL)
Sets the root directory of the WFS service.
serviceRootURL - A URI string that identifies the WFS service root.public java.lang.String getUserName()
Gets the username.
public void setUserName(java.lang.String userName)
Sets the user name.
userName - username.public java.lang.String getPassword()
Gets access password.
public void setPassword(java.lang.String password)
Sets access password.
password - password string.public java.lang.String getIdMappingClassName()
Gets the FeatureID converter class name.
public void setIdMappingClassName(java.lang.String idMappingClassName)
Sets the FeatureID converter class name.
idMappingClassName - FeatureID Full name of the converter class, which requires the FeatureIDMapping interface.public boolean equals(java.lang.Object obj)
Compare whether the specified object is equal to the current object.
equals in class DataProviderSettingobj - the object that is compared with the current object.public int hashCode()
hashCode in class DataProviderSetting