|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CoordinateReferenceSystem | |
|---|---|
| org.cts | |
| org.cts.crs | |
| Uses of CoordinateReferenceSystem in org.cts |
|---|
| Fields in org.cts with type parameters of type CoordinateReferenceSystem | |
|---|---|
protected CRSFactory.CRSCache<String,CoordinateReferenceSystem> |
CRSFactory.CRSPOOL
|
| Methods in org.cts that return CoordinateReferenceSystem | |
|---|---|
static CoordinateReferenceSystem |
CRSHelper.createCoordinateReferenceSystem(Identifier identifier,
Map<String,String> parameters)
Creates a new CoordinateReferenceSystem with the
given Identifier and parameters. |
CoordinateReferenceSystem |
CRSFactory.createFromPrj(File file)
Creates a CoordinateReferenceSystem defined by an OGC WKT String
(PRJ). |
CoordinateReferenceSystem |
CRSFactory.createFromPrj(InputStream stream)
Creates a CoordinateReferenceSystem defined by an OGC WKT String
(PRJ). |
CoordinateReferenceSystem |
CRSFactory.createFromPrj(InputStream stream,
Charset encoding)
Creates a CoordinateReferenceSystem defined by an OGC WKT String
(PRJ). |
CoordinateReferenceSystem |
CRSFactory.createFromPrj(String prjString)
Creates a CoordinateReferenceSystem defined by an OGC WKT String
(PRJ). |
CoordinateReferenceSystem |
CRSFactory.getCRS(String authorityAndSrid)
Return a CoordinateReferenceSystem corresponding to
an authority and a srid. |
| Uses of CoordinateReferenceSystem in org.cts.crs |
|---|
| Classes in org.cts.crs that implement CoordinateReferenceSystem | |
|---|---|
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 |
GeodeticCRS
A geodetic CoordinateReferenceSystem is a coordinate
system based on a GeodeticDatum, a
PrimeMeridian and an org.cts.Ellipsoid. |
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. |
class |
VerticalCRS
A vertical CoordinateReferenceSystem is a
CoordinateReferenceSystem based on a VerticalDatum. |
| Methods in org.cts.crs that return types with arguments of type CoordinateReferenceSystem | |
|---|---|
Map<CoordinateReferenceSystem,List<CoordinateOperation>> |
GeodeticCRS.getCRSTransformations()
Return the list of nadgrids transformations defined for this CRS. |
| Methods in org.cts.crs with parameters of type CoordinateReferenceSystem | |
|---|---|
void |
GeodeticCRS.addCRSTransformation(CoordinateReferenceSystem crs,
List<CoordinateOperation> opList)
Add a transformation for this CRS to the CRS in parameter. |
List<CoordinateOperation> |
GeodeticCRS.getCRSTransformations(CoordinateReferenceSystem crs)
Return the list of transformations defined for this CRS to the CRS in parameter. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||