Interface SpatialPoint

All Known Implementing Classes:
GeoPoint

public interface SpatialPoint
To facilitate maximizing the use of common code between GeoPoint and projected CRS we introduced this ElasticPoint as an interface of commonality.
  • Method Summary

    Modifier and Type
    Method
    Description
    double
     
    double
     
  • Method Details

    • getX

      double getX()
    • getY

      double getY()