由投影坐标(532468.123456,2555456.654321)计算地理坐标(114.123456,23.6543231)
private IPoint getGeoPoint(double x, double y)
        {
            IPoint pProPoint = new ESRI.ArcGIS.Geometry.Point();
            pProPoint.PutCoords(x, y);
            ISpatialReferenceFactory pSRF = new SpatialReferenceEnvironmentClass();
            pProPoint.SpatialReference = pSRF.CreateProjectedCoordinateSystem((int)esriSRProjCS4Type.esriSRProjCS_Beijing1954_3_Degree_GK_CM_114E);
            pProPoint.Project(pSRF.CreateGeographicCoordinateSystem((int)esriSRGeoCSType.esriSRGeoCS_Beijing1954));
            return pProPoint;
        }
                  
                  
                  
                  
                            
      
          
                
                
                
                
              
                
                
                
                
                
              
                
                
              
            
                  
					2370
					
被折叠的  条评论
		 为什么被折叠?
		 
		 
		
    
  
    
  
            


            