| Package | Description |
|---|---|
| opendap.dap |
This package contains the OPeNDAP core classes, known as the Data Access
Protocol (DAP).
|
| opendap.servers |
This package contains the OPeNDAP Server classes.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 1999-2015 OPeNDAP. All Rights Reserved.