|
|||||||||||
| 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 RectifiedGridpublic double getOffsetX()
getOffsetX in interface RectifiedGridpublic double getOffsetY()
getOffsetY in interface RectifiedGridpublic double getOffsetZ()
getOffsetZ in interface RectifiedGridpublic double getOriginX()
getOriginX in interface RectifiedGridpublic double getOriginY()
getOriginY in interface RectifiedGridpublic double getOriginZ()
getOriginZ in interface RectifiedGrid
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||