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. fromprivate PrimitiveType<T>GZipCompressor.TypeConversion. toMethods 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. baseTypeInterprets 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 voidAbstractTiledImageOperation. 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. baseTypethe 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 TileBufferTileBufferFactory. 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) classBooleanType(package private) classByteType(package private) classCharType(package private) classDoubleType(package private) classFloatType(package private) classIntType(package private) classLongType(package private) classPrimitiveTypeBase<B extends java.nio.Buffer>(package private) classShortType(package private) classStringType(package private) classUnknownTypeFields in nom.tam.util.type declared as PrimitiveType Modifier and Type Field Description static PrimitiveType<java.nio.Buffer>PrimitiveTypes. BOOLEANprivate static PrimitiveType<?>[]PrimitiveTypeHandler. byBitPixstatic PrimitiveType<java.nio.ByteBuffer>PrimitiveTypes. BYTEprivate static PrimitiveType<?>[]PrimitiveTypeHandler. byTypestatic PrimitiveType<java.nio.CharBuffer>PrimitiveTypes. CHARstatic PrimitiveType<java.nio.DoubleBuffer>PrimitiveTypes. DOUBLEstatic PrimitiveType<java.nio.FloatBuffer>PrimitiveTypes. FLOATstatic PrimitiveType<java.nio.IntBuffer>PrimitiveTypes. INTstatic PrimitiveType<java.nio.LongBuffer>PrimitiveTypes. LONGstatic PrimitiveType<java.nio.ShortBuffer>PrimitiveTypes. SHORTstatic PrimitiveType<java.nio.Buffer>PrimitiveTypes. STRINGstatic PrimitiveType<java.nio.Buffer>PrimitiveTypes. UNKNOWNFields 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. byClassMethods 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)booleanPrimitiveType. is(PrimitiveType<? extends java.nio.Buffer> d)booleanPrimitiveTypeBase. is(PrimitiveType<? extends java.nio.Buffer> other)
-