Uses of Class
mil.nga.tiff.FieldType
-
Packages that use FieldType Package Description mil.nga.tiff -
-
Uses of FieldType in mil.nga.tiff
Methods in mil.nga.tiff that return FieldType Modifier and Type Method Description static FieldType
FieldType. getFieldType(int fieldType)
Get the field typestatic FieldType
FieldType. getFieldType(int sampleFormat, int bitsPerSample)
Get the field type of the sample format and bits per sampleFieldType
FileDirectoryEntry. getFieldType()
Get the field typeFieldType
FileDirectory. getFieldTypeForSample(int sampleIndex)
Get the field type for the sampleFieldType[]
Rasters. getFieldTypes()
Returns field typesstatic FieldType
FieldType. valueOf(String name)
Returns the enum constant of this type with the specified name.static FieldType[]
FieldType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in mil.nga.tiff with parameters of type FieldType Modifier and Type Method Description static int
FieldType. getSampleFormat(FieldType fieldType)
Get the sample format of the field typeConstructors in mil.nga.tiff with parameters of type FieldType Constructor Description FileDirectoryEntry(FieldTagType fieldTag, FieldType fieldType, long typeCount, Object values)
ConstructorRasters(int width, int height, int samplesPerPixel, FieldType fieldType)
Constructor Creates Rasters object where given field type used for each sample.Rasters(int width, int height, int samplesPerPixel, FieldType fieldType, ByteOrder order)
Constructor Creates Rasters object where given field type used for each sample.Rasters(int width, int height, FieldType[] fieldTypes)
ConstructorRasters(int width, int height, FieldType[] fieldTypes, ByteBuffer interleaveValues)
ConstructorRasters(int width, int height, FieldType[] fieldTypes, ByteBuffer[] sampleValues)
ConstructorRasters(int width, int height, FieldType[] fieldTypes, ByteBuffer[] sampleValues, ByteBuffer interleaveValues)
ConstructorRasters(int width, int height, FieldType[] fieldTypes, ByteOrder order)
Constructor
-