|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvalidDimensionException | |
---|---|
opendap.dap | This package contains the OPeNDAP core classes, known as the Data Access Protocol (DAP). |
opendap.Server | This package contains the OPeNDAP Server classes. |
Uses of InvalidDimensionException in opendap.dap |
---|
Methods in opendap.dap that throw InvalidDimensionException | |
---|---|
DArrayDimension |
DArray.getDimension(int dimension)
Returns the DArrayDimension object for
the dimension requested. |
void |
DArrayDimension.setProjection(int start,
int stride,
int stop)
Set the projection information for this dimension. |
Uses of InvalidDimensionException in opendap.Server |
---|
Methods in opendap.Server that throw InvalidDimensionException | |
---|---|
int |
SDGrid.getStart(int dimension)
Gets the start value for the projection of the dimension indicated. |
int |
ServerArrayMethods.getStart(int dimension)
|
int |
SDArray.getStart(int dimension)
Gets the start value for the array projection. |
int |
SDGrid.getStop(int dimension)
Gets the stop value for the projection of the dimension indicated. |
int |
ServerArrayMethods.getStop(int dimension)
|
int |
SDArray.getStop(int dimension)
Gets the stop value for the array projection. |
int |
SDGrid.getStride(int dimension)
Gets the stride value for the projection of the dimension indicated. |
int |
ServerArrayMethods.getStride(int dimension)
|
int |
SDArray.getStride(int dimension)
Gets the stride value for the array projection. |
void |
SDGrid.setProjection(int dimension,
int start,
int stride,
int stop)
Set the projection information for this dimension. |
void |
ServerArrayMethods.setProjection(int dimension,
int start,
int stride,
int stop)
|
void |
SDArray.setProjection(int dimension,
int start,
int stride,
int stop)
Set the projection information for this dimension. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |