| 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.
|
| org.geolatte.geom.crs.trans |
| 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() |
| Modifier and Type | Method and Description |
|---|---|
static CoordinateOperation |
CoordinateOperations.positionVectorTransformation3D(GeographicCoordinateReferenceSystem<G3D> source,
GeographicCoordinateReferenceSystem<G3D> target)
Returns the Position Vector transformation for the geographic 3D domain.
|
static CoordinateOperation |
CoordinateOperations.positionVectorTransformation3D(GeographicCoordinateReferenceSystem<G3D> source,
GeographicCoordinateReferenceSystem<G3D> target)
Returns the Position Vector transformation for the geographic 3D domain.
|
Copyright © 2021 geolatte.org. All rights reserved.