Uses of Interface
nom.tam.util.type.PrimitiveType
-
-
Uses of PrimitiveType in nom.tam.fits.compression.algorithm.gzip
Fields in nom.tam.fits.compression.algorithm.gzip declared as PrimitiveType Modifier and Type Field Description private PrimitiveType<B>
GZipCompressor.TypeConversion. from
private PrimitiveType<T>
GZipCompressor.TypeConversion. to
Methods in nom.tam.fits.compression.algorithm.gzip that return PrimitiveType Modifier and Type Method Description private <B extends java.nio.Buffer>
PrimitiveType<B>GZipCompressor. getPrimitiveType(int size)
Constructors in nom.tam.fits.compression.algorithm.gzip with parameters of type PrimitiveType Constructor Description TypeConversion(PrimitiveType<B> from)
-
Uses of PrimitiveType in nom.tam.image.compression.bintable
Fields in nom.tam.image.compression.bintable declared as PrimitiveType Modifier and Type Field Description protected PrimitiveType<java.nio.Buffer>
BinaryTableTile. type
-
Uses of PrimitiveType in nom.tam.image.tile.operation
Fields in nom.tam.image.tile.operation declared as PrimitiveType Modifier and Type Field Description private PrimitiveType<java.nio.Buffer>
AbstractTiledImageOperation. baseType
Interprets the value of the BITPIX keyword in the uncompressed FITS imageMethods in nom.tam.image.tile.operation that return PrimitiveType Modifier and Type Method Description PrimitiveType<java.nio.Buffer>
AbstractTiledImageOperation. getBaseType()
protected PrimitiveType<java.nio.Buffer>
AbstractTileOperation. getBaseType()
PrimitiveType<java.nio.Buffer>
ITiledImageOperation. getBaseType()
Methods in nom.tam.image.tile.operation with parameters of type PrimitiveType Modifier and Type Method Description protected void
AbstractTiledImageOperation. setBaseType(PrimitiveType<java.nio.Buffer> baseType)
-
Uses of PrimitiveType in nom.tam.image.tile.operation.buffer
Fields in nom.tam.image.tile.operation.buffer declared as PrimitiveType Modifier and Type Field Description private PrimitiveType<java.nio.Buffer>
TileBuffer. baseType
the tileOperation this view is connected toMethods in nom.tam.image.tile.operation.buffer that return PrimitiveType Modifier and Type Method Description PrimitiveType<java.nio.Buffer>
TileBuffer. getBaseType()
private PrimitiveType<java.nio.Buffer>
TileBufferColumnBased. primitiveType()
Methods in nom.tam.image.tile.operation.buffer with parameters of type PrimitiveType Modifier and Type Method Description static TileBuffer
TileBufferFactory. createTileBuffer(PrimitiveType<java.nio.Buffer> baseType, int dataOffset, int imageWidth, int width, int height)
Constructors in nom.tam.image.tile.operation.buffer with parameters of type PrimitiveType Constructor Description TileBuffer(PrimitiveType<java.nio.Buffer> baseType, int dataOffset, int width, int height)
TileBufferColumnBased(PrimitiveType<java.nio.Buffer> baseType, int dataOffset, int imageWidth, int width, int height)
TileBufferRowBased(PrimitiveType<java.nio.Buffer> baseType, int dataOffset, int width, int height)
-
Uses of PrimitiveType in nom.tam.util
Fields in nom.tam.util with type parameters of type PrimitiveType Modifier and Type Field Description private static java.util.Map<PrimitiveType<?>,ColumnTable.PointerAccess<?>>
ColumnTable. POINTER_ACCESSORS
-
Uses of PrimitiveType in nom.tam.util.type
Classes in nom.tam.util.type that implement PrimitiveType Modifier and Type Class Description (package private) class
BooleanType
(package private) class
ByteType
(package private) class
CharType
(package private) class
DoubleType
(package private) class
FloatType
(package private) class
IntType
(package private) class
LongType
(package private) class
PrimitiveTypeBase<B extends java.nio.Buffer>
(package private) class
ShortType
(package private) class
StringType
(package private) class
UnknownType
Fields in nom.tam.util.type declared as PrimitiveType Modifier and Type Field Description static PrimitiveType<java.nio.Buffer>
PrimitiveTypes. BOOLEAN
private static PrimitiveType<?>[]
PrimitiveTypeHandler. byBitPix
static PrimitiveType<java.nio.ByteBuffer>
PrimitiveTypes. BYTE
private static PrimitiveType<?>[]
PrimitiveTypeHandler. byType
static PrimitiveType<java.nio.CharBuffer>
PrimitiveTypes. CHAR
static PrimitiveType<java.nio.DoubleBuffer>
PrimitiveTypes. DOUBLE
static PrimitiveType<java.nio.FloatBuffer>
PrimitiveTypes. FLOAT
static PrimitiveType<java.nio.IntBuffer>
PrimitiveTypes. INT
static PrimitiveType<java.nio.LongBuffer>
PrimitiveTypes. LONG
static PrimitiveType<java.nio.ShortBuffer>
PrimitiveTypes. SHORT
static PrimitiveType<java.nio.Buffer>
PrimitiveTypes. STRING
static PrimitiveType<java.nio.Buffer>
PrimitiveTypes. UNKNOWN
Fields in nom.tam.util.type with type parameters of type PrimitiveType Modifier and Type Field Description private static java.util.Map<java.lang.Class<?>,PrimitiveType<? extends java.nio.Buffer>>
PrimitiveTypeHandler. byClass
Methods in nom.tam.util.type that return PrimitiveType Modifier and Type Method Description private static <B extends java.nio.Buffer>
PrimitiveType<B>PrimitiveTypeHandler. cast(PrimitiveType<?> primitiveType)
static <B extends java.nio.Buffer>
PrimitiveType<B>PrimitiveTypeHandler. nearestValueOf(int bitPix)
static PrimitiveType<java.nio.Buffer>
PrimitiveTypeHandler. valueOf(char type)
static PrimitiveType<java.nio.Buffer>
PrimitiveTypeHandler. valueOf(int bitPix)
static <B extends java.nio.Buffer>
PrimitiveType<B>PrimitiveTypeHandler. valueOf(java.lang.Class<?> clazz)
private static PrimitiveType<?>[]
PrimitiveTypeHandler. values()
Methods in nom.tam.util.type with parameters of type PrimitiveType Modifier and Type Method Description private static <B extends java.nio.Buffer>
PrimitiveType<B>PrimitiveTypeHandler. cast(PrimitiveType<?> primitiveType)
boolean
PrimitiveType. is(PrimitiveType<? extends java.nio.Buffer> d)
boolean
PrimitiveTypeBase. is(PrimitiveType<? extends java.nio.Buffer> other)
-