|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.model.cv.RectifiedGrid_Impl
RectifiedGrid describes grids, such as an orthophoto or Level 1G satellite image, whose grid coordinates in each dimension bear an affine relationship to those of a ground coordinate reference system. RectifiedGrid adds two required fields alongside the GridRange
-----------------------------------------------------------------------
Field Summary | |
private GridRange |
gridRange
|
private double |
offsetX
|
private double |
offsetY
|
private double |
offsetZ
|
private double |
originX
|
private double |
originY
|
private double |
originZ
|
Constructor Summary | |
(package private) |
RectifiedGrid_Impl(double originX,
double originY,
double originZ,
double offsetX,
double offsetY,
double offsetZ,
GridRange gridRange)
|
Method Summary | |
GridRange |
getGridRange()
returns the range of valid coordinates for each dimension of the coverage. |
double |
getOffsetX()
returns the x-value of the offset |
double |
getOffsetY()
returns the x-value of the offset |
double |
getOffsetZ()
returns the x-value of the offset |
double |
getOriginX()
returns the x-value of the origin |
double |
getOriginY()
returns the y-value of the origin |
double |
getOriginZ()
returns the z-value of the origin |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private GridRange gridRange
private double offsetX
private double offsetY
private double offsetZ
private double originX
private double originY
private double originZ
Constructor Detail |
RectifiedGrid_Impl(double originX, double originY, double originZ, double offsetX, double offsetY, double offsetZ, GridRange gridRange)
Method Detail |
public GridRange getGridRange()
getGridRange
in interface RectifiedGrid
public double getOffsetX()
getOffsetX
in interface RectifiedGrid
public double getOffsetY()
getOffsetY
in interface RectifiedGrid
public double getOffsetZ()
getOffsetZ
in interface RectifiedGrid
public double getOriginX()
getOriginX
in interface RectifiedGrid
public double getOriginY()
getOriginY
in interface RectifiedGrid
public double getOriginZ()
getOriginZ
in interface RectifiedGrid
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |