摘要:
关于地图分幅算法的AE实现,下面是C#代码~ public enum ScaleMark { A, B, C, D, E, F, G, H };//不同比例尺的号码 private int m_1s1000000_row;//1:100万图幅行 private int m_1s1000000_list;//1:100万图幅列 private int m_assign_row;//指定比例尺图幅行 ... 阅读全文
摘要:
1、 查找数据Search Cursors //by yl landgis@126.com yanleigis@21cn.com 2008.7.7[C#] //Create an envelope for the lower right portion of dataIEnvelope envelope = new EnvelopeClass();envelope.PutCoords(508786... 阅读全文