C# Класс Google.KML.geFeature

Represents the Feature abstract, one of the most important elements in a KML. This is what will be displayed.
Наследование: geObject
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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

Открытые методы

Метод Описание
ToKML ( XmlTextWriter kml ) : void

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

Описание методов

ToKML() публичный Метод

Renders the object as KML, and calls upon any children to do the same
public ToKML ( XmlTextWriter kml ) : void
kml System.Xml.XmlTextWriter
Результат void

Описание свойств

Address публичное свойство

A street address
public string Address
Результат string

AddressDetails публичное свойство

A structured xAL street address
public string AddressDetails
Результат string

Description публичное свойство

The text that is displayed in the balloon. Can be HTML formatted text. Special characters should be surrounded by
public string Description
Результат string

LookAt публичное свойство

Where Google Earth should orient itself to look at this feature
public geLookAt,Google.KML LookAt
Результат geLookAt

Name публичное свойство

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
Результат string

Open публичное свойство

If the feature contains other features, defines whether this feature is expanded by default or not.
public bool Open
Результат bool

PhoneNumber публичное свойство

an RFC2806 formatted phone number
public string PhoneNumber
Результат string

Region публичное свойство

Defines the user view bounding box for when features should be displayed
public geRegion,Google.KML Region
Результат geRegion

Snippet публичное свойство

Text that can be displayed under the icon in the places window, otherwise any description available is shown
public string Snippet
Результат string

StyleSelectors публичное свойство

A collection of styles that can be used by different elements in this feature and child features
public List StyleSelectors
Результат List

StyleUrl публичное свойство

The style this feature should use, can be relative to the document if there is one, or an http reference
public string StyleUrl
Результат string

TimePrimitive публичное свойство

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
Результат geTimePrimitive

Visibility публичное свойство

Defines whether to draw the feature in the map window by default.
public bool Visibility
Результат bool