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 | Method and Description |
---|---|
G3DM |
Positions.CanMakeG3DM.mkPosition(double... coordinates) |
Modifier and Type | Method and Description |
---|---|
Class<G3DM> |
Positions.CanMakeG3DM.forClass() |
Modifier and Type | Method and Description |
---|---|
static G3DM |
DSL.g(double lon,
double lat,
double height,
double m)
Creates a geographic 3DM position token
|
Modifier and Type | Method and Description |
---|---|
CoordinateSystem<G3DM> |
EllipsoidalCoordinateSystem2DM.extend(CoordinateSystemAxis axis) |
CoordinateSystem<G3DM> |
EllipsoidalCoordinateSystem3D.extend(CoordinateSystemAxis axis) |
Class<G3DM> |
EllipsoidalCoordinateSystem3DM.getPositionClass() |
CoordinateSystem<G3DM> |
EllipsoidalCoordinateSystem3D.merge(OneDimensionCoordinateSystem<?> coordinateSystem) |
Copyright © 2023 geolatte.org. All rights reserved.