|
deegree 2.2 (2008/12/22 11:33 build-3038-official) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.crs.Identifiable
org.deegree.crs.projections.Projection
org.deegree.crs.projections.cylindric.CylindricalProjection
org.deegree.crs.projections.cylindric.TransverseMercator
public class TransverseMercator
The TransverseMercator projection has following properties:
| Constructor Summary | |
|---|---|
TransverseMercator(boolean northernHemisphere,
GeographicCRS geographicCRS,
double falseNorthing,
double falseEasting,
javax.vecmath.Point2d naturalOrigin,
Unit units,
double scale,
String identifier)
|
|
TransverseMercator(boolean northernHemisphere,
GeographicCRS geographicCRS,
double falseNorthing,
double falseEasting,
javax.vecmath.Point2d naturalOrigin,
Unit units,
double scale,
String[] identifiers)
|
|
TransverseMercator(boolean northernHemisphere,
GeographicCRS geographicCRS,
double falseNorthing,
double falseEasting,
javax.vecmath.Point2d naturalOrigin,
Unit units,
double scale,
String[] identifiers,
String[] names,
String[] versions,
String[] descriptions,
String[] areasOfUse)
|
|
TransverseMercator(boolean northernHemisphere,
GeographicCRS geographicCRS,
double falseNorthing,
double falseEasting,
javax.vecmath.Point2d naturalOrigin,
Unit units,
double scale,
String identifier,
String name,
String version,
String description,
String areaOfUse)
|
|
TransverseMercator(GeographicCRS geographicCRS,
double falseNorthing,
double falseEasting,
javax.vecmath.Point2d naturalOrigin,
Unit units,
String identifier)
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,
String[] identifiers)
A northern hemisphere conformal transverse mercator projection with a scale of one. |
|
| Method Summary | |
|---|---|
javax.vecmath.Point2d |
doInverseProjection(double x,
double y)
Do an inverse projection from projected (map) coordinates to geogpraphic coordinates. |
javax.vecmath.Point2d |
doProjection(double lambda,
double phi)
The actual transform method doing a projection from geographic coordinates to map coordinates. |
String |
getDeegreeSpecificName()
|
boolean |
getHemisphere()
|
int |
getRowFromNearestParallel(double latitude)
|
int |
getZoneFromNearestMeridian(double longitude)
the utm zone from a given meridian |
void |
setUTMZone(int zone)
Set the zone for this transverse mercator, not yet used. |
| Methods inherited from class org.deegree.crs.projections.Projection |
|---|
equals, getCosphi0, getDatum, getEccentricity, getEllipsoid, getFalseEasting, getFalseNorthing, getGeographicCRS, getNaturalOrigin, getPrimeMeridian, getProjectionLatitude, getProjectionLongitude, getScale, getScaleFactor, getSemiMajorAxis, getSemiMinorAxis, getSinphi0, getSquaredEccentricity, getUnits, hashCode, isConformal, isEqualArea, isSpherical, setFalseEasting, setProjectionLatitude, setProjectionLongitude, setScale, toString |
| Methods inherited from class org.deegree.crs.Identifiable |
|---|
checkForNullObject, checkForNullObject, getAreaOfUse, getAreasOfUse, getDescription, getDescriptions, getIdAndName, getIdentifier, getIdentifiers, getName, getNames, getVersion, getVersions |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TransverseMercator(boolean northernHemisphere,
GeographicCRS geographicCRS,
double falseNorthing,
double falseEasting,
javax.vecmath.Point2d naturalOrigin,
Unit units,
double scale,
String[] identifiers,
String[] names,
String[] versions,
String[] descriptions,
String[] areasOfUse)
northernHemisphere - true if on the northernhemisphere false otherwhise.geographicCRS - falseNorthing - falseEasting - naturalOrigin - units - scale - identifiers - names - versions - descriptions - areasOfUse -
public TransverseMercator(boolean northernHemisphere,
GeographicCRS geographicCRS,
double falseNorthing,
double falseEasting,
javax.vecmath.Point2d naturalOrigin,
Unit units,
double scale,
String identifier,
String name,
String version,
String description,
String areaOfUse)
northernHemisphere - true if on the northernhemisphere false otherwhise.geographicCRS - falseNorthing - falseEasting - naturalOrigin - units - scale - identifier - name - version - description - areaOfUse -
public TransverseMercator(boolean northernHemisphere,
GeographicCRS geographicCRS,
double falseNorthing,
double falseEasting,
javax.vecmath.Point2d naturalOrigin,
Unit units,
double scale,
String[] identifiers)
northernHemisphere - true if on the northernhemisphere false otherwhise.geographicCRS - falseNorthing - falseEasting - naturalOrigin - units - scale - identifiers -
public TransverseMercator(boolean northernHemisphere,
GeographicCRS geographicCRS,
double falseNorthing,
double falseEasting,
javax.vecmath.Point2d naturalOrigin,
Unit units,
double scale,
String identifier)
northernHemisphere - true if on the northernhemisphere false otherwhise.geographicCRS - falseNorthing - falseEasting - naturalOrigin - units - scale - identifier -
public TransverseMercator(GeographicCRS geographicCRS,
double falseNorthing,
double falseEasting,
javax.vecmath.Point2d naturalOrigin,
Unit units,
String[] identifiers)
geographicCRS - falseNorthing - falseEasting - naturalOrigin - units - identifiers - name -
public TransverseMercator(GeographicCRS geographicCRS,
double falseNorthing,
double falseEasting,
javax.vecmath.Point2d naturalOrigin,
Unit units,
String identifier)
geographicCRS - falseNorthing - falseEasting - naturalOrigin - units - identifier - name - | Method Detail |
|---|
public javax.vecmath.Point2d doInverseProjection(double x,
double y)
throws CRSException
Projection
doInverseProjection in class Projectionx - coordinate on the mapy - coordinate on the map
CRSException
public javax.vecmath.Point2d doProjection(double lambda,
double phi)
throws CRSException
Projection
doProjection in class Projectionlambda - the longitudephi - the latitude
CRSExceptionpublic int getRowFromNearestParallel(double latitude)
latitude - to get the nearest paralles to.
public int getZoneFromNearestMeridian(double longitude)
longitude - in radians
public void setUTMZone(int zone)
zone - the new utm zone.public String getDeegreeSpecificName()
getDeegreeSpecificName in class Projectionpublic final boolean getHemisphere()
|
deegree 2.2 (2008/12/22 11:33 build-3038-official) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://deegree.sourceforge.net