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

Public Member Functions | |
| DtShapeElement (double elevationFactor) | |
| virtual | ~DtShapeElement () |
| virtual bool | load (FILE *f, bool loadMeasures=false, const DtShapeProjection *projection=NULL)=0 |
| virtual void | setElevation (double elev)=0 |
| virtual void | calculateMaxMins (double &myMaxHigh, double &myMinHigh)=0 |
| virtual DtGroup * | import (DtShapeReader *reader)=0 |
| virtual bool | importAsFeature (DtShapeVectorReader *reader, DtSpecificationID specID, DtSpecification &s)=0 |
| virtual void | setFactorToMtrs (double elevationFactor) |
| virtual DtInt32 | numPoints ()=0 |
| virtual DtShapePoint * | point (int i)=0 |
Protected Attributes | |
| double | myElevationFactor |
| DtShapeElement::DtShapeElement | ( | double | elevationFactor | ) |
|
virtual |
|
pure virtual |
Implemented in DtShapeMultipatch, DtShapePointM, DtShapePoint, DtShapePointZ, DtShapePolyLine, DtShapeMultiPoint, and DtShapePolyLineZ.
|
pure virtual |
Implemented in DtShapeMultipatch, DtShapePoint, DtShapePolyLine, and DtShapeMultiPoint.
|
pure virtual |
Implemented in DtShapeMultipatch, DtShapePoint, DtShapePolyLine, and DtShapeMultiPoint.
|
pure virtual |
Implemented in DtShapeMultipatch, DtShapePoint, DtShapePolyLine, and DtShapeMultiPoint.
|
pure virtual |
Implemented in DtShapeMultipatch, DtShapePoint, DtShapePolyLine, and DtShapeMultiPoint.
|
virtual |
|
pure virtual |
Implemented in DtShapePoint, DtShapeMultipatch, DtShapePolyLine, and DtShapeMultiPoint.
|
pure virtual |
Implemented in DtShapePoint, DtShapeMultipatch, DtShapePolyLine, DtShapeMultiPoint, DtShapeMultiPointZ, DtShapeMultiPointM, DtShapePolyLineM, and DtShapePolyLineZ.
|
protected |