| 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 |
G2DM
A geographic
Position with a measure value. |
class |
G3D
A geographic
Position with an altitude. |
class |
G3DM
A geographic
Position with both an altitude and a measure value. |
| Modifier and Type | Method and Description |
|---|---|
G2D |
Positions.CanMakeG2D.mkPosition(double... coordinates) |
static G2D |
DecimalDegree.parseDMS(String dms) |
| Modifier and Type | Method and Description |
|---|---|
Class<G2D> |
Positions.CanMakeG2D.forClass() |
| Modifier and Type | Method and Description |
|---|---|
static G2D |
DSL.g(double lon,
double lat)
Creates a geographic 2D position token
|
| Modifier and Type | Class and Description |
|---|---|
class |
GeographicCoordinateReferenceSystem<P extends G2D>
Created by Karel Maesen, Geovise BVBA on 30/11/14.
|
| Modifier and Type | Field and Description |
|---|---|
static GeographicCoordinateReferenceSystem<G2D> |
CoordinateReferenceSystems.ETRS89
The European ETRS89 geographic reference system.
|
| Modifier and Type | Method and Description |
|---|---|
CoordinateSystem<? extends G2D> |
EllipsoidalCoordinateSystem2D.extend(CoordinateSystemAxis axis) |
Class<G2D> |
EllipsoidalCoordinateSystem2D.getPositionClass() |
CoordinateSystem<? extends G2D> |
EllipsoidalCoordinateSystem2D.merge(OneDimensionCoordinateSystem<?> coordinateSystem) |
| Modifier and Type | Method and Description |
|---|---|
static CoordinateOperation |
CoordinateOperations.positionVectorTransformation2D(GeographicCoordinateReferenceSystem<G2D> source,
GeographicCoordinateReferenceSystem<G2D> target)
Returns the Position Vector transformation for the geographic 2D domain.
|
static CoordinateOperation |
CoordinateOperations.positionVectorTransformation2D(GeographicCoordinateReferenceSystem<G2D> source,
GeographicCoordinateReferenceSystem<G2D> target)
Returns the Position Vector transformation for the geographic 2D domain.
|
Copyright © 2021 geolatte.org. All rights reserved.