C# Class Google.KML.geLineString

Inheritance: geGeometry
显示文件 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_oe property

public geAltitudeModeEnum AltitudeMode
return geAltitudeModeEnum

Coordinates public_oe property

public List Coordinates
return List

Extrude public_oe property

public bool Extrude
return bool

Tessellate public_oe property

public bool Tessellate
return bool