Tracking Client API for Windows Phone
TmsPoint Class
NamespacesESRI.Tracking.Connector.GeometryTmsPoint
Represents a GML Point. Use this class to get the point field attributes for an observation with Point geometry type.
Declaration Syntax
C#Visual BasicVisual C++
public class TmsPoint : TmsGeometry
Public Class TmsPoint _
	Inherits TmsGeometry
public ref class TmsPoint : public TmsGeometry
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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.

Inheritance Hierarchy

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