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

Méthodes publiques

Свойство Type Description
AltitudeMode geAltitudeModeEnum
Coordinates geCoordinates
Extrude bool
Tessellate bool

Méthodes publiques

Méthode Description
ToKML ( XmlTextWriter kml ) : void
gePoint ( geCoordinates coordinates ) : System

Method Details

ToKML() public méthode

public ToKML ( XmlTextWriter kml ) : void
kml System.Xml.XmlTextWriter
Résultat void

gePoint() public méthode

public gePoint ( geCoordinates coordinates ) : System
coordinates geCoordinates
Résultat System

Property Details

AltitudeMode public_oe property

public geAltitudeModeEnum AltitudeMode
Résultat geAltitudeModeEnum

Coordinates public_oe property

public geCoordinates,Google.KML Coordinates
Résultat geCoordinates

Extrude public_oe property

public bool Extrude
Résultat bool

Tessellate public_oe property

public bool Tessellate
Résultat bool