Class GeoPackageRaster

java.lang.Object
com.esri.arcgisruntime.raster.Raster
com.esri.arcgisruntime.raster.GeoPackageRaster
All Implemented Interfaces:
Loadable

public final class GeoPackageRaster extends Raster
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
  • Method Details

    • getDescription

      public String getDescription()
      Gets the description for this GeoPackage raster.
      Returns:
      the description
      Since:
      100.2.0
    • getGeoPackage

      public GeoPackage getGeoPackage()
      Gets the GeoPackage this raster was loaded from.
      Returns:
      the GeoPackage
      Since:
      100.2.0