C# Class FEMAHFMParser.ParseEngine

ファイルを表示 Open project: REI-Systems/REISystems-Hackathon2015-HoneyBadger

Public Methods

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

Private Methods

Method Description
GetRowSchema ( KMLGeometry geo, IEnumerable data ) : System.Xml.Linq.XElement
ParseKML ( IEnumerable geometry, IEnumerable data ) : System.Xml.Linq.XDocument

Method Details

GetHexShade() public static method

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

GetKMZ() public static method

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

GetShadeStyle() public static method

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