VR-Forces 4.10 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 
9 
10 #pragma once
11 #include <vrvCore/vrvCore.h>
12 #include <vrvCore/DtEdgeFeature.h>
13 
14 namespace makVrv
15 {
18  {
19  public:
20  friend class DtFeatureSet;
21 
22 
23  std::string generateDisplayName() const;
24 
25  protected:
26 
29  DtArealFeature(DtElementID elementId, DFAD::FeatureID featureID,
30  const DtFaccCode& feautureCode, unsigned int sourceId = 0 );
31 
34  virtual ~DtArealFeature();
35  };
36 }
37 
unsigned int FeatureID
Definition: DtFeature.h:21
The edge feature is a feature that describes a vector feature, typically several connected line segme...
Definition: DtEdgeFeature.h:20
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:19
DtUniqueID DtElementID
The ElementID is a specific type of unique ID used to represent VR-Vantage uniquely defined elements...
Definition: DtUniqueID.h:23
Definition: DtArealFeature.h:17
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
Definition: networkElement.h:31
Contains makVrv::DtEdgeFeature class.
Contains DLL export macros.

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)