VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
shapePointZ.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1998 MAK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /******************************************************************************
6 ** $RCSfile: shapePointZ.h,v $ $Revision: 1.6 $ $State: Exp $
7 ******************************************************************************/
8 #ifndef shapePointZ_H_
9 #define shapePointZ_H_
10 
11 // \file shapePointZ.h
12 // \brief Contains the DtShapePointZ, a child of DtShapePointM, class description.
13 
14 #include "shape/shapeDefines.h"
15 #include <stdio.h>
16 #include "shape/shapePointM.h"
17 
18 
19 // The DtShapePointZ class represents a point in a shape file that, in addition to
20 // containing a measure and x,y values (lat/lon), also contains Z values (elevation).
22 {
23 
24 public:
25 
26  // default constructor.
27  DtShapePointZ();
28 
29  DtShapePointZ(double elevationFactor);
30 
31  // destructor
32  virtual ~DtShapePointZ();
33 
34  virtual bool load(FILE* f, bool loadMeasures = false, const DtShapeProjection* projection = NULL);
35 };
36 
37 #endif
Definition: shapeProjectionInformation.h:68
virtual bool load(FILE *f, bool loadMeasures=false, const DtShapeProjection *projection=0)
Definition: shapePointZ.h:21
Definition: shapePointM.h:24
#define DT_DLL_shape
Definition: shapeDefines.h:23

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)