Skip to main content

Projection other than Web Mercator

Comments

3 comments

  • Permanently deleted user

    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
  • Ethan Granger

    Is there a published list of projection WKIDs?

    0
  • Permanently deleted user

    http://resources.esri.com/help/9.3/arcgisserver/apis/rest/pcs.html

     

    I think this one has everything you might need.

    Jeff

    0

Please sign in to leave a comment.