C# Class Google.KML.geBoundaryIs

An abstract class that contains a LinearRing, this is not a Google Earth defined Abstract, but it seemed natural for the InnerBoundaryIs and OuterBoundaryIs objects to share this.
Inheritance: geObject
Mostrar archivo Open project: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY

Public Properties

Property Type Description
LinearRing geLinearRing

Public Methods

Method Description
geBoundaryIs ( geLinearRing linearRing ) : System

Method Details

geBoundaryIs() public method

public geBoundaryIs ( geLinearRing linearRing ) : System
linearRing geLinearRing
return System

Property Details

LinearRing public_oe property

The closed ring that defines a boundary. The ring's first and last point must be the same (closed)
public geLinearRing,Google.KML LinearRing
return geLinearRing