RVC::OP::SURFACEFITTING::TABLE_PARAMETERS Class Reference
Class describes parameters of table source object constructing 3D points from each record in table.
More...
#include <rvc/opsurfacefitting.h>
List of all members.
Detailed Description
Class describes parameters of table source object constructing 3D points from each record in table.
Member Enumeration Documentation
enum describes id's of field names constructing 3D points.
- Enumerator:
| NAME_XField |
|
| NAME_YField |
|
| NAME_ZField |
|
| NAME_Count |
|
Constructor & Destructor Documentation
| RVC::OP::SURFACEFITTING::TABLE_PARAMETERS::TABLE_PARAMETERS |
( |
|
) |
|
| RVC::OP::SURFACEFITTING::TABLE_PARAMETERS::~TABLE_PARAMETERS |
( |
|
) |
|
Member Function Documentation
| const COMPONENT& RVC::OP::SURFACEFITTING::TABLE_PARAMETERS::GetComponent |
( |
|
) |
const [inline] |
| const SPATREF::COORDREFSYS& RVC::OP::SURFACEFITTING::TABLE_PARAMETERS::GetCoordRefSys |
( |
|
) |
const [inline] |
Returns COORDREFSYS for constructed 3D points.
| void RVC::OP::SURFACEFITTING::TABLE_PARAMETERS::GetName |
( |
const NAME |
id, |
|
|
RVC::OBJECTNAME & |
name | |
|
) |
| | const |
Returns field name for each coordinate of constructed 3D point.
| const MISTRING& RVC::OP::SURFACEFITTING::TABLE_PARAMETERS::GetQuery |
( |
|
) |
const [inline] |
Returns generic query for constructing 3D point.
| UINT8 RVC::OP::SURFACEFITTING::TABLE_PARAMETERS::GetXUnitCode |
( |
|
) |
const [inline] |
Returns unit code for x coordinate of constructed 3D point.
| UINT8 RVC::OP::SURFACEFITTING::TABLE_PARAMETERS::GetYUnitCode |
( |
|
) |
const [inline] |
Returns unit code for y coordinate of constructed 3D point.
| UINT8 RVC::OP::SURFACEFITTING::TABLE_PARAMETERS::GetZUnitCode |
( |
|
) |
const [inline] |
Returns unit code for z coordinate of constructed 3D point.
| void RVC::OP::SURFACEFITTING::TABLE_PARAMETERS::SetComponent |
( |
const COMPONENT & |
component |
) |
[inline] |
| void RVC::OP::SURFACEFITTING::TABLE_PARAMETERS::SetCoordRefSys |
( |
const SPATREF::COORDREFSYS & |
crs |
) |
[inline] |
Set COORDREFSYS for constructed 3D points.
| void RVC::OP::SURFACEFITTING::TABLE_PARAMETERS::SetName |
( |
const NAME |
id, |
|
|
const RVC::OBJECTNAME & |
name | |
|
) |
| | |
Set field name for each coordinate of constructed 3D point.
| void RVC::OP::SURFACEFITTING::TABLE_PARAMETERS::SetQuery |
( |
const MISTRING & |
query |
) |
[inline] |
Set generic query for constructing 3D point.
| void RVC::OP::SURFACEFITTING::TABLE_PARAMETERS::SetXUnitCode |
( |
const UINT8 |
unitcode |
) |
[inline] |
Set unit code for x coordinate of constructed 3D point.
| void RVC::OP::SURFACEFITTING::TABLE_PARAMETERS::SetYUnitCode |
( |
const UINT8 |
unitcode |
) |
[inline] |
Set unit code for y coordinate of constructed 3D point.
| void RVC::OP::SURFACEFITTING::TABLE_PARAMETERS::SetZUnitCode |
( |
const UINT8 |
unitcode |
) |
[inline] |
Set unit code for z coordinate of constructed 3D point.
The documentation for this class was generated from the following file: