opendap.Server
Interface ServerArrayMethods
- All Superinterfaces:
- ServerMethods
- All Known Implementing Classes:
- SDArray, SDGrid
public interface ServerArrayMethods
- extends ServerMethods
This interface extends the ArrayMethods
for OPeNDAP types that
extend DArray
and DGrid
classes. It contains
additional projection methods needed by the Server side implementations
of these types.
A projection for an array must include the start, stride and stop
information for each dimension of the array in addition to the basic
information that the array itself is projected. This interface
provides access to that information.
- Version:
- $Revision: 15901 $
- Author:
- jhrg & ndp
- See Also:
DArray
,
DGrid
,
SDArray
,
SDGrid
,
ServerMethods
,
Operator
Methods inherited from interface opendap.Server.ServerMethods |
equal, greater_eql, greater, isProject, isRead, isSynthesized, less_eql, less, not_equal, read, regexp, serialize, setProject, setProject, setRead, setSynthesized |
setProjection
void setProjection(int dimension,
int start,
int stride,
int stop)
throws InvalidDimensionException,
SBHException
- Throws:
InvalidDimensionException
SBHException
getStart
int getStart(int dimension)
throws InvalidDimensionException
- Throws:
InvalidDimensionException
getStride
int getStride(int dimension)
throws InvalidDimensionException
- Throws:
InvalidDimensionException
getStop
int getStop(int dimension)
throws InvalidDimensionException
- Throws:
InvalidDimensionException
Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.