VR-Forces 5.0.3 Developer's Guide
Home
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
shape
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).
21
class
DT_DLL_shape
DtShapePointZ
:
public
DtShapePointM
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
DtShapeProjection
Definition:
shapeProjectionInformation.h:68
shapePointM.h
DtShapePointM::load
virtual bool load(FILE *f, bool loadMeasures=false, const DtShapeProjection *projection=0)
DtShapePointZ
Definition:
shapePointZ.h:21
DtShapePointM
Definition:
shapePointM.h:24
shapeDefines.h
DT_DLL_shape
#define DT_DLL_shape
Definition:
shapeDefines.h:23
Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (
www.mak.com
)