C# 클래스 Google.KML.geFeature

Represents the Feature abstract, one of the most important elements in a KML. This is what will be displayed.
상속: geObject
파일 보기 프로젝트 열기: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY

공개 프로퍼티들

프로퍼티 타입 설명
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