Click or drag to resize
CAGG Class
The AGG class is used to handle image display on maps. An aggragate 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.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public class CAGG : CHANDLE

The CAGG type exposes the following members.

Methods
  NameDescription
Public methodAvailable to anyoneChangeBrightness
Change the brightness.
Public methodAvailable to anyoneStatic memberCreate
Create an aggregate
Public methodAvailable to anyoneStatic 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 methodAvailable to anyoneGetLayerITR
Get the ITR of a layer
Public methodAvailable to anyoneiListImg
Lists file names of all the IMGs inside of the AGG.
Public methodAvailable to anyoneiNumLayers
Get the number of layers in an aggregate.
Public methodAvailable to anyoneLayerIMG
Add an image as a layer in an aggregate.
Public methodAvailable to anyoneLayerIMGEx
Add an image as a layer in an aggregate.
Public methodAvailable to anyoneLayerShadeIMG
Add a shaded image as a layer in an aggregate.
Public methodAvailable to anyonerGetBrightness
Get the brightness setting of the AGG
Public methodAvailable to anyoneSetLayerITR
Set the ITR of a layer
Public methodAvailable to anyoneSetModel
Sets the Color Model
Public methodAvailable to anyoneSetRenderMethod
Sets the Rendering Method
Top
See Also