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 |
---|---|
C3DM |
Positions.CanMakeP3DM.mkPosition(double... coordinates) |
Modifier and Type | Method and Description |
---|---|
Class<C3DM> |
Positions.CanMakeP3DM.forClass() |
Modifier and Type | Method and Description |
---|---|
static C3DM |
DSL.c(double x,
double y,
double z,
double m)
Creates a projected 3DM position token
|
Modifier and Type | Field and Description |
---|---|
static CompoundCoordinateReferenceSystem<C3DM> |
CoordinateReferenceSystems.PROJECTED_3DM_METER
A generic projected 3DM
CoordinateReferenceSystem with meter coordinates |
Modifier and Type | Method and Description |
---|---|
CoordinateSystem<C3DM> |
CartesianCoordinateSystem2DM.extend(CoordinateSystemAxis axis) |
CoordinateSystem<C3DM> |
CartesianCoordinateSystem3D.extend(CoordinateSystemAxis axis) |
Class<C3DM> |
CartesianCoordinateSystem3DM.getPositionClass() |
CoordinateSystem<C3DM> |
CartesianCoordinateSystem2DM.merge(OneDimensionCoordinateSystem<?> coordinateSystem) |
Copyright © 2023 geolatte.org. All rights reserved.