C# Class Google.KML.geKML

This class will be the entry point for creating and organizing the KML output
显示文件 Open project: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY Class Usage Examples

Public Properties

Property Type Description
Files byte[]>.SortedList
kmlRoot geObject

Public Methods

Method Description
ToKML ( ) : byte[]

Return a byte array that is the final KML file.

ToKMZ ( ) : byte[]

Return the compressed version of the KML file (KMZ)

geKML ( geObject rootKmlObj ) : System

Method Details

ToKML() public method

Return a byte array that is the final KML file.
public ToKML ( ) : byte[]
return byte[]

ToKMZ() public method

Return the compressed version of the KML file (KMZ)
public ToKMZ ( ) : byte[]
return byte[]

geKML() public method

public geKML ( geObject rootKmlObj ) : System
rootKmlObj geObject
return System

Property Details

Files public_oe property

public SortedList Files
return byte[]>.SortedList

kmlRoot public_oe property

We need a root KML object to start with. The most common would be Features, Containers, or Overlays
public geObject,Google.KML kmlRoot
return geObject