Contains geometry classes.
| C# | Visual Basic | Visual C++ |
namespace ESRI.Tracking.Connector.Geometry
Namespace ESRI.Tracking.Connector.Geometry
namespace ESRI.Tracking.Connector.Geometry
| All Types | Classes |
| Icon | Type | Description |
|---|---|---|
| GmlPolygon |
Represents a GML Polygon. TmsPolygon objects are composed of these.
| |
| TmsEnvelope |
Represents an Envelope.
| |
| TmsGeometry | ||
| TmsPoint |
Represents a GML Point. Use this class to get the point field attributes for an observation with Point geometry type.
| |
| TmsPolygon |
Represents a Polygon. Use this class to get the polygon field attributes for an observation with Polygon geometry type.
| |
| TmsPolyline |
Represents a Polyline. Use this class to get the polygon field attributes for an observation with Polyline geometry type.
|