|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectvisad.CoordinateSystem
visad.georef.NavigatedCoordinateSystem
visad.georef.MapProjection
visad.data.mcidas.AREACoordinateSystem
AREACoordinateSystem is the VisAD CoordinateSystem class for conversions to/from (Latitude, Longitude) and Cartesian (element,line), and with Latitude and Longitude in degrees.
| Constructor Summary | |
AREACoordinateSystem(AreaFile af)
create a AREA coordinate system from the Area file's directory and navigation blocks. |
|
AREACoordinateSystem(int[] dir,
int[] nav)
create a AREA coordinate system from the Area file's directory and navigation blocks. |
|
AREACoordinateSystem(int[] dir,
int[] nav,
int[] aux)
create a AREA coordinate system from the Area file's directory and navigation blocks. |
|
AREACoordinateSystem(RealTupleType ref,
AreaFile af)
create a AREA coordinate system from the Area file's directory and navigation blocks. |
|
AREACoordinateSystem(RealTupleType reference,
int[] dir,
int[] nav)
create a AREA coordinate system from the Area file's directory and navigation blocks. |
|
AREACoordinateSystem(RealTupleType reference,
int[] dir,
int[] nav,
int[] aux)
create a AREA coordinate system from the Area file's directory and navigation blocks. |
|
| Method Summary | |
boolean |
equals(Object obj)
Determines whether or not the Object in question is
the same as this AREACoordinateSystem. |
double[][] |
fromReference(double[][] tuples)
convert from latitude,longitude to image element,line |
float[][] |
fromReference(float[][] tuples)
convert from latitude,longitude to image element,line |
Rectangle2D |
getDefaultMapArea()
Get the bounds for this image |
int[] |
getDirBlock()
Get the directory block used to initialize this AREACoordinateSystem |
int[] |
getNavBlock()
Get the navigation block used to initialize this AREACoordinateSystem |
double[][] |
toReference(double[][] tuples)
convert from image element,line to latitude,longitude |
float[][] |
toReference(float[][] tuples)
convert from image element,line to latitude,longitude |
String |
toString()
Return a String which tells some info about this navigation |
| Methods inherited from class visad.georef.MapProjection |
getCenterLatLon, isLatLonOrder, isXYOrder |
| Methods inherited from class visad.georef.NavigatedCoordinateSystem |
getLatitudeIndex, getLongitudeIndex |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public AREACoordinateSystem(AreaFile af)
throws VisADException,
AreaFileException
public AREACoordinateSystem(RealTupleType ref,
AreaFile af)
throws VisADException,
AreaFileException
public AREACoordinateSystem(int[] dir,
int[] nav)
throws VisADException
public AREACoordinateSystem(int[] dir,
int[] nav,
int[] aux)
throws VisADException
public AREACoordinateSystem(RealTupleType reference,
int[] dir,
int[] nav)
throws VisADException
reference - the CoordinateSystem reference (must be equivalent
to RealTupleType.LatitudeLongitudeTuple)
public AREACoordinateSystem(RealTupleType reference,
int[] dir,
int[] nav,
int[] aux)
throws VisADException
reference - the CoordinateSystem reference (must be equivalent
to RealTupleType.LatitudeLongitudeTuple)| Method Detail |
public int[] getDirBlock()
public int[] getNavBlock()
public double[][] toReference(double[][] tuples)
throws VisADException
toReference in class CoordinateSystemtuples - contains the element,line pairs to convert
VisADException - if problem with conversion.
public double[][] fromReference(double[][] tuples)
throws VisADException
fromReference in class CoordinateSystemtuples - contains the element,line pairs to convert
VisADException - if problem with conversion.
public float[][] toReference(float[][] tuples)
throws VisADException
toReference in class CoordinateSystemtuples - contains the element,line pairs to convert
VisADException - if problem with conversion.
public float[][] fromReference(float[][] tuples)
throws VisADException
fromReference in class CoordinateSystemtuples - contains the element,line pairs to convert
VisADException - if problem with conversion.public Rectangle2D getDefaultMapArea()
getDefaultMapArea in class MapProjectionpublic boolean equals(Object obj)
Object in question is
the same as this AREACoordinateSystem. The specified
Object is equal to this AREACoordinateSystem
if it is an instance of AREACoordinateSystem and it has
the same navigation module and default map area as this one.
equals in class CoordinateSystemobj - the Object in question
true if and only if this instance equals cs.public String toString()
toString in class MapProjection
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||