|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GeodeticCRS | |
|---|---|
| org.cts.crs | |
| org.cts.op | |
| Uses of GeodeticCRS in org.cts.crs |
|---|
| Subclasses of GeodeticCRS in org.cts.crs | |
|---|---|
class |
CompoundCRS
A compound CoordinateReferenceSystem is a CoordinateReferenceSystem composed by two distinct
CoordinateReferenceSystem : a GeodeticCRS for 2D
horizontal coordinates and a VerticalCRS for the z
coordinate. |
class |
GeocentricCRS
A geocentric CoordinateReferenceSystem is a 3D cartesian coordinate system centered on the Earth center of mass. |
class |
Geographic2DCRS
A Geographic CoordinateReferenceSystem is a reference system based on a GeodeticDatum and a 2D or 3D Ellipsoidal Coordinate System. |
class |
Geographic3DCRS
A Geographic CoordinateReferenceSystem is a reference system based on a GeodeticDatum and a 2D or 3D Ellipsoidal Coordinate System. |
class |
ProjectedCRS
A Projected CoordinateReferenceSystem is a
CoordinateReferenceSystem based on a GeodeticDatum and a Projection
operation. |
| Methods in org.cts.crs that return GeodeticCRS | |
|---|---|
GeodeticCRS |
CompoundCRS.getHorizontalCRS()
Return the horizonal part of this CoordinateReferenceSystem. |
| Constructors in org.cts.crs with parameters of type GeodeticCRS | |
|---|---|
CompoundCRS(Identifier identifier,
GeodeticCRS horizontalCRS,
VerticalCRS verticalCRS)
Create a new GeodeticCRS. |
|
| Uses of GeodeticCRS in org.cts.op |
|---|
| Methods in org.cts.op with parameters of type GeodeticCRS | |
|---|---|
static List<CoordinateOperation> |
CoordinateOperationFactory.createCoordinateOperations(GeodeticCRS source,
GeodeticCRS target)
Create a CoordinateOperation from a source GeodeticCRS to a target
GeodeticCRS. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||