Provides extension methods for converting geometries and features to KML.
            
Inheritance Hierarchy
PreStormKml
Namespace: PreStorm
Assembly: PreStorm (in PreStorm.dll) Version: 1.8.19.0 (1.8.19.0)
Syntax
The Kml type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
|   | ns | 
            The XML namespace for KML.
             | 
Methods
| Name | Description | |
|---|---|---|
|   | ToKml(KmlStyle) | 
            Converts the style object to KML.
             | 
|   | ToKml(Feature, String, KmlStyle) | 
            Converts the feature to KML.
             | 
|   | ToKml(Geometry, NullableDouble, XElement) | 
            Converts the geometry to KML.
             | 
|   | ToKml(Feature, String, NullableDouble, XElement, XElement) | 
            Converts the feature to KML.
             | 
|   | ToKmlT(IEnumerableT, FuncT, String, FuncT, NullableDouble, FuncT, XElement, XElement) | 
            Converts the features to KML.
             | 
|   | ToKmlT(IEnumerableT, FuncT, String, FuncT, NullableDouble, FuncT, KmlStyle, FuncT, XElement, XElement) | 
            Converts the features to KML.
             | 
See Also