I have an image service that was created with a NAD_83 Stateplane Coordinate System. I need to make this match the started Web Mercator. Can I reproject from the REST API? From this reference it seems possible (http://landsatlook.usgs.gov/arcgis/sdk/rest/index.html#/Project_Image_Service/02ss000000pv000000/), but I am having a difficult time converting between the WKID and icsid and retaining the correct constructors for the API. The ImageService I need to convert is in a WKID of 3437. Below is the request I have tried:
http://granitweb.sr.unh.edu:6080/arcgis/rest/services/ImageServices/NH_NAIP_2003/ImageServer/project?f=json&inSR=3437&outSR=3857&geometries={"geometries": [{"xmin":-7988854.2297372185,"ymin":5381672.258646681,"xmax":-7915474.682583548,"ymax":5417406.569369952}],"geometryType":"esriGeometryEnvelope"} Thanks!
أكثر...
http://granitweb.sr.unh.edu:6080/arcgis/rest/services/ImageServices/NH_NAIP_2003/ImageServer/project?f=json&inSR=3437&outSR=3857&geometries={"geometries": [{"xmin":-7988854.2297372185,"ymin":5381672.258646681,"xmax":-7915474.682583548,"ymax":5417406.569369952}],"geometryType":"esriGeometryEnvelope"} Thanks!
أكثر...