| Package | Description |
|---|---|
| org.davidmoten.oa3.codegen.test.main.schema |
| Modifier and Type | Method and Description |
|---|---|
Longitude |
Rectangle.leftLon() |
Longitude |
Circle.lon() |
static Longitude |
Longitude.value(float value) |
| Modifier and Type | Method and Description |
|---|---|
Rectangle.BuilderWithLeftLon |
Rectangle.BuilderWithMinLat.leftLon(Longitude leftLon) |
Circle.BuilderWithLon |
Circle.BuilderWithLat.lon(Longitude lon) |
Rectangle |
Rectangle.withLeftLon(Longitude leftLon) |
Circle |
Circle.withLon(Longitude lon) |
| Constructor and Description |
|---|
Circle(Latitude lat,
Longitude lon,
float radiusNm) |
Rectangle(Latitude minLat,
Longitude leftLon,
float heightDegrees,
float widthDegrees) |
Copyright © 2023. All rights reserved.