<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic use ArcObjects to access TiFF in a remote server in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/use-arcobjects-to-access-tiff-in-a-remote-server/m-p/55076#M1491</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My raster datasets is in another server, which can be accessed through URL, for example, &lt;A href="http://servername.com/raster/test.tiff"&gt;http://servername.com/raster/test.tif&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is how to use ArcObjects .Net to read this raster dataset? I tried the same way like opening a dataset in the local ocmputer (as shown below), but it did not work.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IWorkspaceFactory2 workspaceFactory = new RasterWorkspaceFactory() as IWorkspaceFactory2;&lt;BR /&gt; IRasterWorkspace lRasterWorkspace = workspaceFactory.OpenFromFile(url, 0) as IRasterWorkspace;&lt;BR /&gt; inRasterWS = (IWorkspace)lRasterWorkspace;&lt;/P&gt;&lt;P&gt;_rasterDataset = (inRasterWS as IRasterWorkspace).OpenRasterDataset(datasetName);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does someone know how to read datasets located on a remote server using ArcObjects?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Feb 2017 19:20:40 GMT</pubDate>
    <dc:creator>springzhang</dc:creator>
    <dc:date>2017-02-13T19:20:40Z</dc:date>
    <item>
      <title>use ArcObjects to access TiFF in a remote server</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/use-arcobjects-to-access-tiff-in-a-remote-server/m-p/55076#M1491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My raster datasets is in another server, which can be accessed through URL, for example, &lt;A href="http://servername.com/raster/test.tiff"&gt;http://servername.com/raster/test.tif&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is how to use ArcObjects .Net to read this raster dataset? I tried the same way like opening a dataset in the local ocmputer (as shown below), but it did not work.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IWorkspaceFactory2 workspaceFactory = new RasterWorkspaceFactory() as IWorkspaceFactory2;&lt;BR /&gt; IRasterWorkspace lRasterWorkspace = workspaceFactory.OpenFromFile(url, 0) as IRasterWorkspace;&lt;BR /&gt; inRasterWS = (IWorkspace)lRasterWorkspace;&lt;/P&gt;&lt;P&gt;_rasterDataset = (inRasterWS as IRasterWorkspace).OpenRasterDataset(datasetName);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does someone know how to read datasets located on a remote server using ArcObjects?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2017 19:20:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/use-arcobjects-to-access-tiff-in-a-remote-server/m-p/55076#M1491</guid>
      <dc:creator>springzhang</dc:creator>
      <dc:date>2017-02-13T19:20:40Z</dc:date>
    </item>
    <item>
      <title>Re: use ArcObjects to access TiFF in a remote server</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/use-arcobjects-to-access-tiff-in-a-remote-server/m-p/55077#M1492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First, I think your problem is how to connect to a remote arcserver using arcobject sdk?&lt;/P&gt;&lt;P&gt;I have the same problem with you !&amp;nbsp;&lt;/P&gt;&lt;P&gt;Waiting for someone to provide a solution!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2017 02:22:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/use-arcobjects-to-access-tiff-in-a-remote-server/m-p/55077#M1492</guid>
      <dc:creator>huangbinhua</dc:creator>
      <dc:date>2017-02-14T02:22:02Z</dc:date>
    </item>
    <item>
      <title>Re: use ArcObjects to access TiFF in a remote server</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/use-arcobjects-to-access-tiff-in-a-remote-server/m-p/55078#M1493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have solve my problem,you can refer to the question for addition instruction.&lt;A class="link-titled" href="http://gis.stackexchange.com/questions/98278/how-to-call-a-gp-service-from-arcobjects-in-net-using-arcgis-engine-10-2" title="http://gis.stackexchange.com/questions/98278/how-to-call-a-gp-service-from-arcobjects-in-net-using-arcgis-engine-10-2"&gt;How to call a GP service from ArcObjects in .NET using ArcGIS Engine 10.2? - Geographic Information Systems Stack Exchan…&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your porblem, I think ,&lt;/P&gt;&lt;P&gt;first publish the geotiff as image Service in remote sever;&lt;/P&gt;&lt;P&gt;second, connect to image service rest provided by the remote server ;&lt;/P&gt;&lt;P&gt;then follow the instruction as the url I provided,you may solve your problem too。&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2017 03:58:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/use-arcobjects-to-access-tiff-in-a-remote-server/m-p/55078#M1493</guid>
      <dc:creator>huangbinhua</dc:creator>
      <dc:date>2017-02-14T03:58:32Z</dc:date>
    </item>
  </channel>
</rss>

