|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jhlabs.map.proj.Projection
com.jhlabs.map.proj.CylindricalProjection
com.jhlabs.map.proj.TCEAProjection
public class TCEAProjection
Field Summary |
---|
Fields inherited from class com.jhlabs.map.proj.Projection |
---|
a, DTR, e, ellipsoid, EPS10, es, falseEasting, falseNorthing, fromMetres, geocentric, maxLatitude, maxLongitude, minLatitude, minLongitude, name, one_es, projectionLatitude, projectionLongitude, rone_es, RTD, scaleFactor, spherical, trueScaleLatitude |
Constructor Summary | |
---|---|
TCEAProjection()
|
Method Summary | |
---|---|
boolean |
hasInverse()
Returns true if this projection has an inverse |
void |
initialize()
Initialize the projection. |
boolean |
isEqualArea()
Returns true if this projection is equal area |
boolean |
isRectilinear()
Returns true if lat/long lines form a rectangular grid for this projection. |
Point2D.Double |
project(double lplam,
double lpphi,
Point2D.Double out)
The method which actually does the projection. |
Point2D.Double |
projectInverse(double xyx,
double xyy,
Point2D.Double out)
The method which actually does the inverse projection. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TCEAProjection()
Method Detail |
---|
public Point2D.Double project(double lplam, double lpphi, Point2D.Double out)
Projection
project
in class Projection
lplam
- Longitude in radians.lpphi
- Latitude in radians.out
- The projected point.
public Point2D.Double projectInverse(double xyx, double xyy, Point2D.Double out)
Projection
projectInverse
in class Projection
public void initialize()
Projection
initialize
in class Projection
public boolean isRectilinear()
Projection
isRectilinear
in class CylindricalProjection
public boolean hasInverse()
Projection
hasInverse
in class Projection
public boolean isEqualArea()
Projection
isEqualArea
in class Projection
public String toString()
toString
in class CylindricalProjection
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |