C# Class Google.KML.geSchema

Specifies a custom KML schema that is typically used to extend and add metadata to KML objects. The "name" attribute is required. Currently, the only value for parent is "Placemark."
Inheritance: geObject
Mostrar archivo Open project: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY Class Usage Examples

Public Properties

Property Type Description
Name string
Parent string

Public Methods

Method Description
ToKML ( XmlTextWriter kml ) : void
geSchema ( string name ) : System

Method Details

ToKML() public method

public ToKML ( XmlTextWriter kml ) : void
kml System.Xml.XmlTextWriter
return void

geSchema() public method

public geSchema ( string name ) : System
name string
return System

Property Details

Name public_oe property

public string Name
return string

Parent public_oe property

public string Parent
return string