C# Class FEMAHFMParser.ParseEngine

Afficher le fichier Open project: REI-Systems/REISystems-Hackathon2015-HoneyBadger

Méthodes publiques

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

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

Method Details

GetHexShade() public static méthode

public static GetHexShade ( IEnumerable data, decimal current ) : int
data IEnumerable
current decimal
Résultat int

GetKMZ() public static méthode

public static GetKMZ ( IEnumerable geometry, IEnumerable data ) : System.Xml.Linq.XDocument
geometry IEnumerable
data IEnumerable
Résultat System.Xml.Linq.XDocument

GetShadeStyle() public static méthode

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