摘要:
1、建立服务 建立GEOPROCESSING SERVICES来实现内插功能。注意事项a、要实现实时内插并返回结果,必须使用GEOPROCESSING SERVICES WITH A RESULT MAP类型的服务。首先执行GEOPROCESSING SERVICES,然后由RESULT MAP SERVICES实现结果图的绘制与显示。b、在ARCMAP下添加TOOL LAYER的MXD文档,其中... 阅读全文
摘要:
A week or so back I wrote about a package I ported/modified to create the Delaunay triangulation in Flash with a few AS3 classes. As I noted there, such a triangulated irregular network (TIN) allows ... 阅读全文
摘要:
//IWorkspace DatasetNames Example public void IWorkspace_DatasetNames_Example(IWorkspace workspace){ //This function asks the workspace for its feature dataset names. //The names are returned as an en... 阅读全文