DCGISAGSServices
The following operations are supported. For a formal definition, please review the Service Description.
-
findPolygonByPoint
Accepts six input parameters: ArcGIS Server map service URL, comma delimited layer IDs, x coordinate, y coordinate, the spatial reference system WKID of the input point, returngeometry (true/false), geometrywkid, the identify tolerance and the return format f (default is xml). For example:
serviceUrl=http://maps2.dcgis.dc.gov/DCGIS/services/DCGIS_DATA/Education/MapServer, layerIDs=9,10, x=398642, y=136399, xywkid=26985, returngeometry=true, geometrywkid=4326, tolerance=3, f=json
serviceUrl=http://maps2.dcgis.dc.gov/DCGIS/services/DCGIS_DATA/Education/MapServer, layerIDs=9,10, x=-77.01572506, y=38.89544481, xywkid=4326, returngeometry=false, geometrywkid=, tolerance=3, f=xml