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 |
C3DM
A cartesian
Position with both an z and a measure value. |
Modifier and Type | Method and Description |
---|---|
C3D |
Positions.CanMakeP3D.mkPosition(double... coordinates) |
Modifier and Type | Method and Description |
---|---|
Class<C3D> |
Positions.CanMakeP3D.forClass() |
Modifier and Type | Method and Description |
---|---|
static C3D |
DSL.c(double x,
double y,
double z)
Creates a projected 3D position token
|
Modifier and Type | Field and Description |
---|---|
static CompoundCoordinateReferenceSystem<C3D> |
CoordinateReferenceSystems.PROJECTED_3D_METER
A generic projected 3D
CoordinateReferenceSystem with meter coordinates |
Modifier and Type | Method and Description |
---|---|
Class<C3D> |
CartesianCoordinateSystem3D.getPositionClass() |
Copyright © 2024 geolatte.org. All rights reserved.