Represents a Polyline. Use this class to get the polygon field attributes for an observation with Polyline geometry type.
| C# | Visual Basic | Visual C++ |
public class TmsPolyline : TmsGeometry
Public Class TmsPolyline _ Inherits TmsGeometry
public ref class TmsPolyline : public TmsGeometry
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| TmsPolyline(String) |
The constructor.
| |
| Gml |
The GML representing the Polyline. In GML, this is a MultiLine. This must use the coordinates tag. The coord tag is not supported.
| |
| Parse(String) |
A static function that parses GML and converts it to a TmsPolyline.
| |
| Paths |
A list of paths making up this Polyline. Each path is a list of TmsPoint objects.
| |
| Type |
The type of geometry. In this case this is a GeometryType.Polyline.
(Overrides TmsGeometry.Type.) |
| Object | ||
| TmsGeometry | ||
| TmsPolyline | ||