6 #ifndef SHAPEPOLYLINE_H
7 #define SHAPEPOLYLINE_H
38 virtual DtInt32 initialVertex(
int part);
58 DtNetFloat64 myBoundingBox[4];
virtual DtInt32 numPoints()=0
virtual void calculateMaxMins(double &myMaxHigh, double &myMinHigh)=0
Definition: shapeVectorReader.h:29
bool myAmIPolygon
Definition: shapePolyLine.h:64
Definition: shapeProjectionInformation.h:68
unsigned int DtSpecificationID
Definition: specificationManager.h:22
virtual void setElevation(double elev)=0
DtNetInt32 myNumParts
Definition: shapePolyLine.h:59
virtual bool load(FILE *f, bool loadMeasures=false, const DtShapeProjection *projection=NULL)=0
Definition: shapePolyLine.h:22
DtNetInt32 myNumPoints
Definition: shapePolyLine.h:60
DtShapePoint * myPoints
Definition: shapePolyLine.h:62
virtual DtShapePoint * point(int i)=0
Definition: shapeElement.h:30
Definition: specification.h:27
Definition: shapeReader.h:30
virtual bool importAsFeature(DtShapeVectorReader *reader, DtSpecificationID specID, DtSpecification &s)=0
#define DT_DLL_shape
Definition: shapeDefines.h:23
DtNetInt32 * myParts
Definition: shapePolyLine.h:61
Definition: shapePoint.h:22