Coordinate System in GEP

381
1
01-07-2014 06:14 PM
aymansalah
New Contributor III
If my input data contains WGS84 coordinate system, and I want my output geometry to be in different Coordinate System. How I can achieve this
0 Kudos
1 Reply
RyanElliott
New Contributor III
Ayman,

There are currently no built-in processors that project the geometry.  That leaves two options. 


  • If you output the data to a Feature Service, your client application can specify the desired coordinate system when querying the feature service for features.

  • If you need to project the geometry in the geoevent service, then you will need to create a custom processor using the SDK.


-Ryan
0 Kudos