C# 클래스 Google.KML.geRegion

A region contains a bounding box () that describes an area of interest defined by geographic coordinates and altitudes. In addition, a Region contains an LOD (level of detail) extent () that defines a validity range of the associated Region in terms of projected screen size. A Region is said to be "active" when the bounding box is within the user's view and the LOD requirements are met. Objects associated with a Region are drawn only when the Region is active. When the is onRegion, the Link or Icon is loaded only when the Region is active.
상속: geObject
파일 보기 프로젝트 열기: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY

공개 프로퍼티들

프로퍼티 타입 설명
LatLonAltBox geLatLonAltBox
Lod geLod

공개 메소드들

메소드 설명
ToKML ( XmlTextWriter kml ) : void
geRegion ( geLatLonAltBox latLonAltBox ) : System

메소드 상세

ToKML() 공개 메소드

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

geRegion() 공개 메소드

public geRegion ( geLatLonAltBox latLonAltBox ) : System
latLonAltBox geLatLonAltBox
리턴 System

프로퍼티 상세

LatLonAltBox 공개적으로 프로퍼티

public geLatLonAltBox LatLonAltBox
리턴 geLatLonAltBox

Lod 공개적으로 프로퍼티

public geLod Lod
리턴 geLod