|
|
||||||||
| 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.Equirectangular_Projection
public class Equirectangular_Projection
| Field Summary | |
|---|---|
static String |
ID
Class name and version identification. |
| Constructor Summary | |
|---|---|
Equirectangular_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 Equirectangular_Projection(Parameter parameters)
throws PVL_Exception,
UnsupportedOperationException
PVL_Exception
UnsupportedOperationException| Method Detail |
|---|
public String Name()
Name in class Projection
public Point2D.Double to_World(Point2D image_coordinate)
throws IllegalArgumentException
The conversion algorithm is:
longitude = Center_Longitude + x / (R * cos (Center_Latitude))where R is the
latitude = y / R
radius of the
body at the Center_Latitude.
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
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 | ||||||||