public interface ComplexDataTypeAdapter extends DataTypeAdapter
| Modifier and Type | Method and Description |
|---|---|
double |
getImagDouble(java.nio.ByteBuffer buf)
Gets the imaginary value as a double.
|
int |
getImagInt(java.nio.ByteBuffer buf)
Gets the imaginary value as an int.
|
long |
getImagLong(java.nio.ByteBuffer buf)
Gets the imaginary value as a long.
|
double |
getRealDouble(java.nio.ByteBuffer buf)
Gets the real value as a double.
|
int |
getRealInt(java.nio.ByteBuffer buf)
Gets the real value as an int.
|
long |
getRealLong(java.nio.ByteBuffer buf)
Gets the real value as a long.
|
getDouble, getInt, getLongint getImagInt(java.nio.ByteBuffer buf)
buf - the buffer from which to get the valuelong getImagLong(java.nio.ByteBuffer buf)
buf - the buffer from which to get the valuedouble getImagDouble(java.nio.ByteBuffer buf)
buf - the buffer from which to get the valueint getRealInt(java.nio.ByteBuffer buf)
buf - the buffer from which to get the valuelong getRealLong(java.nio.ByteBuffer buf)
buf - the buffer from which to get the valuedouble getRealDouble(java.nio.ByteBuffer buf)
buf - the buffer from which to get the valueCopyright © 2023 Planetary Data System. All rights reserved.