Class Coordinate

java.lang.Object
com.powsybl.iidm.network.extensions.Coordinate

public class Coordinate extends Object
Author:
Chamseddine Benhamed <chamseddine.benhamed at rte-france.com>, Geoffroy Jamgotchian <geoffroy.jamgotchian at rte-france.com>
  • Constructor Details

    • Coordinate

      public Coordinate(double latitude, double longitude)
    • Coordinate

      public Coordinate(Coordinate coordinate)
  • Method Details

    • getLatitude

      public double getLatitude()
    • getLongitude

      public double getLongitude()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object