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
Afficher le fichier Open project: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY Class Usage Examples

Méthodes publiques

Свойство Type Description
BaloonStyle geBaloonStyle
IconStyle geIconStyle
LabelStyle geLabelStyle
LineStyle geLineStyle
ListStyle geListStyle
PolyStyle gePolyStyle

Méthodes publiques

Méthode Description
ToKML ( XmlTextWriter kml ) : void
geStyle ( string id ) : System

Method Details

ToKML() public méthode

public ToKML ( XmlTextWriter kml ) : void
kml System.Xml.XmlTextWriter
Résultat void

geStyle() public méthode

public geStyle ( string id ) : System
id string
Résultat System

Property Details

BaloonStyle public_oe property

public geBaloonStyle,Google.KML BaloonStyle
Résultat geBaloonStyle

IconStyle public_oe property

public geIconStyle,Google.KML IconStyle
Résultat geIconStyle

LabelStyle public_oe property

public geLabelStyle,Google.KML LabelStyle
Résultat geLabelStyle

LineStyle public_oe property

public geLineStyle,Google.KML LineStyle
Résultat geLineStyle

ListStyle public_oe property

public geListStyle,Google.KML ListStyle
Résultat geListStyle

PolyStyle public_oe property

public gePolyStyle,Google.KML PolyStyle
Résultat gePolyStyle