C# 클래스 Google.KML.geBoundaryIs

An abstract class that contains a LinearRing, this is not a Google Earth defined Abstract, but it seemed natural for the InnerBoundaryIs and OuterBoundaryIs objects to share this.
상속: geObject
파일 보기 프로젝트 열기: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY

공개 프로퍼티들

프로퍼티 타입 설명
LinearRing geLinearRing

공개 메소드들

메소드 설명
geBoundaryIs ( geLinearRing linearRing ) : System

메소드 상세

geBoundaryIs() 공개 메소드

public geBoundaryIs ( geLinearRing linearRing ) : System
linearRing geLinearRing
리턴 System

프로퍼티 상세

LinearRing 공개적으로 프로퍼티

The closed ring that defines a boundary. The ring's first and last point must be the same (closed)
public geLinearRing,Google.KML LinearRing
리턴 geLinearRing