This SDK contains GDAL command line tools, import library, headers and a sample driver for ArcGIS 10.7 and Pro 2.3. A brief summary of the item is not available. Add a brief summary about the item.
Code sample
by
Item created: Mar 15, 2019 Item updated: Mar 15, 2019 Number of downloads: 141
Description
This sample illustrates the mechanics of compiling a GDAL Driver with the same GDAL libraries that ArcGIS uses so ArcGIS can recognize and work with the raster format. This SDK contains GDAL command line tools, import library, headers and a sample driver for ArcGIS 10.7 and Pro 2.3. ArcGIS 10.7 has both 32-bit and 64-bit files. ArcGIS Pro 2.3 only supports 64-bit.
For more information about this SDK, please read the frmt_rmc.html file, which is located within the .\samples\rmcdataset folder of the zip file.
Compiler requirements:
ArcGIS Desktop 10.7 – Visual Studio 2017 version 15.5.6 (32 bit)
ArcGIS Server 10.7 – Visual Studio 2017 version 15.5.6 (64 bit)
ArcGIS Pro 2.3 – Visual Studio 2017 version 15.5.6 (64 bit)
An in-depth description of the item is not available.
Layers
Tools
Tables
Basemap
Project Contents:
Solution Contents
Contents
Layers
Screenshots
Terms of Use
No special restrictions or limitations on using the item's content have been provided.
Details
Dashboard views: Desktop
Source:
Creating data in:
Published as:
Other Views:
Dependent items in the recycle bin
Applicable: 2d
Size: 5.671 MB
ID: 50251cdbdf0e4cd392494767697a427e
Image Count: 0
Image Properties
Layer Drawing
Using tiles from a cache
Dynamically from data
Share
Owner
Folder
Categories
This item has not been categorized.
Comments (2)
I think there is a problem in cpl_port.h (line 550) where the variable in the '#if defined()' should be _MSC_VER and not _MSVC_VER.
Thank-you.