KmlStyle Class

PreStorm - A Data Client for ArcGIS Server REST API
Represents the KML style.
Inheritance Hierarchy

SystemObject
  PreStormKmlStyle

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

public class KmlStyle

The KmlStyle type exposes the following members.

Constructors

  NameDescription
Public methodKmlStyle
Initializes a new instance of the KmlStyle class.
Top
Properties

  NameDescription
Public propertyIconColour
The colour of icons. The format conforms to the KML specification (i.e. 7fff0000 where alpha=0x7f, blue=0xff, green=0x00, and red=0x00).
Public propertyIconScale
The size of icons.
Public propertyIconUrl
The url of the icon.
Public propertyLineColour
The colour of lines. The format conforms to the KML specification (i.e. 7fff0000 where alpha=0x7f, blue=0xff, green=0x00, and red=0x00).
Public propertyLineWidth
The width of lines. This applies to polygons, too.
Public propertyPolygonColour
The colour of polygons. The format conforms to the KML specification (i.e. 7fff0000 where alpha=0x7f, blue=0xff, green=0x00, and red=0x00).
Top
Methods

  NameDescription
Public methodEquals
Overridden to return the value equality.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Serves as a hash function for equality comparison.
(Overrides ObjectGetHashCode.)
Top
Extension Methods

  NameDescription
Public Extension MethodToKml
Converts the style object to KML.
(Defined by Kml.)
Top
See Also

Reference