|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IGeographicCRS | |
---|---|
org.deegree.cs.configuration.resources | |
org.deegree.cs.coordinatesystems | The ICoordinateSystems package holds the different ICoordinateSystems used by the org.deegree.cs packages. |
org.deegree.cs.io.deegree | |
org.deegree.cs.persistence.gml | |
org.deegree.cs.persistence.proj4 | |
org.deegree.cs.projections | A map projection create a 2D view of the 3D-Object 'earth', by doing so, some information is inevitably lost. |
org.deegree.cs.projections.azimuthal | Azimuthal projections use a plane to project the earth onto. |
org.deegree.cs.projections.conic | Conic projections use a cone (hence it's name) to project a region of the earth. |
org.deegree.cs.projections.cylindric | Cylindrical projections use a cylinder (may it be oblique or not) to create projection of a region of the earth. |
org.deegree.cs.refs.coordinatesystem | |
org.deegree.cs.refs.projections | |
org.deegree.cs.transformations | A Transformation can be defined as an mathematical operation which transforms some values into other values using a specified function. |
org.deegree.cs.utilities | Utilities used for the Coordinate system package internals. |
Uses of IGeographicCRS in org.deegree.cs.configuration.resources |
---|
Methods in org.deegree.cs.configuration.resources with parameters of type IGeographicCRS | |
---|---|
Helmert |
CRSResource.getWGS84Transformation(IGeographicCRS sourceCRS)
Implementations should find the helmert transformation which transforms coordinates of the geodetic datum into coordinates of the WGS84 datum. |
Uses of IGeographicCRS in org.deegree.cs.coordinatesystems |
---|
Classes in org.deegree.cs.coordinatesystems that implement IGeographicCRS | |
---|---|
class |
GeographicCRS
The GeographicCoordinateSystem (in epsg aka Geodetic CRS) is a two dimensional crs with axis of lat-lon. |
Methods in org.deegree.cs.coordinatesystems that return IGeographicCRS | |
---|---|
IGeographicCRS |
ProjectedCRS.getGeographicCRS()
|
IGeographicCRS |
IProjectedCRS.getGeographicCRS()
|
Constructors in org.deegree.cs.coordinatesystems with parameters of type IGeographicCRS | |
---|---|
ProjectedCRS(IProjection projection,
IGeographicCRS geographicCRS,
IAxis[] axisOrder,
CRSCodeType code)
|
|
ProjectedCRS(IProjection projection,
IGeographicCRS geographicCRS,
IAxis[] axisOrder,
CRSCodeType[] codes)
|
|
ProjectedCRS(IProjection projection,
IGeographicCRS geographicCRS,
IAxis[] axisOrder,
CRSCodeType[] codes,
String[] names,
String[] versions,
String[] descriptions,
String[] areasOfUse)
|
|
ProjectedCRS(IProjection projection,
IGeographicCRS geographicCRS,
IAxis[] axisOrder,
CRSCodeType code,
String name,
String version,
String description,
String areaOfUse)
|
|
ProjectedCRS(IProjection projection,
IGeographicCRS geographicCRS,
IAxis[] axisOrder,
CRSResource identity)
|
|
ProjectedCRS(List<Transformation> transformations,
IGeographicCRS geographicCRS,
IProjection projection,
IAxis[] axisOrder,
CRSResource identity)
|
Uses of IGeographicCRS in org.deegree.cs.io.deegree |
---|
Methods in org.deegree.cs.io.deegree with parameters of type IGeographicCRS | |
---|---|
protected void |
CRSExporterBase.export(IGeographicCRS geoGraphicCRS,
XMLStreamWriter xmlWriter)
Export the geocentric/geographic CRS to it's appropriate deegree-crs-definitions form. |
protected void |
CRSExporter.export(IGeographicCRS geoGraphicCRS,
XMLStreamWriter xmlWriter)
Export the geocentric/geographic CRS to it's appropriate deegree-crs-definitions form. |
Method parameters in org.deegree.cs.io.deegree with type arguments of type IGeographicCRS | |
---|---|
protected void |
CRSExporter.exportCoordinateSystems(XMLStreamWriter xmlWriter,
Set<ICompoundCRS> compounds,
Set<IProjectedCRS> projecteds,
Set<IGeographicCRS> geographics,
Set<IGeocentricCRS> geocentrics)
Exports the given sets of ICoordinateSystems |
Uses of IGeographicCRS in org.deegree.cs.persistence.gml |
---|
Methods in org.deegree.cs.persistence.gml with parameters of type IGeographicCRS | |
---|---|
Helmert |
GMLFileResource.getWGS84Transformation(IGeographicCRS sourceCRS)
|
Uses of IGeographicCRS in org.deegree.cs.persistence.proj4 |
---|
Methods in org.deegree.cs.persistence.proj4 with parameters of type IGeographicCRS | |
---|---|
Helmert |
ProjFileResource.getWGS84Transformation(IGeographicCRS sourceCRS)
|
Uses of IGeographicCRS in org.deegree.cs.projections |
---|
Methods in org.deegree.cs.projections with parameters of type IGeographicCRS | |
---|---|
javax.vecmath.Point2d |
IProjection.doInverseProjection(IGeographicCRS geographicCRS,
double x,
double y)
Do an inverse projection from projected (map) coordinates to geographic coordinates. |
abstract javax.vecmath.Point2d |
Projection.doInverseProjection(IGeographicCRS underlyingCRS,
double x,
double y)
Do an inverse projection from projected (map) coordinates to geographic coordinates. |
javax.vecmath.Point2d |
IProjection.doProjection(IGeographicCRS geographicCRS,
double lambda,
double phi)
The actual transform method doing a projection from geographic coordinates to map coordinates. |
abstract javax.vecmath.Point2d |
Projection.doProjection(IGeographicCRS underlyingCRS,
double lambda,
double phi)
The actual transform method doing a projection from geographic coordinates to map coordinates. |
double |
IProjection.getEccentricity(IGeographicCRS geographicCRS)
|
double |
Projection.getEccentricity(IGeographicCRS geographicCRS)
|
IEllipsoid |
IProjection.getEllipsoid(IGeographicCRS geographicCRS)
|
IEllipsoid |
Projection.getEllipsoid(IGeographicCRS geographicCRS)
|
IPrimeMeridian |
IProjection.getPrimeMeridian(IGeographicCRS geographicCRS)
|
IPrimeMeridian |
Projection.getPrimeMeridian(IGeographicCRS geographicCRS)
|
double |
IProjection.getScaleFactor(IGeographicCRS geographicCRS)
|
double |
Projection.getScaleFactor(IGeographicCRS geographicCRS)
|
double |
IProjection.getSemiMajorAxis(IGeographicCRS geographicCRS)
|
double |
Projection.getSemiMajorAxis(IGeographicCRS geographicCRS)
|
double |
IProjection.getSemiMinorAxis(IGeographicCRS geographicCRS)
|
double |
Projection.getSemiMinorAxis(IGeographicCRS geographicCRS)
|
double |
IProjection.getSquaredEccentricity(IGeographicCRS geographicCRS)
|
double |
Projection.getSquaredEccentricity(IGeographicCRS geographicCRS)
|
boolean |
IProjection.isSpherical(IGeographicCRS geographicCRS)
|
boolean |
Projection.isSpherical(IGeographicCRS geographicCRS)
|
Uses of IGeographicCRS in org.deegree.cs.projections.azimuthal |
---|
Methods in org.deegree.cs.projections.azimuthal with parameters of type IGeographicCRS | |
---|---|
javax.vecmath.Point2d |
LambertAzimuthalEqualArea.doInverseProjection(IGeographicCRS geographicCRS,
double x,
double y)
|
javax.vecmath.Point2d |
StereographicAzimuthal.doInverseProjection(IGeographicCRS geographicCRS,
double x,
double y)
|
javax.vecmath.Point2d |
StereographicAlternative.doInverseProjection(IGeographicCRS geographicCRS,
double x,
double y)
|
javax.vecmath.Point2d |
LambertAzimuthalEqualArea.doProjection(IGeographicCRS geographicCRS,
double lambda,
double phi)
|
javax.vecmath.Point2d |
StereographicAzimuthal.doProjection(IGeographicCRS geographicCRS,
double lambda,
double phi)
|
javax.vecmath.Point2d |
StereographicAlternative.doProjection(IGeographicCRS geographicCRS,
double lambda,
double phi)
|
Uses of IGeographicCRS in org.deegree.cs.projections.conic |
---|
Methods in org.deegree.cs.projections.conic with parameters of type IGeographicCRS | |
---|---|
javax.vecmath.Point2d |
LambertConformalConic.doInverseProjection(IGeographicCRS geographicCRS,
double x,
double y)
|
javax.vecmath.Point2d |
LambertConformalConic.doProjection(IGeographicCRS geographicCRS,
double lambda,
double phi)
|
Uses of IGeographicCRS in org.deegree.cs.projections.cylindric |
---|
Methods in org.deegree.cs.projections.cylindric with parameters of type IGeographicCRS | |
---|---|
javax.vecmath.Point2d |
TransverseMercator.doInverseProjection(IGeographicCRS geographicCRS,
double x,
double y)
|
javax.vecmath.Point2d |
Mercator.doInverseProjection(IGeographicCRS geographicCRS,
double x,
double y)
|
javax.vecmath.Point2d |
TransverseMercator.doProjection(IGeographicCRS geographicCRS,
double lambda,
double phi)
|
javax.vecmath.Point2d |
Mercator.doProjection(IGeographicCRS geographicCRS,
double lambda,
double phi)
|
Uses of IGeographicCRS in org.deegree.cs.refs.coordinatesystem |
---|
Classes in org.deegree.cs.refs.coordinatesystem that implement IGeographicCRS | |
---|---|
class |
GeographicCRSRef
CRSRef to a GeographicCRS |
Methods in org.deegree.cs.refs.coordinatesystem that return IGeographicCRS | |
---|---|
IGeographicCRS |
ProjectedCRSRef.getGeographicCRS()
|
Uses of IGeographicCRS in org.deegree.cs.refs.projections |
---|
Methods in org.deegree.cs.refs.projections with parameters of type IGeographicCRS | |
---|---|
javax.vecmath.Point2d |
ProjectionRef.doInverseProjection(IGeographicCRS geographicCRS,
double x,
double y)
|
javax.vecmath.Point2d |
ProjectionRef.doProjection(IGeographicCRS geographicCRS,
double lambda,
double phi)
|
double |
ProjectionRef.getEccentricity(IGeographicCRS geographicCRS)
|
IEllipsoid |
ProjectionRef.getEllipsoid(IGeographicCRS geographicCRS)
|
IPrimeMeridian |
ProjectionRef.getPrimeMeridian(IGeographicCRS geographicCRS)
|
double |
ProjectionRef.getScaleFactor(IGeographicCRS geographicCRS)
|
double |
ProjectionRef.getSemiMajorAxis(IGeographicCRS geographicCRS)
|
double |
ProjectionRef.getSemiMinorAxis(IGeographicCRS geographicCRS)
|
double |
ProjectionRef.getSquaredEccentricity(IGeographicCRS geographicCRS)
|
boolean |
ProjectionRef.isSpherical(IGeographicCRS geographicCRS)
|
Uses of IGeographicCRS in org.deegree.cs.transformations |
---|
Methods in org.deegree.cs.transformations that return IGeographicCRS | |
---|---|
static IGeographicCRS |
TransformationFactory.createWGSAlligned(IGeographicCRS sourceCRS)
Create a new geographic crs with the same axis as the wgs. |
Methods in org.deegree.cs.transformations with parameters of type IGeographicCRS | |
---|---|
static IGeographicCRS |
TransformationFactory.createWGSAlligned(IGeographicCRS sourceCRS)
Create a new geographic crs with the same axis as the wgs. |
Uses of IGeographicCRS in org.deegree.cs.utilities |
---|
Methods in org.deegree.cs.utilities with parameters of type IGeographicCRS | |
---|---|
static Matrix |
Matrix.swapAndRotateGeoAxis(IGeographicCRS sourceCRS,
IGeographicCRS targetCRS)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |