C# Class JointMilitarySymbologyLibrary.LegacyETL

Afficher le fichier Open project: Esri/joint-military-symbology-xml

Protected Properties

Свойство Type Description
logger Logger

Méthodes publiques

Méthode 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

Méthode 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 méthode

public ExportLegacyEntities ( string path, string standard, long size ) : void
path string
standard string
size long
Résultat void

ExportLegacyFrames() public méthode

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

ExportLegacyLookup() public méthode

public ExportLegacyLookup ( string path, string standard, bool asOriginal, bool includeAmplifiers, bool append ) : void
path string
standard string
asOriginal bool
includeAmplifiers bool
append bool
Résultat void

LegacyETL() public méthode

public LegacyETL ( ConfigHelper helper, JMSMLConfigETLConfig config ) : System
helper ConfigHelper
config JMSMLConfigETLConfig
Résultat System

Property Details

logger protected_oe static_oe property

protected static Logger logger
Résultat Logger