Interface IExamineSpatialPoint
Spatial Point Shape
public interface IExamineSpatialPoint : IExamineSpatialShape
- Inherited Members
Properties
X
The X coordinate, or Longitude in geospatial contexts.
double X { get; }
Property Value
Y
The Y coordinate, or Latitude in geospatial contexts.
double Y { get; }