C# 클래스 JointMilitarySymbologyLibrary.ConfigHelper

파일 보기 프로젝트 열기: Esri/joint-military-symbology-xml 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
logger Logger

공개 메소드들

메소드 설명
AddCustomTags ( string tagString, string id, string tags ) : string
AmplifierLabelValue ( LibraryAmplifierValuesValue value ) : string
BuildActualPath ( string path, string graphic ) : string
BuildOriginalPath ( string path, string graphic ) : string
BuildRootedPath ( string path, string graphic ) : string
ConfigHelper ( JointMilitarySymbologyLibrary.Librarian librarian ) : System
CustomExportTags ( string id ) : string
GetPath ( string getWhat, FindEnum ofType, bool sansLeadingSlash = false ) : string
IsSpecialEntitySubtype ( SymbolSet ss, EntitySubTypeType entitySubType ) : bool
LegacyFunction ( LegacyFunctionCodeType functionArray, string standard ) : LegacyFunctionCodeType
LegacyFunctions ( LegacyFunctionCodeType functionArray, string standard ) : JointMilitarySymbologyLibrary.LegacyFunctionCodeType[]
LegacyLetter ( LegacyLetterCodeType letterArray, string standard ) : LegacyLetterCodeType
LegacyLetters ( LegacyLetterCodeType letterArray, string standard ) : JointMilitarySymbologyLibrary.LegacyLetterCodeType[]
MakeLegacyETL ( ) : LegacyETL
MakeSchemaETL ( ) : JointMilitarySymbologyLibrary.SchemaETL

비공개 메소드들

메소드 설명
_findIt ( FindEnum findThis, string forThis, GraphicFolderType inThis, string whereWeAre, string &whereItIs ) : bool
_findPath ( FindEnum findThis, string forThis, string>.Dictionary recordItHere ) : void
_findPaths ( ) : void
_getPath ( string getWhat, string>.Dictionary inThis ) : string
_splitAndSearch ( string listToSplit, string lookingFor ) : bool

메소드 상세

AddCustomTags() 공개 메소드

public AddCustomTags ( string tagString, string id, string tags ) : string
tagString string
id string
tags string
리턴 string

AmplifierLabelValue() 공개 메소드

public AmplifierLabelValue ( LibraryAmplifierValuesValue value ) : string
value LibraryAmplifierValuesValue
리턴 string

BuildActualPath() 공개 메소드

public BuildActualPath ( string path, string graphic ) : string
path string
graphic string
리턴 string

BuildOriginalPath() 공개 메소드

public BuildOriginalPath ( string path, string graphic ) : string
path string
graphic string
리턴 string

BuildRootedPath() 공개 메소드

public BuildRootedPath ( string path, string graphic ) : string
path string
graphic string
리턴 string

ConfigHelper() 공개 메소드

public ConfigHelper ( JointMilitarySymbologyLibrary.Librarian librarian ) : System
librarian JointMilitarySymbologyLibrary.Librarian
리턴 System

CustomExportTags() 공개 메소드

public CustomExportTags ( string id ) : string
id string
리턴 string

GetPath() 공개 메소드

public GetPath ( string getWhat, FindEnum ofType, bool sansLeadingSlash = false ) : string
getWhat string
ofType FindEnum
sansLeadingSlash bool
리턴 string

IsSpecialEntitySubtype() 공개 메소드

public IsSpecialEntitySubtype ( SymbolSet ss, EntitySubTypeType entitySubType ) : bool
ss SymbolSet
entitySubType EntitySubTypeType
리턴 bool

LegacyFunction() 공개 메소드

public LegacyFunction ( LegacyFunctionCodeType functionArray, string standard ) : LegacyFunctionCodeType
functionArray LegacyFunctionCodeType
standard string
리턴 LegacyFunctionCodeType

LegacyFunctions() 공개 메소드

public LegacyFunctions ( LegacyFunctionCodeType functionArray, string standard ) : JointMilitarySymbologyLibrary.LegacyFunctionCodeType[]
functionArray LegacyFunctionCodeType
standard string
리턴 JointMilitarySymbologyLibrary.LegacyFunctionCodeType[]

LegacyLetter() 공개 메소드

public LegacyLetter ( LegacyLetterCodeType letterArray, string standard ) : LegacyLetterCodeType
letterArray LegacyLetterCodeType
standard string
리턴 LegacyLetterCodeType

LegacyLetters() 공개 메소드

public LegacyLetters ( LegacyLetterCodeType letterArray, string standard ) : JointMilitarySymbologyLibrary.LegacyLetterCodeType[]
letterArray LegacyLetterCodeType
standard string
리턴 JointMilitarySymbologyLibrary.LegacyLetterCodeType[]

MakeLegacyETL() 공개 메소드

public MakeLegacyETL ( ) : LegacyETL
리턴 LegacyETL

MakeSchemaETL() 공개 메소드

public MakeSchemaETL ( ) : JointMilitarySymbologyLibrary.SchemaETL
리턴 JointMilitarySymbologyLibrary.SchemaETL

프로퍼티 상세

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

protected static Logger logger
리턴 Logger