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 |
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) |
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 | Method and Description |
---|---|
CoordinateSystem<? extends G2D> |
EllipsoidalCoordinateSystem2D.extend(CoordinateSystemAxis axis) |
Class<G2D> |
EllipsoidalCoordinateSystem2D.getPositionClass() |
CoordinateSystem<? extends G2D> |
EllipsoidalCoordinateSystem2D.merge(OneDimensionCoordinateSystem<?> coordinateSystem) |
Copyright © 2023 geolatte.org. All rights reserved.