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
Afficher le fichier Open project: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY Class Usage Examples

Méthodes publiques

Свойство Type Description
AltitudeMode geAltitudeModeEnum
Extrude bool
InnerBoundaries List
OuterBoundaryIs geOuterBoundaryIs
Tessellate bool

Méthodes publiques

Méthode Description
ToKML ( XmlTextWriter kml ) : void

Render to KML

gePolygon ( geOuterBoundaryIs outerBoundaryIs ) : System

Method Details

ToKML() public méthode

Render to KML
public ToKML ( XmlTextWriter kml ) : void
kml System.Xml.XmlTextWriter
Résultat void

gePolygon() public méthode

public gePolygon ( geOuterBoundaryIs outerBoundaryIs ) : System
outerBoundaryIs geOuterBoundaryIs
Résultat System

Property Details

AltitudeMode public_oe property

public geAltitudeModeEnum AltitudeMode
Résultat geAltitudeModeEnum

Extrude public_oe property

public bool Extrude
Résultat bool

InnerBoundaries public_oe property

public List InnerBoundaries
Résultat List

OuterBoundaryIs public_oe property

public geOuterBoundaryIs,Google.KML OuterBoundaryIs
Résultat geOuterBoundaryIs

Tessellate public_oe property

public bool Tessellate
Résultat bool