C# 클래스 Google.KML.geStyle

A Style defines an addressable style group that can be referenced by StyleMaps and Features. Styles affect how Geometry is presented in the 3D viewer and how Features appear in the Places panel of the List view. Shared styles are collected in a and must have an id defined for them so that they can be referenced by the individual Features that use them.
상속: geStyleSelector
파일 보기 프로젝트 열기: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BaloonStyle geBaloonStyle
IconStyle geIconStyle
LabelStyle geLabelStyle
LineStyle geLineStyle
ListStyle geListStyle
PolyStyle gePolyStyle

공개 메소드들

메소드 설명
ToKML ( XmlTextWriter kml ) : void
geStyle ( string id ) : System

메소드 상세

ToKML() 공개 메소드

public ToKML ( XmlTextWriter kml ) : void
kml System.Xml.XmlTextWriter
리턴 void

geStyle() 공개 메소드

public geStyle ( string id ) : System
id string
리턴 System

프로퍼티 상세

BaloonStyle 공개적으로 프로퍼티

public geBaloonStyle,Google.KML BaloonStyle
리턴 geBaloonStyle

IconStyle 공개적으로 프로퍼티

public geIconStyle,Google.KML IconStyle
리턴 geIconStyle

LabelStyle 공개적으로 프로퍼티

public geLabelStyle,Google.KML LabelStyle
리턴 geLabelStyle

LineStyle 공개적으로 프로퍼티

public geLineStyle,Google.KML LineStyle
리턴 geLineStyle

ListStyle 공개적으로 프로퍼티

public geListStyle,Google.KML ListStyle
리턴 geListStyle

PolyStyle 공개적으로 프로퍼티

public gePolyStyle,Google.KML PolyStyle
리턴 gePolyStyle