|
||||||||||
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.LinearProjection
public class LinearProjection
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 | |
---|---|
LinearProjection()
|
Method Summary | |
---|---|
boolean |
hasInverse()
Returns true if this projection has an inverse |
void |
inverseTransform(double[] srcPoints,
int srcOffset,
double[] dstPoints,
int dstOffset,
int numPoints)
Inverse-project a number of points (in metres), producing a lat/long result in degrees |
Point2D.Double |
inverseTransform(Point2D.Double src,
Point2D.Double dst)
Inverse-project a point (in metres), producing a lat/long result in degrees |
boolean |
isRectilinear()
Returns true if lat/long lines form a rectangular grid for this projection. |
String |
toString()
|
void |
transform(double[] srcPoints,
int srcOffset,
double[] dstPoints,
int dstOffset,
int numPoints)
Project a number of lat/long points (in degrees), producing a result in metres |
Point2D.Double |
transform(Point2D.Double src,
Point2D.Double dst)
Project a lat/long point (in degrees), producing a result in metres |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LinearProjection()
Method Detail |
---|
public Point2D.Double transform(Point2D.Double src, Point2D.Double dst)
Projection
transform
in class Projection
public void transform(double[] srcPoints, int srcOffset, double[] dstPoints, int dstOffset, int numPoints)
Projection
transform
in class Projection
public Point2D.Double inverseTransform(Point2D.Double src, Point2D.Double dst)
Projection
inverseTransform
in class Projection
public void inverseTransform(double[] srcPoints, int srcOffset, double[] dstPoints, int dstOffset, int numPoints)
Projection
inverseTransform
in class Projection
public boolean hasInverse()
Projection
hasInverse
in class Projection
public boolean isRectilinear()
Projection
isRectilinear
in class Projection
public String toString()
toString
in class Projection
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |