|
deegree 2.1 (2007/11/08 09:57 build-328-official) | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree.model.csct.ct.AbstractMathTransform
org.deegree.model.csct.ct.MapProjection
org.deegree.model.csct.ct.ConicProjection
org.deegree.model.csct.ct.LambertConformalProjection
final class LambertConformalProjection
Projection conique conforme de Lambert. Les aires et les formes sont d�form�es
� mesure que l'on s'�loigne de parall�les standards. Les angles sont vrais dans
une r�gion limit�e. Cette projection est utilis�e pour les cartes de l'Am�rique
du Nord. Elle utilise par d�faut une latitude centrale de 40�N.
R�f�rence: John P. Snyder (Map Projections - A Working Manual,
U.S. Geological Survey Professional Paper 1395, 1987)
Nested Class Summary | |
---|---|
(package private) static class |
LambertConformalProjection.Provider
Informations about a LambertConformalProjection . |
Field Summary |
---|
Fields inherited from class org.deegree.model.csct.ct.MapProjection |
---|
a, b, centralLatitude, centralMeridian, e, EPS, es, false_easting, false_northing, isSpherical, TOL |
Constructor Summary | |
---|---|
protected |
LambertConformalProjection(Projection parameters)
Construct a new map projection from the suplied parameters. |
Method Summary | |
---|---|
boolean |
equals(Object object)
Compares the specified object with this map projection for equality. |
String |
getName()
Returns a human readable name localized for the specified locale. |
int |
hashCode()
Returns a hash value for this projection. |
protected Point2D |
inverseTransform(double x,
double y,
Point2D ptDst)
Transforms the specified (x,y) coordinate and stores the result in ptDst . |
(package private) void |
toString(StringBuffer buffer)
Impl�mentation de la partie entre crochets de la cha�ne retourn�e par MapProjection.toString() . |
protected Point2D |
transform(double x,
double y,
Point2D ptDst)
Transforms the specified (x,y) coordinate and stores the result in ptDst . |
Methods inherited from class org.deegree.model.csct.ct.MapProjection |
---|
cphi2, createTransformedShape, getDimSource, getDimTarget, inverse, inverseTransform, inverseTransform, inverseTransform, isIdentity, latitudeToRadians, longitudeToRadians, msfn, toString, transform, transform, transform, tsfn |
Methods inherited from class org.deegree.model.csct.ct.AbstractMathTransform |
---|
addParameter, addParameter, createTransformedShape, derivative, derivative, paramMT, transform |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.deegree.model.csct.ct.MathTransform2D |
---|
derivative |
Methods inherited from interface org.deegree.model.csct.ct.MathTransform |
---|
derivative, transform |
Constructor Detail |
---|
protected LambertConformalProjection(Projection parameters) throws MissingParameterException
parameters
- The parameter values in standard units.
MissingParameterException
- if a mandatory parameter is missing.Method Detail |
---|
public String getName()
getName
in class MapProjection
null
if no name is available in any locale.protected Point2D transform(double x, double y, Point2D ptDst) throws TransformException
ptDst
.
transform
in class MapProjection
x
- The longitude of the coordinate, in radians.y
- The latitude of the coordinate, in radians.ptDst
- the specified coordinate point that stores the
result of transforming ptSrc
, or
null
. Ordinates will be in metres.
ptSrc
and stroring the result in ptDst
.
TransformException
- if the point can't be transformed.protected Point2D inverseTransform(double x, double y, Point2D ptDst) throws TransformException
ptDst
.
inverseTransform
in class MapProjection
x
- The longitude of the coordinate, in metres.y
- The latitude of the coordinate, in metres.ptDst
- the specified coordinate point that stores the
result of transforming ptSrc
, or
null
. Ordinates will be in radians.
ptSrc
and stroring the result in ptDst
.
TransformException
- if the point can't be transformed.public int hashCode()
hashCode
in class MapProjection
public boolean equals(Object object)
equals
in class MapProjection
void toString(StringBuffer buffer)
MapProjection.toString()
.
toString
in class MapProjection
|
deegree 2.1 (2007/11/08 09:57 build-328-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