com.supermap.services.providers

类 ArcGISRestDataProviderSetting

  • 所有已实现的接口:
    java.io.Serializable


    public class ArcGISRestDataProviderSetting
    extends ArcGISRestAuthProviderSetting
    

    ArcGIS REST 数据服务提供者配置对象

    从以下版本开始:
    8.0.2
    另请参阅:
    序列化表格
    • 字段详细资料

      • restServiceRootURL

        public java.lang.String restServiceRootURL
        

        rest 服务地址,指向要素服务的根资源路径。

        如:http://localhost:6080/arcgis/rest/services/China/FeatureServer

      • closePostMockGet

        public boolean closePostMockGet
        
        关闭 Post 模拟 Get 请求对服务来源发送请求,默认使用 post 模拟 get。
    • 构造器详细资料

      • ArcGISRestDataProviderSetting

        public ArcGISRestDataProviderSetting()