|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GeographicCRS | |
---|---|
org.deegree.cs.configuration.deegree.xml | |
org.deegree.cs.configuration.deegree.xml.exporters | |
org.deegree.cs.configuration.deegree.xml.om | |
org.deegree.cs.configuration.deegree.xml.stax | |
org.deegree.cs.configuration.deegree.xml.stax.parsers | |
org.deegree.cs.configuration.gml | This package contains the classes used for reading gml based coordinate system configuration backends. |
org.deegree.cs.configuration.proj4 | This package contains the classes used for reading proj4 based coordinate system configuration backends. |
org.deegree.cs.configuration.resources | |
org.deegree.cs.configuration.wkt | |
org.deegree.cs.coordinatesystems | The coordinatesystems package holds the different coordinatesystems used by the org.deegree.cs packages. |
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.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 GeographicCRS in org.deegree.cs.configuration.deegree.xml |
---|
Methods in org.deegree.cs.configuration.deegree.xml with parameters of type GeographicCRS | |
---|---|
Projection |
DeegreeCRSProvider.getProjection(java.lang.String usedProjection,
GeographicCRS underlyingCRS)
|
Projection |
CRSParser.getProjectionForId(java.lang.String projectionId,
GeographicCRS underlyingCRS)
|
Uses of GeographicCRS in org.deegree.cs.configuration.deegree.xml.exporters |
---|
Methods in org.deegree.cs.configuration.deegree.xml.exporters with parameters of type GeographicCRS | |
---|---|
protected void |
CRSExporterBase.export(GeographicCRS geoGraphicCRS,
javax.xml.stream.XMLStreamWriter xmlWriter)
Export the geocentric/geographic CRS to it's appropriate deegree-crs-definitions form. |
protected void |
CRSExporter.export(GeographicCRS geoGraphicCRS,
javax.xml.stream.XMLStreamWriter xmlWriter)
Export the geocentric/geographic CRS to it's appropriate deegree-crs-definitions form. |
Method parameters in org.deegree.cs.configuration.deegree.xml.exporters with type arguments of type GeographicCRS | |
---|---|
protected void |
CRSExporter.exportCoordinateSystems(javax.xml.stream.XMLStreamWriter xmlWriter,
java.util.Set<CompoundCRS> compounds,
java.util.Set<ProjectedCRS> projecteds,
java.util.Set<GeographicCRS> geographics,
java.util.Set<GeocentricCRS> geocentrics)
Exports the given sets of CoordinateSystems |
Uses of GeographicCRS in org.deegree.cs.configuration.deegree.xml.om |
---|
Methods in org.deegree.cs.configuration.deegree.xml.om with parameters of type GeographicCRS | |
---|---|
Projection |
Parser.getProjectionForId(java.lang.String usedProjection,
GeographicCRS underlyingCRS)
|
Helmert |
Parser.getWGS84Transformation(GeographicCRS sourceCRS)
|
protected Projection |
Parser.parseProjection(org.apache.axiom.om.OMElement projectionElement,
GeographicCRS underlyingCRS,
Unit units)
Parses and instantiates the projection from the given element. |
Uses of GeographicCRS in org.deegree.cs.configuration.deegree.xml.stax |
---|
Methods in org.deegree.cs.configuration.deegree.xml.stax with parameters of type GeographicCRS | |
---|---|
Projection |
Parser.getProjectionForId(java.lang.String id,
GeographicCRS underlyingCRS)
|
Helmert |
Parser.getWGS84Transformation(GeographicCRS sourceCRS)
|
Uses of GeographicCRS in org.deegree.cs.configuration.deegree.xml.stax.parsers |
---|
Methods in org.deegree.cs.configuration.deegree.xml.stax.parsers with parameters of type GeographicCRS | |
---|---|
Helmert |
TransformationParser.getConversionInfo(GeographicCRS sourceCRS)
|
Projection |
ProjectionParser.getProjectionForId(java.lang.String projectionId,
GeographicCRS underlyingCRS)
|
protected Projection |
ProjectionParser.parseProjection(javax.xml.stream.XMLStreamReader reader,
GeographicCRS underlyingCRS)
|
Uses of GeographicCRS in org.deegree.cs.configuration.gml |
---|
Methods in org.deegree.cs.configuration.gml with parameters of type GeographicCRS | |
---|---|
Helmert |
GMLFileResource.getWGS84Transformation(GeographicCRS sourceCRS)
|
protected Projection |
GMLCRSProvider.parseProjection(org.apache.axiom.om.OMElement rootElement,
GeographicCRS underlyingCRS)
For now this method actually wraps all information in a gml:AbstractGeneralConversionType (or a derived subtype) into an CRSIdentifiable Object (used for the Projections). |
Uses of GeographicCRS in org.deegree.cs.configuration.proj4 |
---|
Methods in org.deegree.cs.configuration.proj4 with parameters of type GeographicCRS | |
---|---|
Helmert |
ProjFileResource.getWGS84Transformation(GeographicCRS sourceCRS)
|
Uses of GeographicCRS in org.deegree.cs.configuration.resources |
---|
Methods in org.deegree.cs.configuration.resources with parameters of type GeographicCRS | |
---|---|
Helmert |
CRSResource.getWGS84Transformation(GeographicCRS sourceCRS)
Implementations should find the helmert transformation which transforms coordinates of the geodetic datum into coordinates of the WGS84 datum. |
Uses of GeographicCRS in org.deegree.cs.configuration.wkt |
---|
Methods in org.deegree.cs.configuration.wkt that return GeographicCRS | |
---|---|
protected GeographicCRS |
WKTParser.parseGeographiCRS()
|
Uses of GeographicCRS in org.deegree.cs.coordinatesystems |
---|
Fields in org.deegree.cs.coordinatesystems declared as GeographicCRS | |
---|---|
static GeographicCRS |
GeographicCRS.WGS84
A geographic coordinate system using WGS84 datum. |
static GeographicCRS |
GeographicCRS.WGS84_YX
A geographic coordinate system using WGS84 datum. |
Methods in org.deegree.cs.coordinatesystems that return GeographicCRS | |
---|---|
GeographicCRS |
ProjectedCRS.getGeographicCRS()
|
Uses of GeographicCRS in org.deegree.cs.projections |
---|
Methods in org.deegree.cs.projections that return GeographicCRS | |
---|---|
GeographicCRS |
Projection.getGeographicCRS()
|
Methods in org.deegree.cs.projections with parameters of type GeographicCRS | |
---|---|
abstract Projection |
Projection.clone(GeographicCRS newBaseCRS)
Creates a copy of this projection with the given GeographicCRS as the base. |
Constructors in org.deegree.cs.projections with parameters of type GeographicCRS | |
---|---|
Projection(GeographicCRS geographicCRS,
double falseNorthing,
double falseEasting,
javax.vecmath.Point2d naturalOrigin,
Unit units,
double scale,
boolean conformal,
boolean equalArea,
CRSIdentifiable id)
Creates a Projection. |
Uses of GeographicCRS in org.deegree.cs.projections.azimuthal |
---|
Methods in org.deegree.cs.projections.azimuthal with parameters of type GeographicCRS | |
---|---|
Projection |
StereographicAzimuthal.clone(GeographicCRS newCRS)
|
Projection |
StereographicAlternative.clone(GeographicCRS newCRS)
|
Projection |
LambertAzimuthalEqualArea.clone(GeographicCRS newCRS)
|
Constructors in org.deegree.cs.projections.azimuthal with parameters of type GeographicCRS | |
---|---|
AzimuthalProjection(GeographicCRS geographicCRS,
double falseNorthing,
double falseEasting,
javax.vecmath.Point2d naturalOrigin,
Unit units,
double scale,
boolean conformal,
boolean equalArea,
CRSIdentifiable id)
|
|
LambertAzimuthalEqualArea(GeographicCRS geographicCRS,
double falseNorthing,
double falseEasting,
javax.vecmath.Point2d naturalOrigin,
Unit units)
|
|
LambertAzimuthalEqualArea(GeographicCRS geographicCRS,
double falseNorthing,
double falseEasting,
javax.vecmath.Point2d naturalOrigin,
Unit units,
CRSIdentifiable id)
|
|
LambertAzimuthalEqualArea(GeographicCRS geographicCRS,
double falseNorthing,
double falseEasting,
javax.vecmath.Point2d naturalOrigin,
Unit units,
double scale)
|
|
LambertAzimuthalEqualArea(GeographicCRS geographicCRS,
double falseNorthing,
double falseEasting,
javax.vecmath.Point2d naturalOrigin,
Unit units,
double scale,
CRSIdentifiable id)
|
|
StereographicAlternative(GeographicCRS geographicCRS,
double falseNorthing,
double falseEasting,
javax.vecmath.Point2d naturalOrigin,
Unit units,
double scale)
Sets the id of this projection to epsg::9809 (Oblique Stereographic) |
|
StereographicAlternative(GeographicCRS geographicCRS,
double falseNorthing,
double falseEasting,
javax.vecmath.Point2d naturalOrigin,
Unit units,
double scale,
CRSIdentifiable id)
|
|
StereographicAzimuthal(double trueScaleLatitude,
GeographicCRS geographicCRS,
double falseNorthing,
double falseEasting,
javax.vecmath.Point2d naturalOrigin,
Unit units)
Create a StereographicAzimuthal which has a scale of 1 and a true scale latitude. |
|
StereographicAzimuthal(double trueScaleLatitude,
GeographicCRS geographicCRS,
double falseNorthing,
double falseEasting,
javax.vecmath.Point2d naturalOrigin,
Unit units,
CRSIdentifiable id)
Create a StereographicAzimuthal which has a scale of 1 and a true scale latitude, |
|
StereographicAzimuthal(double trueScaleLatitude,
GeographicCRS geographicCRS,
double falseNorthing,
double falseEasting,
javax.vecmath.Point2d naturalOrigin,
Unit units,
double scale)
Sets the id to "Snyder-StereoGraphic" |
|
StereographicAzimuthal(double trueScaleLatitude,
GeographicCRS geographicCRS,
double falseNorthing,
double falseEasting,
javax.vecmath.Point2d naturalOrigin,
Unit units,
double scale,
CRSIdentifiable id)
|
|
StereographicAzimuthal(GeographicCRS geographicCRS,
double falseNorthing,
double falseEasting,
javax.vecmath.Point2d naturalOrigin,
Unit units)
Create a StereographicAzimuthal which is conformal, has a scale of 1 and a truescale latitude at pi*0.5. |
|
StereographicAzimuthal(GeographicCRS geographicCRS,
double falseNorthing,
double falseEasting,
javax.vecmath.Point2d naturalOrigin,
Unit units,
CRSIdentifiable id)
Create a StereographicAzimuthal which is conformal, has a scale of 1 and a truescale latitude at pi*0.5. |
|
StereographicAzimuthal(GeographicCRS geographicCRS,
double falseNorthing,
double falseEasting,
javax.vecmath.Point2d naturalOrigin,
Unit units,
double scale)
Create a StereographicAzimuthal which has a true scale latitude at MapUtils.HALFPI. |
|
StereographicAzimuthal(GeographicCRS geographicCRS,
double falseNorthing,
double falseEasting,
javax.vecmath.Point2d naturalOrigin,
Unit units,
double scale,
CRSIdentifiable id)
Create a StereographicAzimuthal which has a true scale latitude at MapUtils.HALFPI. |
Uses of GeographicCRS in org.deegree.cs.projections.conic |
---|
Methods in org.deegree.cs.projections.conic with parameters of type GeographicCRS | |
---|---|
Projection |
LambertConformalConic.clone(GeographicCRS newCRS)
|
Constructors in org.deegree.cs.projections.conic with parameters of type GeographicCRS | |
---|---|
ConicProjection(double firstParallelLatitude,
double secondParallelLatitude,
GeographicCRS geographicCRS,
double falseNorthing,
double falseEasting,
javax.vecmath.Point2d naturalOrigin,
Unit units,
double scale,
boolean conformal,
boolean equalArea,
CRSIdentifiable id)
|
|
LambertConformalConic(double firstParallelLatitude,
double secondParallelLatitude,
GeographicCRS geographicCRS,
double falseNorthing,
double falseEasting,
javax.vecmath.Point2d naturalOrigin,
Unit units)
Creates a Lambert Conformal projection with a intersecting cone at the given parallel latitudes. and a scale of 1. |
|
LambertConformalConic(double firstParallelLatitude,
double secondParallelLatitude,
GeographicCRS geographicCRS,
double falseNorthing,
double falseEasting,
javax.vecmath.Point2d naturalOrigin,
Unit units,
CRSIdentifiable id)
Creates a Lambert Conformal projection with a intersecting cone at the given parallel latitudes. and a scale of 1. |
|
LambertConformalConic(double firstParallelLatitude,
double secondParallelLatitude,
GeographicCRS geographicCRS,
double falseNorthing,
double falseEasting,
javax.vecmath.Point2d naturalOrigin,
Unit units,
double scale)
|
|
LambertConformalConic(double firstParallelLatitude,
double secondParallelLatitude,
GeographicCRS geographicCRS,
double falseNorthing,
double falseEasting,
javax.vecmath.Point2d naturalOrigin,
Unit units,
double scale,
CRSIdentifiable id)
|
|
LambertConformalConic(GeographicCRS geographicCRS,
double falseNorthing,
double falseEasting,
javax.vecmath.Point2d naturalOrigin,
Unit units)
Creates a Lambert Conformal projection with a tangential cone at the naturalOrigin.y's latitude. |
|
LambertConformalConic(GeographicCRS geographicCRS,
double falseNorthing,
double falseEasting,
javax.vecmath.Point2d naturalOrigin,
Unit units,
CRSIdentifiable id)
Creates a Lambert Conformal projection with a tangential cone at the naturalOrigin.y's latitude. |
|
LambertConformalConic(GeographicCRS geographicCRS,
double falseNorthing,
double falseEasting,
javax.vecmath.Point2d naturalOrigin,
Unit units,
double scale)
Creates a Lambert Conformal projection with a tangential cone at the naturalOrigin.y's latitude. |
|
LambertConformalConic(GeographicCRS geographicCRS,
double falseNorthing,
double falseEasting,
javax.vecmath.Point2d naturalOrigin,
Unit units,
double scale,
CRSIdentifiable id)
Creates a Lambert Conformal projection with a tangential cone at the naturalOrigin.y's latitude. |
Uses of GeographicCRS in org.deegree.cs.projections.cylindric |
---|
Methods in org.deegree.cs.projections.cylindric with parameters of type GeographicCRS | |
---|---|
Projection |
TransverseMercator.clone(GeographicCRS newCRS)
|
Projection |
Mercator.clone(GeographicCRS newCRS)
|
Constructors in org.deegree.cs.projections.cylindric with parameters of type GeographicCRS | |
---|---|
CylindricalProjection(GeographicCRS geographicCRS,
double falseNorthing,
double falseEasting,
javax.vecmath.Point2d naturalOrigin,
Unit units,
double scale,
boolean conformal,
boolean equalArea,
CRSIdentifiable id)
|
|
Mercator(GeographicCRS geographicCRS,
double falseNorthing,
double falseEasting,
javax.vecmath.Point2d naturalOrigin,
Unit units,
double scale)
Sets the id to EPSG:9804 |
|
Mercator(GeographicCRS geographicCRS,
double falseNorthing,
double falseEasting,
javax.vecmath.Point2d naturalOrigin,
Unit units,
double scale,
CRSIdentifiable id)
|
|
TransverseMercator(boolean northernHemisphere,
GeographicCRS geographicCRS,
double falseNorthing,
double falseEasting,
javax.vecmath.Point2d naturalOrigin,
Unit units,
double scale)
Sets the id to EPSG:9807 |
|
TransverseMercator(boolean northernHemisphere,
GeographicCRS geographicCRS,
double falseNorthing,
double falseEasting,
javax.vecmath.Point2d naturalOrigin,
Unit units,
double scale,
CRSIdentifiable id)
|
|
TransverseMercator(GeographicCRS geographicCRS,
double falseNorthing,
double falseEasting,
javax.vecmath.Point2d naturalOrigin,
Unit units)
A northern hemisphere conformal transverse mercator projection with a scale of one. |
|
TransverseMercator(GeographicCRS geographicCRS,
double falseNorthing,
double falseEasting,
javax.vecmath.Point2d naturalOrigin,
Unit units,
CRSIdentifiable id)
A northern hemisphere conformal transverse mercator projection with a scale of one. |
|
TransverseMercator(int zone,
boolean northernHemisphere,
GeographicCRS geographicCRS,
Unit units)
Sets the false-easting to 50000, false-northing to 0 or 10000000 (depending on the hemisphere), the projection-longitude is calculated from the zone and the projection-latitude is set to 0. |
|
TransverseMercator(int zone,
boolean northernHemisphere,
GeographicCRS geographicCRS,
Unit units,
CRSIdentifiable id)
Sets the false-easting to 50000, false-northing to 0 or 10000000 (depending on the hemisphere), the projection-longitude is calculated from the zone and the projection-latitude is set to 0. |
Uses of GeographicCRS in org.deegree.cs.transformations |
---|
Methods in org.deegree.cs.transformations that return GeographicCRS | |
---|---|
static GeographicCRS |
TransformationFactory.createWGSAlligned(GeographicCRS sourceCRS)
Create a new geographic crs with the same axis as the wgs. |
Methods in org.deegree.cs.transformations with parameters of type GeographicCRS | |
---|---|
static GeographicCRS |
TransformationFactory.createWGSAlligned(GeographicCRS sourceCRS)
Create a new geographic crs with the same axis as the wgs. |
Uses of GeographicCRS in org.deegree.cs.utilities |
---|
Methods in org.deegree.cs.utilities with parameters of type GeographicCRS | |
---|---|
static Matrix |
Matrix.swapAndRotateGeoAxis(GeographicCRS sourceCRS,
GeographicCRS targetCRS)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |