C# Класс Google.KML.geKML

This class will be the entry point for creating and organizing the KML output
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Files byte[]>.SortedList
kmlRoot geObject

Открытые методы

Метод Описание
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

Описание методов

ToKML() публичный Метод

Return a byte array that is the final KML file.
public ToKML ( ) : byte[]
Результат byte[]

ToKMZ() публичный Метод

Return the compressed version of the KML file (KMZ)
public ToKMZ ( ) : byte[]
Результат byte[]

geKML() публичный Метод

public geKML ( geObject rootKmlObj ) : System
rootKmlObj geObject
Результат System

Описание свойств

Files публичное свойство

public SortedList Files
Результат byte[]>.SortedList

kmlRoot публичное свойство

We need a root KML object to start with. The most common would be Features, Containers, or Overlays
public geObject,Google.KML kmlRoot
Результат geObject