Represents a Polygon. Use this class to get the polygon field attributes for an observation with Polygon geometry type.

C# | Visual Basic | Visual C++ |
public class TmsPolygon : TmsGeometry
Public Class TmsPolygon _ Inherits TmsGeometry
public ref class TmsPolygon : public TmsGeometry

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | 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.) |

Object | ||
![]() | TmsGeometry | |
![]() | TmsPolygon |