C# Class Google.KML.geLineString

Inheritance: geGeometry
Afficher le fichier Open project: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY Class Usage Examples

Méthodes publiques

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

Méthodes publiques

Méthode Description
ToKML ( XmlTextWriter kml ) : void

Renders the object and any children as KML

geLineString ( List coordinates ) : System

Method Details

ToKML() public méthode

Renders the object and any children as KML
public ToKML ( XmlTextWriter kml ) : void
kml System.Xml.XmlTextWriter
Résultat void

geLineString() public méthode

public geLineString ( List coordinates ) : System
coordinates List
Résultat System

Property Details

AltitudeMode public_oe property

public geAltitudeModeEnum AltitudeMode
Résultat geAltitudeModeEnum

Coordinates public_oe property

public List Coordinates
Résultat List

Extrude public_oe property

public bool Extrude
Résultat bool

Tessellate public_oe property

public bool Tessellate
Résultat bool