Represents a GML Polygon. TmsPolygon objects are composed of these.
| C# | Visual Basic | Visual C++ |
public class GmlPolygon
Public Class GmlPolygon
public ref class GmlPolygon
| All Members | Constructors | Properties | |||
| Icon | Member | Description |
|---|---|---|
| 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.
|
| Object | |
| GmlPolygon | |