Geometry Namespace

Version 1.0.0-beta002
.NET Framework 4.7

Classes

KmlGeometry
KmlLinearRing

Defines a closed line string, typically the outer boundary of a polygon. Optionally, a <LinearRing> can also be used as the inner boundary of a polygon to create holes in the polygon. A oolygon can contain multiple <LinearRing> elements used as inner boundaries.

KmlLinearRingCoordinates
KmlLineString
KmlMultiGeometry
KmlNetworkLink

References a KML file or KMZ archive on a local or remote network. Use the KmlLink element to specify the location of the KML file. Within that element, you can define the refresh options for updating the file, based on time and camera change. NetworkLinks can be used in combination with Regions to handle very large datasets efficiently.

KmlPoint

A geographic location defined by longitude, latitude, and (optional) altitude. When a KmlPoint is contained by a !:KmlPlacemark, the point itself determines the position of the !:KmlPlacemark's name and icon.

When a KmlPoint is extruded, it is connected to the ground with a line. This "tether" uses the current !:KmlLineStyle..

KmlPointCoordinates
KmlPolygon
KmlPolygonBoundaries
KmlPolygonInnerBoundaries
KmlPolygonOuterBoundaries