C# 클래스 Google.KML.geKML

This class will be the entry point for creating and organizing the KML output
파일 보기 프로젝트 열기: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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