| Package | Description |
|---|---|
| org.geolatte.geom.crs |
This package contains classes that model Coordinate Reference Systems.
|
| org.geolatte.geom.crs.trans | |
| org.geolatte.geom.crs.trans.projections |
| Modifier and Type | Class and Description |
|---|---|
class |
Geographic2DCoordinateReferenceSystem
A geographic
CoordinateReferenceSystem. |
class |
Geographic3DCoordinateReferenceSystem
Created by Karel Maesen, Geovise BVBA on 30/11/14.
|
| Modifier and Type | Field and Description |
|---|---|
static GeographicCoordinateReferenceSystem<G2D> |
CoordinateReferenceSystems.ETRS89
The European ETRS89 geographic reference system.
|
| Modifier and Type | Method and Description |
|---|---|
GeographicCoordinateReferenceSystem |
ProjectedCoordinateReferenceSystem.getGeographicCoordinateSystem()
Returns the base
GeographicCoordinateReferenceSystem of this
projected reference system. |
static GeographicCoordinateReferenceSystem |
CoordinateReferenceSystems.mkGeographic(AngularUnit unit) |
static GeographicCoordinateReferenceSystem |
CoordinateReferenceSystems.mkGeographic(CrsId srid,
AngularUnit unit)
Creates a generic geographic coordinate reference system using the specified units of length for coordinates.
|
| Constructor and Description |
|---|
ProjectedCoordinateReferenceSystem(CrsId crsId,
String name,
GeographicCoordinateReferenceSystem geoCRS,
Projection projection,
List<CrsParameter> parameters,
CartesianCoordinateSystem2D crs)
Constructs a
ProjectedCoordinateReferenceSystem. |
ProjectedCoordinateReferenceSystem(CrsId crsId,
String name,
GeographicCoordinateReferenceSystem geoCRS,
Projection projection,
List<CrsParameter> parameters,
CartesianCoordinateSystem2D crs,
Extension extension)
Constructs a
ProjectedCoordinateReferenceSystem. |
| Modifier and Type | Method and Description |
|---|---|
static CoordinateOperation |
CoordinateOperations.positionVectorTransformation2D(GeographicCoordinateReferenceSystem<G2D> source,
GeographicCoordinateReferenceSystem<G2D> target)
Returns the Position Vector transformation for the geographic 2D domain.
|
static CoordinateOperation |
CoordinateOperations.positionVectorTransformation2D(GeographicCoordinateReferenceSystem<G2D> source,
GeographicCoordinateReferenceSystem<G2D> target)
Returns the Position Vector transformation for the geographic 2D domain.
|
static CoordinateOperation |
CoordinateOperations.positionVectorTransformation3D(GeographicCoordinateReferenceSystem<G3D> source,
GeographicCoordinateReferenceSystem<G3D> target)
Returns the Position Vector transformation for the geographic 3D domain.
|
static CoordinateOperation |
CoordinateOperations.positionVectorTransformation3D(GeographicCoordinateReferenceSystem<G3D> source,
GeographicCoordinateReferenceSystem<G3D> target)
Returns the Position Vector transformation for the geographic 3D domain.
|
| Constructor and Description |
|---|
GeographicToGeocentricConversion(GeographicCoordinateReferenceSystem sourceCRS) |
| Constructor and Description |
|---|
LambertConformalConic2SP(GeographicCoordinateReferenceSystem baseCrs,
double latitudeOfFO,
double longitudeOfFO,
double lat1SPDeg,
double lat2SPDeg,
double eastingAtFO,
double northingAtFO) |
PseudoMercator(GeographicCoordinateReferenceSystem baseCrs,
double latOfNatOrigin,
double lonOfNatOrigin,
double falseE,
double falseN) |
Copyright © 2023 geolatte.org. All rights reserved.