GeopackageFeatureTable has wrong SRS

2272
1
Jump to solution
01-27-2016 07:45 AM
TerritoriumOnline
New Contributor

When I retrieve a GeopackageFeatureTable from a GPKG file (created with GDAL) it doesn't have the right SRS defined in the geopackage but SRS 4326! The spatial reference system type of the featureTable specified in the gpkg_geometry_columns table srs_id column won't be considered.

Is this a bug of the ArcGIS Android Runtime or how can i define the right SRS?

0 Kudos
1 Solution

Accepted Solutions
ShellyGill1
Esri Contributor

I'm afraid that the Geopackage in the ArcGIS Runtime SDK for Android only supports WGS 84 (the WKID is 4326):

GeopackageFeatureTable | ArcGIS Android 10.2.7 API

View solution in original post

1 Reply
ShellyGill1
Esri Contributor

I'm afraid that the Geopackage in the ArcGIS Runtime SDK for Android only supports WGS 84 (the WKID is 4326):

GeopackageFeatureTable | ArcGIS Android 10.2.7 API