C# Class Google.KML.geIcon

Represents the Icon object
Inheritance: geObject
Show file Open project: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY

Public Properties

Property Type Description
Href string
HttpQuery string
RefreshInterval int
RefreshMode geRefreshModeEnum
ViewRefreshMode geViewRefreshEnum
ViewRefreshTime int

Public Methods

Method Description
ToKML ( XmlTextWriter kml ) : void

Renders this object and any children to KML

geIcon ( string href ) : System

Method Details

ToKML() public method

Renders this object and any children to KML
public ToKML ( XmlTextWriter kml ) : void
kml System.Xml.XmlTextWriter
return void

geIcon() public method

public geIcon ( string href ) : System
href string
return System

Property Details

Href public property

The http, local file, or document relative address of the image to use as an icon/overlay
public string Href
return string

HttpQuery public property

public string HttpQuery
return string

RefreshInterval public property

The number of seconds to wait before refreshing the image
public int RefreshInterval
return int

RefreshMode public property

When to refresh the image
public geRefreshModeEnum RefreshMode
return geRefreshModeEnum

ViewRefreshMode public property

public geViewRefreshEnum ViewRefreshMode
return geViewRefreshEnum

ViewRefreshTime public property

public int ViewRefreshTime
return int