@Generated(value="com.github.davidmoten:openapi-codegen-runtime:0.1.5") public final class Rectangle extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Rectangle.Builder |
static class |
Rectangle.BuilderWithHeightDegrees |
static class |
Rectangle.BuilderWithLeftLon |
static class |
Rectangle.BuilderWithMinLat |
static class |
Rectangle.BuilderWithWidthDegrees |
| Constructor and Description |
|---|
Rectangle(Latitude minLat,
Longitude leftLon,
float heightDegrees,
float widthDegrees) |
| Modifier and Type | Method and Description |
|---|---|
static Rectangle.Builder |
builder() |
boolean |
equals(Object o) |
int |
hashCode() |
float |
heightDegrees() |
Longitude |
leftLon() |
Latitude |
minLat() |
static Rectangle.BuilderWithMinLat |
minLat(Latitude minLat) |
String |
toString() |
float |
widthDegrees() |
Rectangle |
withHeightDegrees(float heightDegrees) |
Rectangle |
withLeftLon(Longitude leftLon) |
Rectangle |
withMinLat(Latitude minLat) |
Rectangle |
withWidthDegrees(float widthDegrees) |
public static Rectangle.Builder builder()
public static Rectangle.BuilderWithMinLat minLat(Latitude minLat)
public Latitude minLat()
public Longitude leftLon()
public float heightDegrees()
public float widthDegrees()
public Rectangle withHeightDegrees(float heightDegrees)
public Rectangle withWidthDegrees(float widthDegrees)
Copyright © 2023. All rights reserved.