Uses of Enum Class
org.apache.sysds.runtime.io.cog.SampleFormatDataTypes
Packages that use SampleFormatDataTypes
-
Uses of SampleFormatDataTypes in org.apache.sysds.runtime.io
Constructors in org.apache.sysds.runtime.io with parameters of type SampleFormatDataTypesModifierConstructorDescriptionTileProcessor(int clen, byte[] tileData, int tileRow, int tileCol, int tileWidth, int tileLength, int bands, int[] bitsPerSample, SampleFormatDataTypes[] sampleFormat, COGHeader cogHeader, MatrixBlock dest, int planarConfiguration) TileProcessor(int clen, byte[] tileData, int tileRow, int tileCol, int tileWidth, int tileLength, int bands, int[] bitsPerSample, SampleFormatDataTypes[] sampleFormat, COGHeader cogHeader, MatrixBlock dest, int planarConfiguration, int band) -
Uses of SampleFormatDataTypes in org.apache.sysds.runtime.io.cog
Methods in org.apache.sysds.runtime.io.cog that return SampleFormatDataTypesModifier and TypeMethodDescriptionCOGProperties.getSampleFormat()static SampleFormatDataTypesSampleFormatDataTypes.valueOf(int value) Returns the enum constant of this class with the specified name.static SampleFormatDataTypesReturns the enum constant of this class with the specified name.static SampleFormatDataTypes[]SampleFormatDataTypes.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.sysds.runtime.io.cog with parameters of type SampleFormatDataTypesModifier and TypeMethodDescriptionvoidCOGProperties.setSampleFormat(SampleFormatDataTypes[] sampleFormat)