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
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
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