C# 클래스 Google.KML.geSchema

Specifies a custom KML schema that is typically used to extend and add metadata to KML objects. The "name" attribute is required. Currently, the only value for parent is "Placemark."
상속: geObject
파일 보기 프로젝트 열기: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Name string
Parent string

공개 메소드들

메소드 설명
ToKML ( XmlTextWriter kml ) : void
geSchema ( string name ) : System

메소드 상세

ToKML() 공개 메소드

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

geSchema() 공개 메소드

public geSchema ( string name ) : System
name string
리턴 System

프로퍼티 상세

Name 공개적으로 프로퍼티

public string Name
리턴 string

Parent 공개적으로 프로퍼티

public string Parent
리턴 string