java.lang.Object
com.esri.arcgisruntime.raster.Raster
com.esri.arcgisruntime.raster.GeoPackageRaster
- All Implemented Interfaces:
Loadable
A GeoPackageRaster represents GeoPackage images of types PNG or JPEG. Note that a GeoPackage can store multiple
raster and tile pyramid data sets in different tables or views in the same container.
- Since:
- 100.2.0
-
Property Summary
Properties inherited from class com.esri.arcgisruntime.raster.Raster
loadError, loadStatus
-
Method Summary
Modifier and TypeMethodDescriptionGets the description for this GeoPackage raster.Gets the GeoPackage this raster was loaded from.Methods inherited from class com.esri.arcgisruntime.raster.Raster
addDoneLoadingListener, addLoadStatusChangedListener, cancelLoad, getLoadError, getLoadStatus, getPath, getRasterFunction, loadAsync, loadErrorProperty, loadStatusProperty, removeDoneLoadingListener, removeLoadStatusChangedListener, retryLoadAsync
-
Method Details
-
getDescription
Gets the description for this GeoPackage raster.- Returns:
- the description
- Since:
- 100.2.0
-
getGeoPackage
Gets the GeoPackage this raster was loaded from.- Returns:
- the GeoPackage
- Since:
- 100.2.0
-