MapPackageImageTable Class
A table in a GeoPackage that contains image raster tiles.
NuGet/Assembly: Carmenta.Engine.5.17.0.nupkg (in the CEDataSets assembly)
Syntax
public class MapPackageImageTable : MapPackageTableRemarks
Represents a table in a GeoPackage that contains image raster tiles. Used to specify table parameters in a call to MapPackage.CreateImagePyramidWriter.
Inheritance Hierarchy
System.Object
EngineObject
MapPackageTable
MapPackageImageTable
Platforms
Windows, Linux, Android
MapPackageImageTable Members
The MapPackageImageTable type has the following members.
Constructors
| Name | Description |
|---|---|
| MapPackageImageTable | Initializes a new instance of the MapPackageImageTable class. |
Properties
| Name | Description |
|---|---|
| Bounds | Gets or sets the bounding rectangle of the MapPackageImageTable. Inherited from MapPackageTable |
| Crs | Gets or sets the coordinate reference system of the MapPackageImageTable. Inherited from MapPackageTable |
| Downsample | Indicates if raster tiles on lower resolution levels should be downsampled from the highest resolution or rendered from the source. |
| Format | The MapPackageImageFormat used for the raster tiles. |
| IsDisposed | Gets a value that tells whether the current MapPackageImageTable has been disposed. Inherited from EngineObject |
| MaxResolution | The maximum resolution used for the raster tiles. |
| Name | Gets or sets the name of the MapPackageImageTable. Inherited from MapPackageTable |
| NativeHandle | Gets the native Carmenta Engine kernel object the current MapPackageImageTable represents. Inherited from EngineObject |
| PixelSize | Gets or sets the size of a screen pixel, in meters, used for scale calculations during the export. |
| PixelSizeAdjustments | Gets or sets pixels size adjustments used when rasterizing the map. |
| Quality | The image quality setting used for the raster tiles. |
| TileSize | The size of the raster tiles. |
| TilingScheme | Gets or sets a value specifying the tiling scheme to use for the created package. |
Methods
| Name | Description |
|---|---|
| Clone | Creates a copy of an object. Inherited from EngineObject |
| Dispose | Releases the reference to the native Carmenta Engine kernel instance the EngineObject represents. Inherited from EngineObject |
| Equals | Determines whether this instance is equal to another. Inherited from EngineObject |
| SetMaxResolutionFromNominalScale | Converts the specified nominal scale to a corresponding resolution, and sets the MaxResolution property to it. |