Klasse RestPoint

java.lang.Object
de.dlr.proseo.geotools.rest.model.RestPoint
Alle implementierten Schnittstellen:
Serializable

public class RestPoint extends Object implements Serializable
Siehe auch:
  • Felddetails

    • serialVersionUID

      static final long serialVersionUID
      Siehe auch:
    • lat

      protected Double lat
      The latitude in double format
    • lon

      protected Double lon
      The longitude in double format
  • Konstruktordetails

    • RestPoint

      public RestPoint()
      Creates a new RestPoint.
    • RestPoint

      public RestPoint(Double lat, Double lon)
      Creates a new RestPoint.
  • Methodendetails

    • getLat

      @NotNull public @NotNull Double getLat()
      Returns the lat.
      Gibt zurück:
      lat
    • setLat

      public void setLat(Double lat)
      Set the lat.
      Parameter:
      lat - the new lat
    • getLon

      @NotNull public @NotNull Double getLon()
      Returns the lon.
      Gibt zurück:
      lon
    • setLon

      public void setLon(Double lon)
      Set the lon.
      Parameter:
      lon - the new lon
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • equals

      public boolean equals(Object other)
      Setzt außer Kraft:
      equals in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object