C# Class Google.KML.geOuterBoundaryIs

Contains a linear ring
Inheritance: geBoundaryIs
Mostrar archivo Open project: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY Class Usage Examples

Public Methods

Method Description
ToKML ( XmlTextWriter kml ) : void

Renders this object to KML

geOuterBoundaryIs ( geLinearRing linearRing ) : System

A LinearRing that defines the outer boundary

Method Details

ToKML() public method

Renders this object to KML
public ToKML ( XmlTextWriter kml ) : void
kml System.Xml.XmlTextWriter
return void

geOuterBoundaryIs() public method

A LinearRing that defines the outer boundary
public geOuterBoundaryIs ( geLinearRing linearRing ) : System
linearRing geLinearRing
return System