Tracking Client API for Windows Phone
TmsPolygon Class
NamespacesESRI.Tracking.Connector.GeometryTmsPolygon
Represents a Polygon. Use this class to get the polygon field attributes for an observation with Polygon geometry type.
Declaration Syntax
C#Visual BasicVisual C++
public class TmsPolygon : TmsGeometry
Public Class TmsPolygon _
	Inherits TmsGeometry
public ref class TmsPolygon : public TmsGeometry
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
TmsPolygon(String)
The constructor.

Gml
The GML representing the Polygon. In GML, this is a MultiPolygon. This must use the coordinates tag. The coord tag is not supported.

GmlPolygons
A list of GML Polygons making up this Polygon (MultiPolygon). Each element is of type GmlPolygon.

Parse(String)
A static function that parses GML and converts it to a TmsPolygon.

Type
The type of geometry. In this case this is a GeometryType.Polygon.
(Overrides TmsGeometry.Type.)
Inheritance Hierarchy
Object
TmsGeometry
 TmsPolygon

Assembly: ESRI.Tracking.Connector.WindowsPhone (Module: ESRI.Tracking.Connector.WindowsPhone) Version: 10.1.0.3022 (10.1.0.3022)