Represents a GML Point. Use this class to get the point field attributes for an observation with Point geometry type.

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

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | TmsPoint(Double, Double, Double) |
The constructor.
|
![]() | TmsPoint(String) |
The constructor.
|
![]() | Gml |
The GML representing the Point. 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 TmsPoint.
|
![]() ![]() | Parse(String, String, String) |
A static function that creates a TmsPoint from x, y and z coordinates.
|
![]() | Type |
The type of geometry. In this case this is a GeometryType.Point.
(Overrides TmsGeometry.Type.) |
![]() | X |
The x coordinate of the Point.
|
![]() | Y |
The y coordinate of this Point.
|
![]() | Z |
The z coordinate of this Point.
|

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