Interface Coord.LatitudeStage
-
- All Known Implementing Classes:
Coord.Builder
- Enclosing class:
- Coord
public static interface Coord.LatitudeStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Coord.Builderfrom(Coord other)Coord.LongitudeStagelatitude(double latitude)
-
-
-
Method Detail
-
latitude
Coord.LongitudeStage latitude(double latitude)
-
from
Coord.Builder from(Coord other)
-
-