com.supermap.services.providers

Class ArcGISRestMapProvider

  • All Implemented Interfaces:
    Disposable, MapProvider, ProviderContextAware


    public class ArcGISRestMapProvider
    extends RemoteTileProviderBase
    

    ArcGIS Rest map service provider.

    ArcGISRestMapProvider supports drawing operations and map queries. The map query function provided by the Query resource of ArcGIS REST map service, and support sql query, spatial query, scope query; Do not support distance inquiries, recent feature query; Unsupported query parameters are: query start record location, expect to return the number of records, only return to the ground information.

    • Notes:
    • Docking Query Parameters: geometry, geometryType, where, objectIds, outFields, returnGeomery, orderByFields (ArcGIS 10.1 or higher version). outStatistics (ArcGIS 10.1 or higher).
    • Supported spatial query relations: INTERSECT, CONTAIN, CROSS, TOUCH, WITHIN and OVERLAP.