C# 클래스 FEMAHFMParser.ParseEngine

파일 보기 프로젝트 열기: REI-Systems/REISystems-Hackathon2015-HoneyBadger

공개 메소드들

메소드 설명
GetHexShade ( IEnumerable data, decimal current ) : int
GetKMZ ( IEnumerable geometry, IEnumerable data ) : System.Xml.Linq.XDocument
GetShadeStyle ( string hexColor, int shade, string &styleName ) : System.Xml.Linq.XElement

비공개 메소드들

메소드 설명
GetRowSchema ( KMLGeometry geo, IEnumerable data ) : System.Xml.Linq.XElement
ParseKML ( IEnumerable geometry, IEnumerable data ) : System.Xml.Linq.XDocument

메소드 상세

GetHexShade() 공개 정적인 메소드

public static GetHexShade ( IEnumerable data, decimal current ) : int
data IEnumerable
current decimal
리턴 int

GetKMZ() 공개 정적인 메소드

public static GetKMZ ( IEnumerable geometry, IEnumerable data ) : System.Xml.Linq.XDocument
geometry IEnumerable
data IEnumerable
리턴 System.Xml.Linq.XDocument

GetShadeStyle() 공개 정적인 메소드

public static GetShadeStyle ( string hexColor, int shade, string &styleName ) : System.Xml.Linq.XElement
hexColor string
shade int
styleName string
리턴 System.Xml.Linq.XElement