C# Class 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.
Inheritance: geGeometry
Mostrar archivo Open project: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY Class Usage Examples

Public Properties

Property Type Description
AltitudeMode geAltitudeModeEnum
Extrude bool
InnerBoundaries List
OuterBoundaryIs geOuterBoundaryIs
Tessellate bool

Public Methods

Method Description
ToKML ( XmlTextWriter kml ) : void

Render to KML

gePolygon ( geOuterBoundaryIs outerBoundaryIs ) : System

Method Details

ToKML() public method

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

gePolygon() public method

public gePolygon ( geOuterBoundaryIs outerBoundaryIs ) : System
outerBoundaryIs geOuterBoundaryIs
return System

Property Details

AltitudeMode public_oe property

public geAltitudeModeEnum AltitudeMode
return geAltitudeModeEnum

Extrude public_oe property

public bool Extrude
return bool

InnerBoundaries public_oe property

public List InnerBoundaries
return List

OuterBoundaryIs public_oe property

public geOuterBoundaryIs,Google.KML OuterBoundaryIs
return geOuterBoundaryIs

Tessellate public_oe property

public bool Tessellate
return bool