Package | Description |
---|---|
org.geolatte.geom |
A model for geospatial geometries.
|
org.geolatte.geom.builder |
A DSL to simplify the creation of Geometries.
|
org.geolatte.geom.crs |
This package contains classes that model Coordinate Reference Systems.
|
Modifier and Type | Class and Description |
---|---|
class |
G3DM
A geographic
Position with both an altitude and a measure value. |
Modifier and Type | Method and Description |
---|---|
G3D |
Positions.CanMakeG3D.mkPosition(double... coordinates) |
Modifier and Type | Method and Description |
---|---|
Class<G3D> |
Positions.CanMakeG3D.forClass() |
Modifier and Type | Method and Description |
---|---|
static G3D |
DSL.g(double lon,
double lat,
double height)
Creates a geographic 3D position token
|
Modifier and Type | Method and Description |
---|---|
Class<G3D> |
EllipsoidalCoordinateSystem3D.getPositionClass() |
Copyright © 2022 geolatte.org. All rights reserved.