![]() |
VR-Forces 4.8 Class Documentation
|

Public Member Functions | |
| DtShapePoint () | |
| DtShapePoint (double elevationFactor) | |
| virtual | ~DtShapePoint () |
| virtual bool | load (FILE *f, bool loadMeasures=false, const DtShapeProjection *projection=NULL) |
| virtual DtPoint & | point () |
| virtual double | x () |
| virtual double | y () |
| virtual double | z () |
| virtual void | setX (double x) |
| virtual void | setY (double y) |
| virtual void | setZ (double z) |
| virtual void | setElevation (double elev) |
| virtual void | calculateMaxMins (double &myMaxHigh, double &myMinHigh) |
| virtual DtGroup * | import (DtShapeReader *reader) |
| virtual bool | importAsFeature (DtShapeVectorReader *reader, DtSpecificationID specID, DtSpecification &specification) |
| virtual DtShapePoint * | point (int i) |
| virtual DtInt32 | numPoints () |
Public Member Functions inherited from DtShapeElement | |
| DtShapeElement (double elevationFactor) | |
| virtual | ~DtShapeElement () |
| virtual void | setFactorToMtrs (double elevationFactor) |
Protected Attributes | |
| DtPoint | myPoint |
Protected Attributes inherited from DtShapeElement | |
| double | myElevationFactor |
| DtShapePoint::DtShapePoint | ( | ) |
| DtShapePoint::DtShapePoint | ( | double | elevationFactor | ) |
|
virtual |
|
virtual |
Implements DtShapeElement.
Reimplemented in DtShapePointM, and DtShapePointZ.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Implements DtShapeElement.
Implements DtShapeElement.
|
virtual |
Implements DtShapeElement.
|
virtual |
Implements DtShapeElement.
|
virtual |
Implements DtShapeElement.
|
virtual |
Implements DtShapeElement.
|
protected |