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 |
---|---|
C2DM |
Positions.CanMakeP2DM.mkPosition(double... coordinates) |
Modifier and Type | Method and Description |
---|---|
Class<C2DM> |
Positions.CanMakeP2DM.forClass() |
Modifier and Type | Method and Description |
---|---|
static C2DM |
DSL.cM(double x,
double y,
double m)
Creates a projected 2DM position token
|
Modifier and Type | Field and Description |
---|---|
static CompoundCoordinateReferenceSystem<C2DM> |
CoordinateReferenceSystems.PROJECTED_2DM_METER
A generic projected 2DM
CoordinateReferenceSystem with meter coordinates |
Modifier and Type | Method and Description |
---|---|
Class<C2DM> |
CartesianCoordinateSystem2DM.getPositionClass() |
Copyright © 2024 geolatte.org. All rights reserved.