Tracking Client API for Windows Phone
GmlPolygon Class
NamespacesESRI.Tracking.Connector.GeometryGmlPolygon
Represents a GML Polygon. TmsPolygon objects are composed of these.
Declaration Syntax
C#Visual BasicVisual C++
public class GmlPolygon
Public Class GmlPolygon
public ref class GmlPolygon
Members
All MembersConstructorsProperties



IconMemberDescription
GmlPolygon(String)
The constructor.

Gml
The GML representing the Polygon. This must use the coordinates tag. The coord tag is not supported.

InnerBoundaryRings
A List of Lists. Each List element contains TmsPoint objects representing an inner boundary ring.

OuterBoundaryRing
The List of TmsPoint objects representing the vertices of the outer boundary ring.

Inheritance Hierarchy
Object
GmlPolygon

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