9 #ifndef shapeElement_H_
10 #define shapeElement_H_
14 #include <vlutil/vlNetTypes.h>
41 virtual bool load(FILE* f,
bool loadMeasures =
false,
const DtShapeProjection* projection = NULL) = 0;
43 virtual void setElevation(
double elev) = 0;
45 virtual void calculateMaxMins(
double& myMaxHigh,
double& myMinHigh) = 0;
53 virtual void setFactorToMtrs(
double elevationFactor);
55 virtual DtInt32 numPoints() = 0;
Definition: shapeVectorReader.h:29
Definition: shapeProjectionInformation.h:68
unsigned int DtSpecificationID
Definition: specificationManager.h:22
double myElevationFactor
Definition: shapeElement.h:60
Definition: shapeElement.h:30
Definition: specification.h:27
Definition: shapeReader.h:30
#define DT_DLL_shape
Definition: shapeDefines.h:23
Definition: shapePoint.h:22
Definition: vectorNetwork.h:37