com.supermap.services.providers
Class ArcGISRestDataProviderSetting
- java.lang.Object
-
- com.supermap.services.providers.ArcGISRestDataProviderSetting
-
- All Implemented Interfaces:
- java.io.Serializable
public class ArcGISRestDataProviderSetting extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description java.lang.StringhttpRefererREFERERjava.lang.StringrestServiceRootURLrest service address, points to the root resource path of feature services.java.lang.StringtokenToken.
-
Constructor Summary
Constructors Constructor and Description ArcGISRestDataProviderSetting()
-
-
-
Field Detail
-
restServiceRootURL
public java.lang.String restServiceRootURL
rest service address, points to the root resource path of feature services. request list.
Such as: http://localhost:6080/arcgis/rest/services/China/FeatureServer
-
token
public java.lang.String token
Token.
-
httpReferer
public java.lang.String httpReferer
REFERER
-
-