Click or drag to resize
CITR Class
The ITR class provides access to ITR files. An ITR file maps ranges of values to specific colours. The ITR object is typically used in conjunction with MVIEW objects (see MVIEW and MVU).
Inheritance Hierarchy

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public class CITR : CHANDLE

The CITR type exposes the following members.

Methods
  NameDescription
Public methodAvailable to anyoneChangeBrightness
Change the brightness.
Public methodAvailable to anyoneColorVV
Get color transform of a VV.
Public methodAvailable to anyoneCopy
Copies ITRs
Public methodAvailable to anyoneStatic memberCreate
Create an ITR Object
Public methodAvailable to anyoneStatic memberCreateFile
Create an ITR Object from an itr, tbl, zon, lut file.
Public methodAvailable to anyoneStatic memberCreateIMG
Create an ITR for an image.
Public methodAvailable to anyoneStatic memberCreateMap
Create ITR from Map with Agg Group name.
Public methodAvailable to anyoneStatic memberCreateS
Create an ITR Object from a BF
Protected methodDispose
Releases the unmanaged resources used by the CITR and optionally releases the managed resources
(Overrides CHANDLEDispose(Boolean).)
Public methodAvailable to anyoneEqualArea
Calculate an equal area transform.
Public methodAvailable to anyoneGetDataLimits
Get ITR max/min data limits.
Public methodAvailable to anyoneGetREG
Get the ITR's REG
Public methodAvailable to anyoneGetZoneColor
Get the colour in a zone of the ITR
Public methodAvailable to anyoneiColorValue
Transform single data value to color
Public methodAvailable to anyoneiGetSize
Get the number of zones in an ITR
Public methodAvailable to anyoneiGetZoneModelType
Get the ITR zone model (e.g. Linear, LogLin, Equal Area).
Public methodAvailable to anyoneLinear
Calculate a linear transform.
Public methodAvailable to anyoneLoadA
Load to an ASCII file, ZON, TBL or ER-Mapper LUT
Public methodAvailable to anyoneLogLinear
Calculate a log transform.
Public methodAvailable to anyoneNormal
Calculate a normal distribution transform.
Public methodAvailable to anyonePowerZone
Modified ITR zone values to 10 (or e) raized to the power of the values
Public methodAvailable to anyonerGetBrightness
Get the brightness setting of the ITR
Public methodAvailable to anyonerGetZoneValue
Get the value in a zone of the ITR
Public methodAvailable to anyoneSaveA
Save to an ASCII file, ZON, TBL or ER-Mapper LUT
Public methodAvailable to anyoneSaveFile
Save to any type (based on the extension of the input file name).
Public methodAvailable to anyoneSerial
Serialize an ITR to a BF
Public methodAvailable to anyoneStatic memberSetAggMap
Set ITR to an Agg in map
Public methodAvailable to anyoneSetBrightContrast
Set the brightness of the ITR colours
Public methodAvailable to anyoneSetColorModel
Set the color model of an ITR.
Public methodAvailable to anyoneSetDataLimits
Set ITR max/min data limits.
Public methodAvailable to anyoneSetSize
Set the number of zones in an ITR
Public methodAvailable to anyoneSetZoneColor
Set the colour in a zone of the ITR
Public methodAvailable to anyoneSetZoneValue
Set the value in a zone of the ITR
Top
See Also