|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GriddedSurfacePatch
A GriddedSurfacePatch
is a (usually non-planar) parametric SurfacePatch
derived from a rectangular
grid in the parameter space. The rows from this grid are control points for horizontal surface curves; the columns
are control points for vertical surface curves.
Nested Class Summary | |
---|---|
static class |
GriddedSurfacePatch.GriddedSurfaceType
Discriminates the different types of gridded surface patches. |
Nested classes/interfaces inherited from interface org.deegree.geometry.primitive.patches.SurfacePatch |
---|
SurfacePatch.SurfacePatchType |
Method Summary | |
---|---|
GriddedSurfacePatch.GriddedSurfaceType |
getGriddedSurfaceType()
Returns the type of gridded surface, the type determines the horizontal and vertical curve types used for interpolation. |
int |
getNumColumns()
Returns the number of columns in the parameter grid. |
int |
getNumRows()
Returns the number of rows in the parameter grid. |
Points |
getRow(int rownum)
Returns the specified row of the parameter grid. |
List<Points> |
getRows()
Returns all rows of the parameter grid. |
Methods inherited from interface org.deegree.geometry.primitive.patches.SurfacePatch |
---|
getArea, getCoordinateDimension, getSurfacePatchType |
Method Detail |
---|
GriddedSurfacePatch.GriddedSurfaceType getGriddedSurfaceType()
int getNumRows()
int getNumColumns()
Points getRow(int rownum)
rownum
- row to be returned
List<Points> getRows()
|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |