|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectPIRL.Image_Tools.Projection
PIRL.Image_Tools.Polar_Stereographic_Elliptical_Projection
public class Polar_Stereographic_Elliptical_Projection
| Field Summary | |
|---|---|
static String |
ID
Class name and version identification. |
| Constructor Summary | |
|---|---|
Polar_Stereographic_Elliptical_Projection(Parameter parameters)
|
|
| Method Summary | |
|---|---|
String |
Name()
|
Point |
to_Image(Point2D world_coordinate)
Get the image sample,line coordinate for a world longitude,latitude coordinate. |
Point2D.Double |
to_World(Point2D image_coordinate)
Get the world longitude,latitude coordinate for an image sample,line coordinate. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String ID
| Constructor Detail |
|---|
public Polar_Stereographic_Elliptical_Projection(Parameter parameters)
throws PVL_Exception
PVL_Exception| Method Detail |
|---|
public String Name()
Name in class Projection
public Point2D.Double to_World(Point2D image_coordinate)
throws IllegalArgumentException,
ArithmeticException
The conversion algorithm is:
to_World in class Projectionimage_coordinate - The image sample,line coordinate.
x value of the coordinate Point2D is the
longitude; the y value is the latitude.
Values are in degrees within the range 0-360.
IllegalArgumentException
ArithmeticException
public Point to_Image(Point2D world_coordinate)
throws IllegalArgumentException
The conversion algorithm is:
to_Image in class Projectionworld_coordinate - The world longitude,latitude coordinate.
The x value of the coordinate Point2D is
the longitude; the y value is the
latitude. Values are in degrees.
IllegalArgumentException
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||