Kml Class

PreStorm - A Data Client for ArcGIS Server REST API
Provides extension methods for converting geometries and features to KML.
Inheritance Hierarchy

SystemObject
  PreStormKml

Namespace:  PreStorm
Assembly:  PreStorm (in PreStorm.dll) Version: 1.8.19.0 (1.8.19.0)
Syntax

public static class Kml

The Kml type exposes the following members.

Properties

  NameDescription
Public propertyStatic memberns
The XML namespace for KML.
Top
Methods

  NameDescription
Public methodStatic memberToKml(KmlStyle)
Converts the style object to KML.
Public methodStatic memberToKml(Feature, String, KmlStyle)
Converts the feature to KML.
Public methodStatic memberToKml(Geometry, NullableDouble, XElement)
Converts the geometry to KML.
Public methodStatic memberToKml(Feature, String, NullableDouble, XElement, XElement)
Converts the feature to KML.
Public methodStatic memberToKmlT(IEnumerableT, FuncT, String, FuncT, NullableDouble, FuncT, XElement, XElement)
Converts the features to KML.
Public methodStatic memberToKmlT(IEnumerableT, FuncT, String, FuncT, NullableDouble, FuncT, KmlStyle, FuncT, XElement, XElement)
Converts the features to KML.
Top
See Also

Reference