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
Mostra 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_oe property

A street address
public string Address
return string

AddressDetails public_oe property

A structured xAL street address
public string AddressDetails
return string

Description public_oe 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_oe property

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

Name public_oe 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_oe property

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

PhoneNumber public_oe property

an RFC2806 formatted phone number
public string PhoneNumber
return string

Region public_oe property

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

Snippet public_oe 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_oe 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_oe 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_oe 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_oe property

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