Hello,
We are using these projections:
manProj4Projection.InternalProjectionParametersString = ManagedProj4Projection.GetEpsgParametersString(4326);
manProj4Projection.ExternalProjectionParametersString = ManagedProj4Projection.GetGoogleMapParametersString();// GetEpsgParameters(3785);
do they assume 0 elevation?
Is there a way to account for elevation?
For example change the projection to be at different elevation.
I apply this projection to a ShapeFileFeatureLayer (poLayer.FeatureSource.Projection = manProj4Projection;)
I was wondering if I could change the elevation of the projection and then apply it, in a situation where I knew that this particular shapefile was at elevation X.
Thank you
Thomas