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.10.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
-
getMiny
lower bottom- Returns:
- miny
-
setMiny
-
minx
-
getMinx
lower left- Returns:
- minx
-
setMinx
-
maxy
-
getMaxy
upper top- Returns:
- maxy
-
setMaxy
-
maxx
-
getMaxx
upper right- Returns:
- maxx
-
setMaxx
-
equals
-
hashCode
public int hashCode() -
toString
-