Package | Description |
---|---|
org.geolatte.geom.crs |
This package contains classes that model Coordinate Reference Systems.
|
Modifier and Type | Class and Description |
---|---|
class |
GeocentricCartesianCoordinateReferenceSystem
A geo-centric
CoordinateReferenceSystem . |
class |
Geographic2DCoordinateReferenceSystem
A geographic
CoordinateReferenceSystem . |
class |
Geographic3DCoordinateReferenceSystem
Created by Karel Maesen, Geovise BVBA on 30/11/14.
|
class |
GeographicCoordinateReferenceSystem<P extends G2D>
Created by Karel Maesen, Geovise BVBA on 30/11/14.
|
class |
LinearCoordinateReferenceSystem
A 1-Dimensional Linear Coordinate Ssytem that consists of the points that lie on the axis of a linear
feature, for example a pipeline or a road.
|
class |
ProjectedCoordinateReferenceSystem
A projected
CoordinateReferenceSystem . |
class |
VerticalCoordinateReferenceSystem
Created by Karel Maesen, Geovise BVBA on 29/11/14.
|
Modifier and Type | Field and Description |
---|---|
static SingleCoordinateReferenceSystem<C2D> |
CoordinateReferenceSystems.PROJECTED_2D_METER
A generic projected 2D
CoordinateReferenceSystem with meter coordinates |
Modifier and Type | Method and Description |
---|---|
SingleCoordinateReferenceSystem<?> |
CompoundCoordinateReferenceSystem.headCs() |
SingleCoordinateReferenceSystem<?> |
CompoundCoordinateReferenceSystem.tailCs() |
Modifier and Type | Method and Description |
---|---|
List<SingleCoordinateReferenceSystem<?>> |
CompoundCoordinateReferenceSystem.getComponents() |
Modifier and Type | Method and Description |
---|---|
static <P extends Position> |
CoordinateReferenceSystems.combine(CoordinateReferenceSystem<P> base,
SingleCoordinateReferenceSystem ods) |
static <P extends Position,R extends P> |
CoordinateReferenceSystems.combine(CoordinateReferenceSystem<P> base,
SingleCoordinateReferenceSystem ods,
Class<R> resultCSPtype) |
Constructor and Description |
---|
CompoundCoordinateReferenceSystem(CrsId crsId,
String name,
SingleCoordinateReferenceSystem<?>... components) |
CompoundCoordinateReferenceSystem(String name,
SingleCoordinateReferenceSystem<?>... components) |
Copyright © 2023 geolatte.org. All rights reserved.