VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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

Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)