Loading raster throws Unlicensed feature exception

496
3
Jump to solution
10-09-2023 01:34 AM
TomGreenDk
New Contributor

Running on Android with xamarin.forms through .net IDE.

When trying to load a geoTiff file from resources, I get "unlicensed feature" on loading. This seems to indicate that... I dont have a valid license for that, though I have a lite account now (testing the usability of mapping framework still) and do not have the "developer license watermark" any longer.

Should Raster layers not work for this? 

What I am doing is simply
Raster raster = new Raster(imagePath);
await raster.LoadAsync(); -> exception

0 Kudos
1 Solution

Accepted Solutions
MichaelBranscomb
Esri Frequent Contributor

Hi,

Local raster data sources require a Standard level license - for more information see License levels and capabilities | ArcGIS Maps SDK for .NET | ArcGIS Developers.

 

Note raster doesn't have quite the same simple local/remote concept as KML but image services are available with ArcGIS Enterprise and ArcGIS Online.

For more info see:

Host imagery using ArcGIS Image for ArcGIS Online—Imagery Workflows | Documentation

What is an image service?—ArcGIS Image Server | Documentation for ArcGIS Enterprise

 

Thanks

View solution in original post

0 Kudos
3 Replies
DanPatterson
MVP Esteemed Contributor

perhaps related albeit for a different data source

Solved: Viewing KML from websource says "unlicensed featur... - Esri Community


... sort of retired...
0 Kudos
TomGreenDk
New Contributor

That seems likely, thanks. I will see if I can get away with getting it online and not local to duplicate that workaround.

0 Kudos
MichaelBranscomb
Esri Frequent Contributor

Hi,

Local raster data sources require a Standard level license - for more information see License levels and capabilities | ArcGIS Maps SDK for .NET | ArcGIS Developers.

 

Note raster doesn't have quite the same simple local/remote concept as KML but image services are available with ArcGIS Enterprise and ArcGIS Online.

For more info see:

Host imagery using ArcGIS Image for ArcGIS Online—Imagery Workflows | Documentation

What is an image service?—ArcGIS Image Server | Documentation for ArcGIS Enterprise

 

Thanks

0 Kudos