C# Class Google.KML.gePoint

A geographic location defined by longitude, latitude, and (optional) altitude. When a Point is contained by a Placemark, the point itself determines the position of the Placemark's name and icon. When a Point is extruded, it is connected to the ground with a line. This "tether" uses the current LineStyle.
Inheritance: geGeometry
Show file Open project: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY Class Usage Examples

Public Properties

Property Type Description
AltitudeMode geAltitudeModeEnum
Coordinates geCoordinates
Extrude bool
Tessellate bool

Public Methods

Method Description
ToKML ( XmlTextWriter kml ) : void
gePoint ( geCoordinates coordinates ) : System

Method Details

ToKML() public method

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

gePoint() public method

public gePoint ( geCoordinates coordinates ) : System
coordinates geCoordinates
return System

Property Details

AltitudeMode public property

public geAltitudeModeEnum AltitudeMode
return geAltitudeModeEnum

Coordinates public property

public geCoordinates,Google.KML Coordinates
return geCoordinates

Extrude public property

public bool Extrude
return bool

Tessellate public property

public bool Tessellate
return bool