Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Google
KML
geSchema
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
Show file
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 property
public
string
Name
return
string
Parent
public property
public
string
Parent
return
string