C# Class Google.KML.geFeature

Represents the Feature abstract, one of the most important elements in a KML. This is what will be displayed.
Inheritance: geObject
Show file Open project: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY

Public Properties

Property Type Description
Address string
AddressDetails string
Description string
LookAt geLookAt
Name string
Open bool
PhoneNumber string
Region geRegion
Snippet string
StyleSelectors List
StyleUrl string
TimePrimitive geTimePrimitive
Visibility bool

Public Methods

Method Description
ToKML ( XmlTextWriter kml ) : void

Renders the object as KML, and calls upon any children to do the same

Method Details

ToKML() public method

Renders the object as KML, and calls upon any children to do the same
public ToKML ( XmlTextWriter kml ) : void
kml System.Xml.XmlTextWriter
return void

Property Details

Address public property

A street address
public string Address
return string

AddressDetails public property

A structured xAL street address
public string AddressDetails
return string

Description public property

The text that is displayed in the balloon. Can be HTML formatted text. Special characters should be surrounded by
public string Description
return string

LookAt public property

Where Google Earth should orient itself to look at this feature
public geLookAt,Google.KML LookAt
return geLookAt

Name public property

The name of the feature. This will be the label that is displayed in both the Places window and the Map window
public string Name
return string

Open public property

If the feature contains other features, defines whether this feature is expanded by default or not.
public bool Open
return bool

PhoneNumber public property

an RFC2806 formatted phone number
public string PhoneNumber
return string

Region public property

Defines the user view bounding box for when features should be displayed
public geRegion,Google.KML Region
return geRegion

Snippet public property

Text that can be displayed under the icon in the places window, otherwise any description available is shown
public string Snippet
return string

StyleSelectors public property

A collection of styles that can be used by different elements in this feature and child features
public List StyleSelectors
return List

StyleUrl public property

The style this feature should use, can be relative to the document if there is one, or an http reference
public string StyleUrl
return string

TimePrimitive public property

A specified time or range of times when this feature should be displayed. Useful for showing/hiding features while looping over a given time.
public geTimePrimitive TimePrimitive
return geTimePrimitive

Visibility public property

Defines whether to draw the feature in the map window by default.
public bool Visibility
return bool