C# 클래스 JointMilitarySymbologyLibrary.LegacyETL

파일 보기 프로젝트 열기: Esri/joint-military-symbology-xml

보호된 프로퍼티들

프로퍼티 타입 설명
logger Logger

공개 메소드들

메소드 설명
ExportLegacyEntities ( string path, string standard, long size ) : void
ExportLegacyFrames ( string path, string standard, long size, bool append = false ) : void
ExportLegacyLookup ( string path, string standard, bool asOriginal, bool includeAmplifiers, bool append ) : void
LegacyETL ( ConfigHelper helper, JMSMLConfigETLConfig config ) : System

비공개 메소드들

메소드 설명
_exportAmplifiers ( StreamWriter w, bool isFirst, string standard, int id ) : int
_exportFrames ( StreamWriter w, bool isFirst, string standard, int id, bool asOriginal ) : int
_exportHQTFFDs ( StreamWriter w, bool isFirst, string standard, int id ) : int
_exportLegacyEntities ( StreamWriter w, bool isFirst, string standard, long size ) : void
_exportLegacyFrames ( StreamWriter w, bool isFirst, string standard, long size ) : void
_exportOCAs ( StreamWriter w, bool isFirst, string standard, int id ) : int
_exportSymbols ( StreamWriter w, bool isFirst, string standard, int id, bool asOriginal ) : int

메소드 상세

ExportLegacyEntities() 공개 메소드

public ExportLegacyEntities ( string path, string standard, long size ) : void
path string
standard string
size long
리턴 void

ExportLegacyFrames() 공개 메소드

public ExportLegacyFrames ( string path, string standard, long size, bool append = false ) : void
path string
standard string
size long
append bool
리턴 void

ExportLegacyLookup() 공개 메소드

public ExportLegacyLookup ( string path, string standard, bool asOriginal, bool includeAmplifiers, bool append ) : void
path string
standard string
asOriginal bool
includeAmplifiers bool
append bool
리턴 void

LegacyETL() 공개 메소드

public LegacyETL ( ConfigHelper helper, JMSMLConfigETLConfig config ) : System
helper ConfigHelper
config JMSMLConfigETLConfig
리턴 System

프로퍼티 상세

logger 보호되어 있는 정적으로 프로퍼티

protected static Logger logger
리턴 Logger