C# Class JointMilitarySymbologyLibrary.LegacyETL

Exibir arquivo Open project: Esri/joint-military-symbology-xml

Protected Properties

Property Type Description
logger Logger

Public Methods

Method Description
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

Private Methods

Method Description
_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

Method Details

ExportLegacyEntities() public method

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

ExportLegacyFrames() public method

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

ExportLegacyLookup() public method

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

LegacyETL() public method

public LegacyETL ( ConfigHelper helper, JMSMLConfigETLConfig config ) : System
helper ConfigHelper
config JMSMLConfigETLConfig
return System

Property Details

logger protected_oe static_oe property

protected static Logger logger
return Logger