Пример #1
0
 public OGCLineString(com.epl.geometry.MultiPath mp, int pathIndex, com.epl.geometry.SpatialReference sr, bool reversed)
 {
     multiPath = new com.epl.geometry.Polyline();
     if (!mp.IsEmpty())
     {
         multiPath.AddPath(mp, pathIndex, !reversed);
     }
     esriSR = sr;
 }