#include <gre/lrsurface.h>
Inheritance diagram for GRE_LAYER_SURFACE:

Public Types | |
| enum | RENDERING_MODE { RENDERING_MODE_None = -1, RENDERING_MODE_VariableTriangulation = 0, RENDERING_MODE_PiecewiseTIN = 1, RENDERING_MODE_FlatTriangulation = 2 } |
Public Member Functions | |
| const DISPPARM & | GetDispParm () const |
| ERRVALUE | GetPointsZ (const TRANS2D_MAPGEN &PtoS, POLYLINE &PolyLine, double dftz) |
| int | GetPointsZ (const TRANS2D_MAPGEN &PtoS, DPOINT3D *points, INT32 NumPoints, double dftz) |
| int | GetPointsZ (const TRANSPARM &PtoS, DPOINT3D *points, INT32 NumPoints, double dftz) |
| GRE::TERRAIN * | GetTerrain () |
| GRE_LAYER_SURFACE (GRE_GROUP *group, CREATEFLAGS createflags=CREATEFLAG_None, GRE::LISTPOS listpos=GRE::LISTPOS_Last, GRE_LAYER *reflayer=0) | |
| virtual int | OpenObject (UINT32 filemode=RVCFILE_ReadLock, MDLGPARENT dlgparent=0) |
| ERRVALUE | SetDispParm (const DISPPARM &dispparm) |
| virtual | ~GRE_LAYER_SURFACE () |
Static Public Member Functions | |
| void | RegisterType () |
Protected Attributes | |
| DISPPARM | m_dispparm |
|
|
Definition at line 42 of file lrsurface.h. |
|
||||||||||||||||||||
|
Construct layer and insert into list.
|
|
|
|
|
|
Retrieve layer-specific display parameters.
Definition at line 122 of file lrsurface.h. |
|
||||||||||||||||
|
Get Z coordinates for set of points. This method is used mainly in 3D rendering and measurement to obtain the Z coordinates of one or more points in some other map projection or layer coordinate system.
|
|
||||||||||||||||||||
|
Definition at line 135 of file lrsurface.h. |
|
||||||||||||||||||||
|
Get Z coordinates for set of points. This method is used mainly in 3D rendering and measurement to obtain the Z coordinates of one or more points in some other map projection or layer coordinate system.
|
|
|
Definition at line 162 of file lrsurface.h. |
|
||||||||||||
|
Open object(s) for this layer.
Reimplemented from GRE_LAYER. |
|
|
Register this layer type.
|
|
|
Set layer-specific display parameters. This is the recommended method for changing how an existing layer is to be rendered. Validation will be performed on the specified parameters and adjustments made to the layer's copy if necessary. Use of this method usually results in a ChangeBegin / ChangeEnd message pair, and will also generate a ChangeObject message if the spatial object used in the layer is changed.
|
|
|
Layer-specific display parameters.
Definition at line 167 of file lrsurface.h. |
1.3.8-20040913