-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ | |
|
||
/** | ||
* @author <a href="mailto:[email protected]">Franz Wilhelmstötter</a> | ||
* @version !__version__! | ||
* @version 4.0 | ||
* @since 1.4 | ||
*/ | ||
final class CompositeFormat implements Format { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ | |
* elevation. | ||
* | ||
* @author <a href="mailto:[email protected]">Franz Wilhelmstötter</a> | ||
* @version !__version__! | ||
* @version 4.0 | ||
* @since 1.4 | ||
*/ | ||
abstract sealed class Field | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ | |
* Base interface for formatting and parsing a location. | ||
* | ||
* @author <a href="mailto:[email protected]">Franz Wilhelmstötter</a> | ||
* @version !__version__! | ||
* @version 4.0 | ||
* @since 1.4 | ||
*/ | ||
sealed interface Format | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ | |
|
||
/** | ||
* @author <a href="mailto:[email protected]">Franz Wilhelmstötter</a> | ||
* @version !__version__! | ||
* @version 4.0 | ||
* @since 1.4 | ||
*/ | ||
final class OptionalFormat implements Format { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,7 +38,7 @@ | |
* @param F the inverse flattening | ||
* | ||
* @author <a href="mailto:[email protected]">Franz Wilhelmstötter</a> | ||
* @version !__version__! | ||
* @version 4.0 | ||
* @since 1.0 | ||
*/ | ||
public record Ellipsoid(String name, double A, double B, double F) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,7 +47,7 @@ | |
* @param ellipsoid the ellipsoid used by the geoid | ||
* | ||
* @author <a href="mailto:[email protected]">Franz Wilhelmstötter</a> | ||
* @version !__version__! | ||
* @version 4.0 | ||
* @since 1.0 | ||
*/ | ||
public record Geoid(Ellipsoid ellipsoid) implements Serializable { | ||
|