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
Afficher le fichier Open project: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY Class Usage Examples

Méthodes publiques

Свойство Type Description
East geAngle180
North geAngle90
Rotation geAngle180
South geAngle90
West geAngle180

Méthodes publiques

Méthode 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 méthode

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

geLatLonBox() public méthode

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
Résultat System

geLatLonBox() public méthode

public geLatLonBox ( geAngle90 north, geAngle90 south, geAngle180 east, geAngle180 west, geAngle180 rotation ) : System
north geAngle90
south geAngle90
east geAngle180
west geAngle180
rotation geAngle180
Résultat System

Property Details

East public_oe property

public geAngle180,Google.KML East
Résultat geAngle180

North public_oe property

public geAngle90,Google.KML North
Résultat geAngle90

Rotation public_oe property

public geAngle180,Google.KML Rotation
Résultat geAngle180

South public_oe property

public geAngle90,Google.KML South
Résultat geAngle90

West public_oe property

public geAngle180,Google.KML West
Résultat geAngle180