C# Class Google.KML.geModel

A 3d object from a Collada (.dae) file
Inheritance: geGeometry
Show file Open project: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY

Public Properties

Property Type Description
AltitudeMode geAltitudeModeEnum
Link geLink
Location geLocation
Orientation geOrientation
Scale geScale

Public Methods

Method Description
ToKML ( XmlTextWriter kml ) : void

Render the object to KML

Method Details

ToKML() public method

Render the object to KML
public ToKML ( XmlTextWriter kml ) : void
kml System.Xml.XmlTextWriter
return void

Property Details

AltitudeMode public property

public geAltitudeModeEnum AltitudeMode
return geAltitudeModeEnum

Link public property

public geLink,Google.KML Link
return geLink

Location public property

public geLocation,Google.KML Location
return geLocation

Orientation public property

public geOrientation,Google.KML Orientation
return geOrientation

Scale public property

public geScale,Google.KML Scale
return geScale