예제 #1
0
 public bool CopyFrom(ISpatialReference sourceProj)
 {
     return(_projection.CopyFrom(sourceProj.GetInternal()));
 }