C# 클래스 Google.KML.gePolygon

A Polygon is defined by an outer boundary and 0 or more inner boundaries. The boundaries, in turn, are defined by LinearRings. When a Polygon is extruded, its boundaries are connected to the ground to form additional polygons, which gives the appearance of a building. When a Polygon is extruded, each point is extruded individually. Extruded Polygons use for their color, color mode, and fill.
상속: geGeometry
파일 보기 프로젝트 열기: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AltitudeMode geAltitudeModeEnum
Extrude bool
InnerBoundaries List
OuterBoundaryIs geOuterBoundaryIs
Tessellate bool

공개 메소드들

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

Render to KML

gePolygon ( geOuterBoundaryIs outerBoundaryIs ) : System

메소드 상세

ToKML() 공개 메소드

Render to KML
public ToKML ( XmlTextWriter kml ) : void
kml System.Xml.XmlTextWriter
리턴 void

gePolygon() 공개 메소드

public gePolygon ( geOuterBoundaryIs outerBoundaryIs ) : System
outerBoundaryIs geOuterBoundaryIs
리턴 System

프로퍼티 상세

AltitudeMode 공개적으로 프로퍼티

public geAltitudeModeEnum AltitudeMode
리턴 geAltitudeModeEnum

Extrude 공개적으로 프로퍼티

public bool Extrude
리턴 bool

InnerBoundaries 공개적으로 프로퍼티

public List InnerBoundaries
리턴 List

OuterBoundaryIs 공개적으로 프로퍼티

public geOuterBoundaryIs,Google.KML OuterBoundaryIs
리턴 geOuterBoundaryIs

Tessellate 공개적으로 프로퍼티

public bool Tessellate
리턴 bool