Question

I have Lat\\Longs for points in WGS84, is there a transformer\\method I can use that will determine which projection each point will fall in, or better yet, find the projection and give me X,Y coordinates from that projection?


I have Lat\\Longs for points in WGS84, is there a transformer\\method I can use that will determine which projection each point will fall in, or better yet, find the projection and give me X,Y coordinates from that projection?

2 replies

Badge +2

@mayhewjr​ I think it would depend on what projection you're looking for: State Plane, UTM ?

 

State Plane should be good for now. I have a State Plane NAD27 featureclass, and I populated a field with the Coordinate System Name used in the ESRIReprojector, so I think I've got it figured out :)

Reply