Projection other than Web Mercator
Hello,
Just wondering if the workflow libraries include any other projections. My web application does not have any web mercator projected map services. I would like to use wkid:4140. Is this possible?
Thank you
-
Hi Brian,
Yes, you can absolutely use projections other than Web Mercator. Most of the workflow activities will use whatever projection it receives as input from your map; none of the activities have a specific projection hard-coded in. For most activities that manipulate geometries, or are otherwise impacted by the projection, you can specify the Spatial Reference you would like it to use, or return results in, explicitly. This includes the Project Task, Query Task, Buffer Task, etc. For any of the in or out Spatial Reference fields, all you need to do is declare a new variable to hold your spatial reference,
mySpatialReference = New Esri.ArcGIS.Client.Geometry.SpatialReference(4140)
and then use this in the workflow activities that require it.
-Victoria
0 -
Is there a published list of projection WKIDs?
0 -
http://resources.esri.com/help/9.3/arcgisserver/apis/rest/pcs.html
I think this one has everything you might need.
Jeff
0
Du måste logga in om du vill lämna en kommentar.
Kommentarer
3 kommentarer