VR-Forces 4.7 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
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
Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (
www.mak.com
)