Uses of Class
nom.tam.util.type.ElementType
Packages that use ElementType
Package
Description
 Standardized FITS header keywords.
(for internal use) FITS 'primitive' element types.
- 
Uses of ElementType in nom.tam.fits.headerMethods in nom.tam.fits.header that return ElementTypeModifier and TypeMethodDescriptionfinal ElementType<?> Bitpix.getElementType()Returns the FITS element type corresponding to this bitpix value
- 
Uses of ElementType in nom.tam.util.typeSubclasses of ElementType in nom.tam.util.typeModifier and TypeClassDescriptionclassPrimitiveType<B extends Buffer>Deprecated.classPrimitiveTypeBase<B extends Buffer>Deprecated.UseElementTypeinstead.Fields in nom.tam.util.type declared as ElementTypeModifier and TypeFieldDescriptionstatic final ElementType<Buffer> ElementType.BOOLEANThe FITS representation of a boolean value in binary tablesstatic final ElementType<Buffer> PrimitiveTypes.BOOLEANDeprecated.UseBOOLEANinsteadstatic final ElementType<ByteBuffer> ElementType.BYTEThe FITS representation of a single (signed) byte value in images and binary tablesstatic final ElementType<ByteBuffer> PrimitiveTypes.BYTEDeprecated.UseBYTEinsteadstatic final ElementType<ByteBuffer> ElementType.CHARThe FITS representation of a Javacharvalue in binary tablesstatic final ElementType<ByteBuffer> PrimitiveTypes.CHARDeprecated.UseCHARinsteadstatic final ElementType<DoubleBuffer> ElementType.DOUBLEThe FITS representation of a 64-bit double precison floating-point value in images and binary tablesstatic final ElementType<DoubleBuffer> PrimitiveTypes.DOUBLEDeprecated.UseDOUBLEinsteadstatic final ElementType<FloatBuffer> ElementType.FLOATThe FITS representation of a 32-bit single precison floating-point value in images and binary tablesstatic final ElementType<FloatBuffer> PrimitiveTypes.FLOATDeprecated.UseFLOATinsteadstatic final ElementType<IntBuffer> ElementType.INTThe FITS representation of a 32-bit sined integer value in images and binary tablesstatic final ElementType<IntBuffer> PrimitiveTypes.INTDeprecated.UseINTinsteadstatic final ElementType<LongBuffer> ElementType.LONGThe FITS representation of a 64-bit sined integer value in images and binary tablesstatic final ElementType<LongBuffer> PrimitiveTypes.LONGDeprecated.UseLONGinsteadstatic final ElementType<ShortBuffer> ElementType.SHORTThe FITS representation of a 16-bit sined integer value in images and binary tablesstatic final ElementType<ShortBuffer> PrimitiveTypes.SHORTDeprecated.UseSHORTinsteadstatic final ElementType<Buffer> ElementType.STRINGThe FITS representation of an ASCII string in binary tablesstatic final ElementType<Buffer> PrimitiveTypes.STRINGDeprecated.UseSTRINGinsteadstatic final ElementType<Buffer> ElementType.UNKNOWNAnything else for which we do not have a supported FITS representationstatic final ElementType<Buffer> PrimitiveTypes.UNKNOWNDeprecated.UseUNKNOWNinsteadMethods in nom.tam.util.type that return ElementTypeModifier and TypeMethodDescriptionstatic ElementType<Buffer> ElementType.forBitpix(int bitPix) Returns the FITS element type that matches the specified BITPIX value exactly.static <B extends Buffer>
 ElementType<B> ElementType.forBuffer(B b) Returns the FITS element type that can transact with the specified buffer type directly.static <B extends Buffer>
 ElementType<B> Returns the FITS element type for a given Java typestatic ElementType<Buffer> ElementType.forDataID(char type) Returns the Fits element type for a given Java array type letter.static ElementType<Buffer> ElementType.forNearestBitpix(int bitPix) Returns the FITS element type that is nearest to the specified BITPIX value.static ElementType<Buffer> PrimitiveTypeHandler.nearestValueOf(int bitPix) Deprecated.UseforNearestBitpix(int)instead.static ElementType<Buffer> PrimitiveTypeHandler.valueOf(char type) Deprecated.UseforDataID(char)instead.static ElementType<Buffer> PrimitiveTypeHandler.valueOf(int bitPix) Deprecated.UseforBitpix(int)instead.static <B extends Buffer>
 ElementType<B> Deprecated.UseforClass(Class)instead.Methods in nom.tam.util.type with parameters of type ElementTypeModifier and TypeMethodDescriptionbooleanElementType.is(ElementType<? extends Buffer> other) Checks if this element type is the same as another.
ElementTypeinstead.