C# Class 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.
Inheritance: geObject
显示文件 Open project: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY

Public Properties

Property Type Description
LatLonAltBox geLatLonAltBox
Lod geLod

Public Methods

Method Description
ToKML ( XmlTextWriter kml ) : void
geRegion ( geLatLonAltBox latLonAltBox ) : System

Method Details

ToKML() public method

public ToKML ( XmlTextWriter kml ) : void
kml System.Xml.XmlTextWriter
return void

geRegion() public method

public geRegion ( geLatLonAltBox latLonAltBox ) : System
latLonAltBox geLatLonAltBox
return System

Property Details

LatLonAltBox public_oe property

public geLatLonAltBox LatLonAltBox
return geLatLonAltBox

Lod public_oe property

public geLod Lod
return geLod