ArcEngine 创建空间参考设置默认域

ISpatialReferenceFactory3 spatialReferenceFactory = new SpatialReferenceEnvironmentClass();
outSR = spatialReferenceFactory.CreateSpatialReference(sr.FactoryCod);

ISpatialReferenceResolution spatialReferenceResolution = outSR as ISpatialReferenceResolution;
spatialReferenceResolution.ConstructFromHorizon();

spatialReferenceResolution.SetDefaultXYResolution();

ISpatialReferenceTolerance spatialReferenceTolerance = spatialReferenceResolution as ISpatialReferenceTolerance;
spatialReferenceTolerance.SetDefaultXYTolerance();

上一篇:谷歌浏览器内核Cef js代码整理(二) 滚动条


下一篇:android 简单的画图片