Is there any alternative way to read ArcGIS *.ldf(Layer Definition File) in Android and iOS?

4754
1
Jump to solution
04-20-2015 02:45 AM
ShailendraPatil
New Contributor

I want to read files like .ldf, .shp, .tiff (which are used in windows desktop and mobiles) in Android and iOS. Is this achieved using *.geodatabase file. Any help is appreciated.

0 Kudos
1 Solution

Accepted Solutions
MatthiasMeiler
Esri Contributor

Hi,

to use content like shapes and tiffs in Android, please read the developers.arcgis.com documentation:

https://developers.arcgis.com/android/api-reference/reference/com/esri/core/geodatabase/ShapefileFea...

https://developers.arcgis.com/android/guide/add-raster-data.htm

I hope this is helpful.

Regards,

Matthias

View solution in original post

0 Kudos
1 Reply
MatthiasMeiler
Esri Contributor

Hi,

to use content like shapes and tiffs in Android, please read the developers.arcgis.com documentation:

https://developers.arcgis.com/android/api-reference/reference/com/esri/core/geodatabase/ShapefileFea...

https://developers.arcgis.com/android/guide/add-raster-data.htm

I hope this is helpful.

Regards,

Matthias

0 Kudos