Maria GDK 4.5.0.137
Documentation of managed code in release branch
Loading...
Searching...
No Matches
TPG.GeoFramework.Map.Core.Contracts.IRasterLayerData Interface Reference
Inheritance diagram for TPG.GeoFramework.Map.Core.Contracts.IRasterLayerData:
TPG.GeoFramework.Map.Core.Contracts.IMapServiceRasterLayerData TPG.GeoFramework.Map.Core.RasterLayerData TPG.GeoFramework.Map.Core.MapSubLayerData TPG.GeoFramework.Map.Core.MapSubLayerData

Properties

bool IsVisibilityLocked [get, set]
 Get or set if visibility for this layer is locked.
 
string Name [get, set]
 
string Id [get]
 
string Description [get, set]
 
MapContentType ContentType [get]
 
bool VisualizationDirty [get, set]
 Get or set if layer visualization is dirty. Will cause a redraw of the map layers.
 
bool Visible [get, set]
 
bool HasLabels [get, set]
 
double MinScale [get, set]
 
double MaxScale [get, set]
 
LayerRefresh RefreshType [get, set]
 
IGeoBitmapProvider BitmapProvider [get, set]
 
double BorderPercent [get, set]
 
bool RotationBorder [get, set]
 
RasterCompressionType CompressionType [get, set]
 
bool StripAlpha [get, set]
 
double PixelsPerCm [get, set]
 Resolution of target display. This value is used to calculate line thickness etc on vector maps.
 
bool UseTileCache [get, set]
 Use quadtree based tile cache for rendering. This is recommended unless you have a very small or very static map. The alternative is to refetch the entire map raster from the map server each time the viewport changes. Default is true.
 
bool HasNoDataSource [get, set]
 True if no datasource associated with the layer.
 
ITileCacheSpec TileCacheSpec [get, set]
 Parameters for tile cache. If no specific parameters are given, the default is a global tile cache in google mercator projection with 256 pixel tiles.
 
bool DataDirty [get, set]
 Flags that the data has changed. This might cause render layers to be recreated thus giving a performance penalty.
 
EffectSettings EffectSettings [get, set]
 
ElevationAnalysisParameters ElevationAnalysis [get, set]
 

Property Documentation

◆ DataDirty

bool TPG.GeoFramework.Map.Core.Contracts.IRasterLayerData.DataDirty
getset

Flags that the data has changed. This might cause render layers to be recreated thus giving a performance penalty.

Implemented in TPG.GeoFramework.Map.Core.RasterLayerData.

◆ HasNoDataSource

bool TPG.GeoFramework.Map.Core.Contracts.IRasterLayerData.HasNoDataSource
getset

True if no datasource associated with the layer.

Implemented in TPG.GeoFramework.Map.Core.RasterLayerData.

◆ IsVisibilityLocked

bool TPG.GeoFramework.Map.Core.Contracts.IRasterLayerData.IsVisibilityLocked
getset

Get or set if visibility for this layer is locked.

Implemented in TPG.GeoFramework.Map.Core.RasterLayerData.

◆ PixelsPerCm

double TPG.GeoFramework.Map.Core.Contracts.IRasterLayerData.PixelsPerCm
getset

Resolution of target display. This value is used to calculate line thickness etc on vector maps.

Implemented in TPG.GeoFramework.Map.Core.RasterLayerData.

◆ TileCacheSpec

ITileCacheSpec TPG.GeoFramework.Map.Core.Contracts.IRasterLayerData.TileCacheSpec
getset

Parameters for tile cache. If no specific parameters are given, the default is a global tile cache in google mercator projection with 256 pixel tiles.

Implemented in TPG.GeoFramework.Map.Core.RasterLayerData.

◆ UseTileCache

bool TPG.GeoFramework.Map.Core.Contracts.IRasterLayerData.UseTileCache
getset

Use quadtree based tile cache for rendering. This is recommended unless you have a very small or very static map. The alternative is to refetch the entire map raster from the map server each time the viewport changes. Default is true.

Implemented in TPG.GeoFramework.Map.Core.RasterLayerData.

◆ VisualizationDirty

bool TPG.GeoFramework.Map.Core.Contracts.IRasterLayerData.VisualizationDirty
getset

Get or set if layer visualization is dirty. Will cause a redraw of the map layers.

Implemented in TPG.GeoFramework.Map.Core.RasterLayerData.


The documentation for this interface was generated from the following file: