#include <gre/lrraster.h>

| GRE::LAYER_RASTER::DISPPARM::DISPPARM | ( | ) |
Default constructor.
Reimplemented from GRE::LAYER::DISPPARM.
| GRE::LAYER_RASTER::DISPPARM::DISPPARM | ( | const DISPPARM & | rhs | ) | [inline] |
| virtual GRE::LAYER_RASTER::DISPPARM::~DISPPARM | ( | ) | [virtual] |
Reimplemented from GRE::LAYER::DISPPARM.
| bool GRE::LAYER_RASTER::DISPPARM::CanAutoColorMap | ( | ) | const |
| bool GRE::LAYER_RASTER::DISPPARM::CanColorBalance | ( | ) | const |
| bool GRE::LAYER_RASTER::DISPPARM::CanContrast | ( | ) | const |
| bool GRE::LAYER_RASTER::DISPPARM::CanThemeMap | ( | ) | const |
| bool GRE::LAYER_RASTER::DISPPARM::CanUseColorPalette | ( | ) | const |
| INT32 GRE::LAYER_RASTER::DISPPARM::FindClosestBand | ( | double | wavelength | ) | const |
| const RVC::OBJECTNAME& GRE::LAYER_RASTER::DISPPARM::GetObjNameColorPalette | ( | ) | const [inline] |
| int GRE::LAYER_RASTER::DISPPARM::GetShadeComponent | ( | ) | const |
Get component to use for shaded relief.
| bool GRE::LAYER_RASTER::DISPPARM::LegendCanDoColorSample | ( | ) | const |
| bool GRE::LAYER_RASTER::DISPPARM::LegendCanDoColorScale | ( | ) | const |
| bool GRE::LAYER_RASTER::DISPPARM::LegendCanDoColorThemeScale | ( | ) | const |
| ERRVALUE GRE::LAYER_RASTER::DISPPARM::LoadColorPalette | ( | ) |
Load color palette if needed.
| virtual const SERIALIZERITEM* GRE::LAYER_RASTER::DISPPARM::SerialGetItemDef | ( | SERIALIZER & | serializer | ) | const [protected, virtual] |
LAYER::DISPPARM new overridables.
Implements GRE::LAYER::DISPPARM.
| virtual ERRVALUE GRE::LAYER_RASTER::DISPPARM::SerialRead | ( | SERIALIZER & | serializer | ) | [protected, virtual] |
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.
| virtual ERRVALUE GRE::LAYER_RASTER::DISPPARM::SerialWrite | ( | SERIALIZER & | serializer, | |
| const char * | tagname = 0 | |||
| ) | const [protected, virtual] |
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.
| ERRVALUE GRE::LAYER_RASTER::DISPPARM::SetObject | ( | const RVC::OBJITEM & | objitem, | |
| bool | keepsettings = false | |||
| ) |
Set to use specified object.
| objitem | Object to set | |
| keepsettings | Retain current display settings |
| ERRVALUE GRE::LAYER_RASTER::DISPPARM::SetObjects | ( | const RVC::OBJITEMLIST & | objitems, | |
| bool | keepsettings = false | |||
| ) |
Set to use specified object(s).
| objitems | Objects to set | |
| keepsettings | Retain current display settings |
| bool GRE::LAYER_RASTER::DISPPARM::TestUsesTransparency | ( | ) |
| bool GRE::LAYER_RASTER::DISPPARM::ValidateMask | ( | ) |
Determine if mask is valid.
Color palette.
For adjusting color.
Color blending factor for ratio mode.
Color blending mode (for RGBI modes).
Type of "display" being performed (RASTDISPMODE_xxxx).
Sample area.
Put minimum value at top.
Number of range boxes for ColorScaleRanges.
Type of legend.
Load color palette using specified color palette name.
Number of decimal places for cell labels.
Name of color palette object to use / load.
Name of theme map object to use / load.
Number of bands in hyperspectral mode.
Output "raster" tile size, 0 if not needed.
Set if layer preferred for 1X zoom.
Settings user for raster spatial filtering.
CellValue interval for auto label generation.
True if scale is auto-generated, false if manually edited.
Maximum cell value for color scale legend.
Minimum cell value for color scale legend.
Flips the legend upside down.
Number of decimal places for scale.
Default label will be CellValue * ScaleScale + ScaleOffset.
Layer transparency factor, 0=opaque.
Set if color palette should be used.
Flag: Set if mask should be used.
Scale from object coords to meters if no georef info available.
1.6.1