ArcGIS里面新建数据集,看起来简单,平时都是默认创建,实际上好多细节问题我们都没注意到
一.在数据集上新建要素类:
How to create a feature class within a feature dataset
http://edndoc.esri.com/arcobjects/9.2/NET/0b614f08-461a-4d63-bbcd-1c633a7886ba.htm
How to create a stand-alone feature class in a geodatabase
http://edndoc.esri.com/arcobjects/9.2/NET/de90607e-de22-4985-82e3-816be41d4fb6.htm
Arcengine,C#获得FeatureClass的坐标系ISpatialReference以及所在数据集名称
ArcGIS Engine中空间参照(地理坐标)相关方法总结
https://blog.csdn.net/u011170962/article/details/38776101
别名设置
创建完后可以使用IClassSchemaEdit.AlterAliasName方法设置别名
怎样在ArcEngine中创建数据集时设置分辨率和容差值:
http://blog.sina.com.cn/s/blog_673555900102v6d6.html
Arcengine设置坐标系
http://www.cnblogs.com/qb371/archive/2011/10/12/2366294.html
其它: