Klasse RestPolygon

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

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

    • serialVersionUID

      static final long serialVersionUID
      Siehe auch:
    • points

      protected List<RestPoint> points
      The corner points (latitude/longitude pairs) defining the polygon
  • Konstruktordetails

    • RestPolygon

      public RestPolygon()
      Creates a new RestPolygon.
    • RestPolygon

      public RestPolygon(List<RestPoint> points)
      Creates a new RestPolygon.
  • Methodendetails

    • getPoints

      @NotNull @Valid public @NotNull @Valid List<RestPoint> getPoints()
      Returns the points.
      Gibt zurück:
      points
    • setPoints

      public void setPoints(List<RestPoint> points)
      Set the points.
      Parameter:
      points - the new points
    • 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