C# Class Google.KML.geLineString

Inheritance: geGeometry
Show file Open project: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY Class Usage Examples

Public Properties

Property Type Description
AltitudeMode geAltitudeModeEnum
Coordinates List
Extrude bool
Tessellate bool

Public Methods

Method Description
ToKML ( XmlTextWriter kml ) : void

Renders the object and any children as KML

geLineString ( List coordinates ) : System

Method Details

ToKML() public method

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

geLineString() public method

public geLineString ( List coordinates ) : System
coordinates List
return System

Property Details

AltitudeMode public property

public geAltitudeModeEnum AltitudeMode
return geAltitudeModeEnum

Coordinates public property

public List Coordinates
return List

Extrude public property

public bool Extrude
return bool

Tessellate public property

public bool Tessellate
return bool