namespace MikeSheInOpenDA.Spatial { public interface IXYLayerPoint { double X { get; set; } double Y { get; set; } int Layer { get; set; } } }