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

Public Member Functions | |
| DtShapePointZ () | |
| DtShapePointZ (double elevationFactor) | |
| virtual | ~DtShapePointZ () |
| virtual bool | load (FILE *f, bool loadMeasures=false, const DtShapeProjection *projection=NULL) |
Public Member Functions inherited from DtShapePointM | |
| DtShapePointM () | |
| DtShapePointM (double elevationFactor) | |
| virtual | ~DtShapePointM () |
| virtual double | measure () |
| virtual void | setMeasure (double m) |
Public Member Functions inherited from DtShapePoint | |
| DtShapePoint () | |
| DtShapePoint (double elevationFactor) | |
| virtual | ~DtShapePoint () |
| 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) |
Additional Inherited Members | |
Protected Attributes inherited from DtShapePointM | |
| DtNetFloat64 | myMeasure |
Protected Attributes inherited from DtShapePoint | |
| DtPoint | myPoint |
Protected Attributes inherited from DtShapeElement | |
| double | myElevationFactor |
| DtShapePointZ::DtShapePointZ | ( | ) |
| DtShapePointZ::DtShapePointZ | ( | double | elevationFactor | ) |
|
virtual |
|
virtual |
Reimplemented from DtShapePointM.