com.supermap.services.providers
类 ArcGISRestGeocodeProviderSetting
- java.lang.Object
 - 
- com.supermap.services.providers.ArcGISRestGeocodeProviderSetting
 
 
- 
- 所有已实现的接口:
 - java.io.Serializable
 
public class ArcGISRestGeocodeProviderSetting extends java.lang.Object implements java.io.Serializable- 另请参阅:
 - 序列化表格
 
 
- 
- 
字段概要
字段 限定符和类型 字段和说明 java.lang.StringhttpRefererjava.lang.StringrestServiceRootURLjava.lang.Stringtoken 
- 
构造器概要
构造器 构造器和说明 ArcGISRestGeocodeProviderSetting()ArcGISRestGeocodeProviderSetting(ArcGISRestGeocodeProviderSetting setting) 
- 
方法概要
方法 限定符和类型 方法和说明 ArcGISRestGeocodeProviderSettingclone()booleanequals(java.lang.Object o)inthashCode() 
 - 
 
- 
- 
字段详细资料
- 
restServiceRootURL
public java.lang.String restServiceRootURL
 
- 
token
public java.lang.String token
 
- 
httpReferer
public java.lang.String httpReferer
 
 - 
 
- 
构造器详细资料
- 
ArcGISRestGeocodeProviderSetting
public ArcGISRestGeocodeProviderSetting()
 
- 
ArcGISRestGeocodeProviderSetting
public ArcGISRestGeocodeProviderSetting(ArcGISRestGeocodeProviderSetting setting)
 
 - 
 
- 
方法详细资料
- 
equals
public boolean equals(java.lang.Object o)
- 覆盖:
 equals在类中java.lang.Object
 
- 
hashCode
public int hashCode()
- 覆盖:
 hashCode在类中java.lang.Object
 
- 
clone
public ArcGISRestGeocodeProviderSetting clone()
- 覆盖:
 clone在类中java.lang.Object
 
 - 
 
 -