#include <gre/lrraster.h>
Inheritance diagram for GRE_LAYER_RASTER::DISPPARM:

|
|
Default constructor.
Reimplemented from GRE_LAYER::DISPPARM. |
|
|
Copy constructor.
Reimplemented from GRE_LAYER::DISPPARM. Definition at line 253 of file lrraster.h. |
|
|
Definition at line 256 of file lrraster.h. |
|
|
Assignment operator.
Reimplemented from GRE_LAYER::DISPPARM. Definition at line 259 of file lrraster.h. |
|
|
GRE_LAYER::DISPPARM new overridables.
Implements GRE_LAYER::DISPPARM. |
|
|
Read component from serialization. This method must be called only after the tag name has been read and is responsible for determining how to deserialize the component elements. When beginning a deserialization, usually the SERIALIZER::Read(tagname,object) method should be used to match the desired tag name which was used in writing. A default implementation is not possible due to multiple inheritance resulting in a different "this" pointer being passed than the actual object, which causes the offset values in the ITEMDEF arrays to be wrong. Implements SERIALIZABLE. |
|
||||||||||||
|
Write object to serialization. This method must write the tag name provided, using SERIALIZER::PutBegin(). If the tagname is 0 (default) then it must determine the proper tag name to write. After writing the object this method must write the ending tag using SERIALIZER::PutEnd(). When inheriting this interface, the default value of 0 for the tag name must NOT be redefined. (See Meyers, Effective C++, item #38) A default implementation is not possible due to multiple inheritance resulting in a different "this" pointer being passed than the actual object, which causes the offset values in the ITEMDEF arrays to be wrong. Implements SERIALIZABLE. |
|
|
2 - 64
Definition at line 247 of file lrraster.h. |
|
|
Color palette.
Definition at line 224 of file lrraster.h. |
|
|
For adjusting color.
Definition at line 229 of file lrraster.h. |
|
|
Color blending factor for ratio mode.
Definition at line 218 of file lrraster.h. |
|
|
Color blending mode (for RGBI modes).
Definition at line 217 of file lrraster.h. |
|
|
Definition at line 234 of file lrraster.h. |
|
|
Type of "display" being performed (RASTDISPMODE_xxxx).
Definition at line 216 of file lrraster.h. |
|
|
Definition at line 214 of file lrraster.h. |
|
|
Sample area.
Definition at line 231 of file lrraster.h. |
|
|
Put minimum value at top.
Definition at line 232 of file lrraster.h. |
|
|
Number of range boxes for ColorScaleRanges.
Definition at line 233 of file lrraster.h. |
|
|
Type of legend.
Definition at line 230 of file lrraster.h. |
|
|
Load color palette using specified color palette name.
Definition at line 222 of file lrraster.h. |
|
|
Name of color palette object to use / load.
Definition at line 225 of file lrraster.h. |
|
|
Definition at line 250 of file lrraster.h. |
|
|
Definition at line 249 of file lrraster.h. |
|
|
Definition at line 215 of file lrraster.h. |
|
|
0 - 100
Definition at line 248 of file lrraster.h. |
|
|
Number of bands in hyperspectral mode.
Definition at line 228 of file lrraster.h. |
|
|
Output "raster" tile size, 0 if not needed.
Definition at line 226 of file lrraster.h. |
|
|
Definition at line 227 of file lrraster.h. |
|
|
Set if layer preferred for 1X zoom.
Definition at line 221 of file lrraster.h. |
|
|
CellValue interval for auto label generation.
Definition at line 242 of file lrraster.h. |
|
|
True if scale is auto-generated, false if manually edited.
Definition at line 244 of file lrraster.h. |
|
|
Definition at line 237 of file lrraster.h. |
|
|
Maximum cell value for color scale legend.
Definition at line 239 of file lrraster.h. |
|
|
Minimum cell value for color scale legend.
Definition at line 238 of file lrraster.h. |
|
|
Flips the legend upside down.
Definition at line 243 of file lrraster.h. |
|
|
Definition at line 241 of file lrraster.h. |
|
|
Number of decimal places for scale.
Definition at line 245 of file lrraster.h. |
|
|
Default label will be CellValue * ScaleScale + ScaleOffset.
Definition at line 240 of file lrraster.h. |
|
|
Buffers used in relief shading.
Definition at line 236 of file lrraster.h. |
|
|
Definition at line 246 of file lrraster.h. |
|
|
Layer transparency factor, 0=opaque.
Definition at line 219 of file lrraster.h. |
|
|
Set if color palette should be used.
Definition at line 223 of file lrraster.h. |
|
|
Flag: Set if mask should be used.
Definition at line 220 of file lrraster.h. |
|
|
Definition at line 235 of file lrraster.h. |
|
|
Scale from object coords to meters if no georef info available.
Definition at line 235 of file lrraster.h. |
1.3.8-20040913