C# Class Mapper.OSM.OSMExportNew

Mostra file Open project: PropaneDragon/Cimtographer Class Usage Examples

Public Methods

Method Description
Export ( ) : void
OSMExportNew ( ) : System

Private Methods

Method Description
CreateBuilding ( int index, Building building ) : Mapper.OSM.OSMWay
CreateContours ( double points, double contourX, double contourY, double contourZ, int gridSize, int steps, ContourType contourType ) : void
CreateDistrict ( int index, District district ) : Mapper.OSM.OSMNode
CreateNode ( int index, Vector3 position ) : Mapper.OSM.OSMNode
CreateTransportLine ( int index, TransportLine line ) : List
CreateWay ( int index, NetSegment segment, ushort segmentId ) : Mapper.OSM.OSMWay
ExportBuildings ( ) : void
ExportDistricts ( ) : void
ExportGroundAndWater ( ) : void
ExportNodes ( ) : void
ExportRoutes ( ) : void
ExportWays ( ) : void

Method Details

Export() public method

public Export ( ) : void
return void

OSMExportNew() public method

public OSMExportNew ( ) : System
return System