| 
||||||||||
| 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.ConicProjection
com.jhlabs.map.proj.LambertConformalConicProjection
public class LambertConformalConicProjection
| Field Summary | 
|---|
| Fields inherited from class com.jhlabs.map.proj.ConicProjection | 
|---|
CONIC_LAT_DEG, projectionLatitude1, projectionLatitude2 | 
| 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 | |
|---|---|
LambertConformalConicProjection()
 | 
|
LambertConformalConicProjection(Ellipsoid ellipsoid,
                                double lon_0,
                                double lat_1,
                                double lat_2,
                                double lat_0,
                                double x_0,
                                double y_0)
Set up a projection suitable for State Place Coordinates.  | 
|
| Method Summary | |
|---|---|
 boolean | 
hasInverse()
Returns true if this projection has an inverse  | 
 void | 
initialize()
Initialize the projection.  | 
 boolean | 
isConformal()
Returns true if this projection is conformal  | 
 Point2D.Double | 
project(double x,
        double y,
        Point2D.Double out)
The method which actually does the projection.  | 
 Point2D.Double | 
projectInverse(double x,
               double y,
               Point2D.Double out)
The method which actually does the inverse projection.  | 
 String | 
toString()
 | 
| Methods inherited from class com.jhlabs.map.proj.ConicProjection | 
|---|
getProjectionLatitude1, getProjectionLatitude1Degrees, getProjectionLatitude2, getProjectionLatitude2Degrees, setProjectionLatitude, setProjectionLatitude1, setProjectionLatitude1Degrees, setProjectionLatitude2, setProjectionLatitude2Degrees | 
| Methods inherited from class java.lang.Object | 
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public LambertConformalConicProjection()
public LambertConformalConicProjection(Ellipsoid ellipsoid,
                                       double lon_0,
                                       double lat_1,
                                       double lat_2,
                                       double lat_0,
                                       double x_0,
                                       double y_0)
| Method Detail | 
|---|
public Point2D.Double project(double x,
                              double y,
                              Point2D.Double out)
Projection
project in class Projectionx - Longitude in radians.y - Latitude in radians.out - The projected point.
public Point2D.Double projectInverse(double x,
                                     double y,
                                     Point2D.Double out)
Projection
projectInverse in class Projectionpublic void initialize()
Projection
initialize in class Projectionpublic boolean isConformal()
isConformal in class Projectionpublic boolean hasInverse()
Projection
hasInverse in class Projectionpublic String toString()
toString in class ConicProjection
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||