C# Class Google.KML.geStyleMap

Inheritance: geStyleSelector
Mostrar archivo Open project: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY

Public Properties

Property Type Description
Pairs List

Public Methods

Method Description
ToKML ( XmlTextWriter kml ) : void
geStyleMap ( gePair pair, string id ) : System

Method Details

ToKML() public method

public ToKML ( XmlTextWriter kml ) : void
kml System.Xml.XmlTextWriter
return void

geStyleMap() public method

public geStyleMap ( gePair pair, string id ) : System
pair gePair
id string
return System

Property Details

Pairs public_oe property

public List Pairs
return List