Click or drag to resize

CAGG Class

The AGG class is used to handle image display on maps. An aggregate contains one or more image layers (LAY) with each layer representing a grid or image file. The AGG will combine all the layers to form one image
Inheritance Hierarchy

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public class CAGG : CHANDLE

public class CAGG : CHANDLE

The CAGG type exposes the following members.

Methods
  NameDescription
Public methodChangeBrightness
Change the brightness.
Public methodStatic memberCreate
Create an aggregate
Public methodStatic memberCreateMap
Create AGG from Map with Group name.
Protected methodDispose
Releases the unmanaged resources used by the CAGG and optionally releases the managed resources
(Overrides CHANDLEDispose(Boolean).)
Public methodGetLayerITR
Get the ITR of a layer
Public methodGetLayerST
Get a ST filled with layer statistics
Public methodiListImg
Lists file names of all the IMGs inside of the AGG.
Public methodiNumLayers
Get the number of layers in an aggregate.
Public methodLayerIMG
Add an image as a layer in an aggregate.
Public methodLayerIMGEx
Add an image as a layer in an aggregate.
Public methodLayerShadeIMG
Add a shaded image as a layer in an aggregate.
Public methodrGetBrightness
Get the brightness setting of the AGG
Public methodSetLayerITR
Set the ITR of a layer
Public methodSetModel
Sets the Color Model
Public methodSetRenderMethod
Sets the Rendering Method
Top
See Also