C# Class Google.KML.geGroundOverlay.geLatLonBox

A Lat/Lon "Box" that is used in a GroundOverlay to describe how to stretch the image over the terrain.
Inheritance: geObject
Mostrar archivo Open project: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY Class Usage Examples

Public Properties

Property Type Description
East geAngle180
North geAngle90
Rotation geAngle180
South geAngle90
West geAngle180

Public Methods

Method Description
ToKML ( XmlTextWriter kml ) : void

Renders the object to KML

geLatLonBox ( geAngle90 north, geAngle90 south, geAngle180 east, geAngle180 west ) : System

Passes the constructor on to the N/S/E/W/Rotation constructor with the Rotation value of 0

geLatLonBox ( geAngle90 north, geAngle90 south, geAngle180 east, geAngle180 west, geAngle180 rotation ) : System

Method Details

ToKML() public method

Renders the object to KML
public ToKML ( XmlTextWriter kml ) : void
kml System.Xml.XmlTextWriter
return void

geLatLonBox() public method

Passes the constructor on to the N/S/E/W/Rotation constructor with the Rotation value of 0
public geLatLonBox ( geAngle90 north, geAngle90 south, geAngle180 east, geAngle180 west ) : System
north geAngle90
south geAngle90
east geAngle180
west geAngle180
return System

geLatLonBox() public method

public geLatLonBox ( geAngle90 north, geAngle90 south, geAngle180 east, geAngle180 west, geAngle180 rotation ) : System
north geAngle90
south geAngle90
east geAngle180
west geAngle180
rotation geAngle180
return System

Property Details

East public_oe property

public geAngle180,Google.KML East
return geAngle180

North public_oe property

public geAngle90,Google.KML North
return geAngle90

Rotation public_oe property

public geAngle180,Google.KML Rotation
return geAngle180

South public_oe property

public geAngle90,Google.KML South
return geAngle90

West public_oe property

public geAngle180,Google.KML West
return geAngle180