VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtArealFeature.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2010 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: $ $Revision: $ $State: $
7 ******************************************************************************/
8 
12 
13 #pragma once
14 #include <vrvCore/vrvCore.h>
15 #include <vrvCore/DtEdgeFeature.h>
16 
17 namespace makVrv
18 {
21  {
22  public:
23  friend class DtFeatureSet;
24 
25 
26  std::string generateDisplayName() const;
27 
28  protected:
29 
32  DtArealFeature(DtElementID elementId, DFAD::FeatureID featureID,
33  const DtFaccCode& feautureCode, unsigned int sourceId = 0 );
34 
37  virtual ~DtArealFeature();
38  };
39 }
40 
unsigned int FeatureID
Definition: DtFeature.h:24
The edge feature is a feature that describes a vector feature, typically several connected line segme...
Definition: DtEdgeFeature.h:23
The DtFeatureSet contains all of the features of a particular database.
Definition: DtFeatureSet.h:34
A data type which represents a FACC code.
Definition: DtFaccCode.h:22
DtUniqueID DtElementID
The ElementID is a specific type of unique ID used to represent VR-Vantage uniquely defined elements...
Definition: DtUniqueID.h:26
Definition: DtArealFeature.h:20
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
Definition: networkElement.h:31
Contains makVrv::DtEdgeFeature class.
Contains DLL export macros.

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)