用ArcIMS发布的feature Service可作为AO的远程数据源,获得FeatureCLass后可将远程数据下载

C#
--------------
IIMSServiceDescription imsdsc = new IMSServiceNameClass();
imsdsc.URL ="http://dj";
imsdsc.Name = "sf";
imsdsc.ServiceType = acServiceType.acFeatureService;
IWorkspaceFactory wf = new IMSWorkspaceFactoryClass();
IFeatureWorkspace w = wf.Open (imsdsc.ConnectionProperties ,0) as IFeatureWorkspace;
IFeatureClass Fcls = w.OpenFeatureClass ("blockgroups");

相关文章:

  • 2019-11-09
  • 2022-12-23
  • 2022-12-23
  • 2021-08-19
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-22
  • 2022-12-23
  • 2021-10-20
  • 2022-12-23
相关资源
相似解决方案