Class Bounds

java.lang.Object
org.tailormap.api.persistence.json.Bounds
All Implemented Interfaces:
Serializable

@Generated(value="org.openapitools.codegen.languages.SpringCodegen", comments="Generator version: 7.9.0") @Embeddable public class Bounds extends Object implements Serializable
Bounds without the context of a coordinate reference system
See Also:
  • Constructor Details

    • Bounds

      public Bounds()
  • Method Details

    • miny

      public Bounds miny(Double miny)
    • getMiny

      @NotNull public @NotNull Double getMiny()
      lower bottom
      Returns:
      miny
    • setMiny

      public void setMiny(Double miny)
    • minx

      public Bounds minx(Double minx)
    • getMinx

      @NotNull public @NotNull Double getMinx()
      lower left
      Returns:
      minx
    • setMinx

      public void setMinx(Double minx)
    • maxy

      public Bounds maxy(Double maxy)
    • getMaxy

      @NotNull public @NotNull Double getMaxy()
      upper top
      Returns:
      maxy
    • setMaxy

      public void setMaxy(Double maxy)
    • maxx

      public Bounds maxx(Double maxx)
    • getMaxx

      @NotNull public @NotNull Double getMaxx()
      upper right
      Returns:
      maxx
    • setMaxx

      public void setMaxx(Double maxx)
    • 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