IN2OSM  1.0.1

Pos class in IndoorGML, Node in OSM latitude in OSM and IndoorGML longitude in OSM and IndoorGML height in InoodrGML. More...

#include <Transform.h>

Inheritance diagram for Pos:
Inheritance graph
Collaboration diagram for Pos:
Collaboration graph

Public Member Functions

 Pos ()
 

Public Attributes

std::string latitude
 
std::string longitude
 
std::string height
 
int type
 
int outer =0
 
int storey =99999
 
std::string storey_id
 
std::string gml_id
 
std::string osm_id
 
std::string imdf_id
 
std::string Description
 
ICduality = NULL
 
std::vector< IC * > partialboundedBy
 
std::vector< IC * > connects
 
std::vector< IC * > inner
 

Detailed Description

Pos class in IndoorGML, Node in OSM latitude in OSM and IndoorGML longitude in OSM and IndoorGML height in InoodrGML.

Definition at line 61 of file Transform.h.

Constructor & Destructor Documentation

◆ Pos()

Pos ( )
inline

Definition at line 66 of file Transform.h.

66  {
67  latitude="0";
68  longitude="0";
69  type=0;
70  }
std::string longitude
Definition: Transform.h:64
std::string latitude
Definition: Transform.h:63

Member Data Documentation

◆ connects

std::vector<IC *> connects
inherited

Definition at line 50 of file Transform.h.

◆ Description

std::string Description
inherited

Definition at line 47 of file Transform.h.

◆ duality

IC* duality = NULL
inherited

Definition at line 48 of file Transform.h.

◆ gml_id

std::string gml_id
inherited

Definition at line 44 of file Transform.h.

◆ height

std::string height

Definition at line 65 of file Transform.h.

◆ imdf_id

std::string imdf_id
inherited

Definition at line 46 of file Transform.h.

◆ inner

std::vector<IC *> inner
inherited

Definition at line 51 of file Transform.h.

◆ latitude

std::string latitude

Definition at line 63 of file Transform.h.

◆ longitude

std::string longitude

Definition at line 64 of file Transform.h.

◆ osm_id

std::string osm_id
inherited

Definition at line 45 of file Transform.h.

◆ outer

int outer =0
inherited

Definition at line 41 of file Transform.h.

◆ partialboundedBy

std::vector<IC *> partialboundedBy
inherited

Definition at line 49 of file Transform.h.

◆ storey

int storey =99999
inherited

Definition at line 42 of file Transform.h.

◆ storey_id

std::string storey_id
inherited

Definition at line 43 of file Transform.h.

◆ type

int type
inherited

Definition at line 40 of file Transform.h.


The documentation for this class was generated from the following file: