C# Class Google.KML.geStyle

A Style defines an addressable style group that can be referenced by StyleMaps and Features. Styles affect how Geometry is presented in the 3D viewer and how Features appear in the Places panel of the List view. Shared styles are collected in a and must have an id defined for them so that they can be referenced by the individual Features that use them.
Inheritance: geStyleSelector
显示文件 Open project: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY Class Usage Examples

Public Properties

Property Type Description
BaloonStyle geBaloonStyle
IconStyle geIconStyle
LabelStyle geLabelStyle
LineStyle geLineStyle
ListStyle geListStyle
PolyStyle gePolyStyle

Public Methods

Method Description
ToKML ( XmlTextWriter kml ) : void
geStyle ( string id ) : System

Method Details

ToKML() public method

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

geStyle() public method

public geStyle ( string id ) : System
id string
return System

Property Details

BaloonStyle public_oe property

public geBaloonStyle,Google.KML BaloonStyle
return geBaloonStyle

IconStyle public_oe property

public geIconStyle,Google.KML IconStyle
return geIconStyle

LabelStyle public_oe property

public geLabelStyle,Google.KML LabelStyle
return geLabelStyle

LineStyle public_oe property

public geLineStyle,Google.KML LineStyle
return geLineStyle

ListStyle public_oe property

public geListStyle,Google.KML ListStyle
return geListStyle

PolyStyle public_oe property

public gePolyStyle,Google.KML PolyStyle
return gePolyStyle