|
deegree 2.2 (2008/12/22 11:33 build-3038-official) | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CoordinateSystem | |
|---|---|
| org.deegree.crs.configuration | The org.deegree.crs.configuraton package contains the classes necessary to read crs-definitions from a file. |
| org.deegree.crs.coordinatesystems | The coordinatesystems package hold the different coordinatesystems used by the org.deegree.crs. packages. |
| org.deegree.crs.exceptions | The exception package holds the exceptions which can be used for all crs-transforms and projections. |
| org.deegree.crs.transformations | Transformations are the glue between the different coordinatesystems and projections. |
| org.deegree.model.crs | |
| Uses of CoordinateSystem in org.deegree.crs.configuration |
|---|
| Fields in org.deegree.crs.configuration with type parameters of type CoordinateSystem | |
|---|---|
(package private) Map<String,CoordinateSystem> |
PROJ4CRSProvider.coordinateSystems
|
| Methods in org.deegree.crs.configuration that return CoordinateSystem | |
|---|---|
CoordinateSystem |
DeegreeCRSProvider.getCRSByID(String crsId)
|
CoordinateSystem |
CRSProvider.getCRSByID(String id)
|
CoordinateSystem |
PROJ4CRSProvider.getCRSByID(String id)
|
| Methods in org.deegree.crs.configuration that return types with arguments of type CoordinateSystem | |
|---|---|
List<CoordinateSystem> |
DeegreeCRSProvider.getAvailableCRSs()
|
List<CoordinateSystem> |
CRSProvider.getAvailableCRSs()
|
List<CoordinateSystem> |
PROJ4CRSProvider.getAvailableCRSs()
|
| Method parameters in org.deegree.crs.configuration with type arguments of type CoordinateSystem | |
|---|---|
void |
DeegreeCRSProvider.export(StringBuilder sb,
List<CoordinateSystem> crsToExport)
|
void |
CRSProvider.export(StringBuilder sb,
List<CoordinateSystem> crsToExport)
Exports the crs to the implemented format. |
void |
PROJ4CRSProvider.export(StringBuilder sb,
List<CoordinateSystem> crsToExport)
|
| Uses of CoordinateSystem in org.deegree.crs.coordinatesystems |
|---|
| Subclasses of CoordinateSystem in org.deegree.crs.coordinatesystems | |
|---|---|
class |
GeocentricCRS
A GeocentricCRS is a coordinatesystem having three axis and a mass point defined to be equivalent to
earths center. |
class |
GeographicCRS
The GeographicCoordinateSystem (in epsg aka Geodetic CRS) is a two dimensional crs with axis of
lat-lon. |
class |
ProjectedCRS
A ProjectedCRS is a coordinatesystem defined with a projection and a geographic crs. |
| Uses of CoordinateSystem in org.deegree.crs.exceptions |
|---|
| Constructors in org.deegree.crs.exceptions with parameters of type CoordinateSystem | |
|---|---|
TransformationException(CoordinateSystem sourceCS,
CoordinateSystem targetCS,
String cause)
|
|
| Uses of CoordinateSystem in org.deegree.crs.transformations |
|---|
| Methods in org.deegree.crs.transformations that return CoordinateSystem | |
|---|---|
CoordinateSystem |
CRSTransformation.getSourceCRS()
|
CoordinateSystem |
CRSTransformation.getTargetCRS()
|
| Methods in org.deegree.crs.transformations with parameters of type CoordinateSystem | |
|---|---|
CRSTransformation |
TransformationFactory.createFromCoordinateSystems(CoordinateSystem sourceCRS,
CoordinateSystem targetCRS)
Creates a transformation between two coordinate systems. |
| Constructors in org.deegree.crs.transformations with parameters of type CoordinateSystem | |
|---|---|
CRSTransformation(CoordinateSystem sourceCRS,
CoordinateSystem targetCRS)
Creates a CRSTransformation with following identifier and name:
FROM_id1_TO_id2. |
|
CRSTransformation(CoordinateSystem source,
CoordinateSystem target,
String identifier)
This constructor creates takes the id. |
|
CRSTransformation(CoordinateSystem sourceCRS,
CoordinateSystem targetCRS,
String[] identifiers)
|
|
CRSTransformation(CoordinateSystem sourceCRS,
CoordinateSystem targetCRS,
String[] identifiers,
String[] names,
String[] versions,
String[] descriptions,
String[] areasOfUse)
|
|
CRSTransformation(CoordinateSystem sourceCRS,
CoordinateSystem targetCRS,
String identifier,
String name,
String version,
String description,
String areaOfUse)
|
|
MatrixTransform(CoordinateSystem source,
CoordinateSystem target,
javax.vecmath.GMatrix matrix)
Construct a transform with id set to CRSTransformation.createFromTo(String, String) and name to
'Matrix-Transform'. |
|
MatrixTransform(CoordinateSystem source,
CoordinateSystem target,
javax.vecmath.GMatrix matrix,
String identifier)
Construct a transform with name set to 'Matrix-Transform'. |
|
MatrixTransform(CoordinateSystem source,
CoordinateSystem target,
javax.vecmath.GMatrix matrix,
String identifier,
String name)
Construct a transform. |
|
MatrixTransform(CoordinateSystem source,
CoordinateSystem target,
javax.vecmath.Matrix3d matrix)
Construct a 3d transform with id set to CRSTransformation.createFromTo(String, String) and name to
'Matrix-Transform'. |
|
MatrixTransform(CoordinateSystem source,
CoordinateSystem target,
javax.vecmath.Matrix3d matrix,
String identifier)
Construct a 3d transform with name set to 'Matrix-Transform'. |
|
MatrixTransform(CoordinateSystem source,
CoordinateSystem target,
javax.vecmath.Matrix3d matrix,
String identifier,
String name)
Construct a 3d transform. |
|
MatrixTransform(CoordinateSystem source,
CoordinateSystem target,
javax.vecmath.Matrix4d matrix)
Construct a 4d transform with id set to CRSTransformation.createFromTo(String, String) and name to
'Matrix-Transform'. |
|
MatrixTransform(CoordinateSystem source,
CoordinateSystem target,
javax.vecmath.Matrix4d matrix,
String identifier)
Construct a 4d transform with name set to 'Matrix-Transform'. |
|
MatrixTransform(CoordinateSystem source,
CoordinateSystem target,
javax.vecmath.Matrix4d matrix,
String identifier,
String name)
Construct a 4d transform. |
|
| Uses of CoordinateSystem in org.deegree.model.crs |
|---|
| Methods in org.deegree.model.crs that return CoordinateSystem | |
|---|---|
CoordinateSystem |
CoordinateSystem.getCRS()
|
| Constructors in org.deegree.model.crs with parameters of type CoordinateSystem | |
|---|---|
CoordinateSystem(CoordinateSystem realCRS,
String requestedID)
Creates a CoordinateSystem as a wrapper to the real CRS. |
|
|
deegree 2.2 (2008/12/22 11:33 build-3038-official) | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://deegree.sourceforge.net