C# 클래스 Mapper.OSM.OSMExportNew

파일 보기 프로젝트 열기: PropaneDragon/Cimtographer 1 사용 예제들

공개 메소드들

메소드 설명
Export ( ) : void
OSMExportNew ( ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

Export() 공개 메소드

public Export ( ) : void
리턴 void

OSMExportNew() 공개 메소드

public OSMExportNew ( ) : System
리턴 System