C# 클래스 Google.KML.geOuterBoundaryIs

Contains a linear ring
상속: geBoundaryIs
파일 보기 프로젝트 열기: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY 1 사용 예제들

공개 메소드들

메소드 설명
ToKML ( XmlTextWriter kml ) : void

Renders this object to KML

geOuterBoundaryIs ( geLinearRing linearRing ) : System

A LinearRing that defines the outer boundary

메소드 상세

ToKML() 공개 메소드

Renders this object to KML
public ToKML ( XmlTextWriter kml ) : void
kml System.Xml.XmlTextWriter
리턴 void

geOuterBoundaryIs() 공개 메소드

A LinearRing that defines the outer boundary
public geOuterBoundaryIs ( geLinearRing linearRing ) : System
linearRing geLinearRing
리턴 System