![]() |
VR-Forces Developer's Guide
|

Public Member Functions | |
| DtShapePointZ () | |
| DtShapePointZ (double elevationFactor) | |
| virtual | ~DtShapePointZ () override |
| virtual bool | load (FILE *f, bool loadMeasures=false, const DtShapeProjection *projection=NULL) override |
Public Member Functions inherited from DtShapePointM | |
| DtShapePointM () | |
| DtShapePointM (double elevationFactor) | |
| virtual | ~DtShapePointM () override |
| virtual double | measure () |
| virtual void | setMeasure (double m) |
Public Member Functions inherited from DtShapePoint | |
| DtShapePoint () | |
| DtShapePoint (double elevationFactor) | |
| virtual | ~DtShapePoint () override |
| 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) override |
| virtual void | calculateMaxMins (double &myMaxHigh, double &myMinHigh) override |
| virtual DtGroup * | import (DtShapeReader *reader) override |
| virtual bool | importAsFeature (DtShapeVectorReader *reader, DtSpecificationID specID, DtSpecification &specification) override |
| virtual DtShapePoint * | point (int i) override |
| virtual DtInt32 | numPoints () override |
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 | ) |
|
overridevirtual |
|
overridevirtual |
Reimplemented from DtShapePointM.