mbedward / jaitools

Raster image processing for Java developers
17 stars 15 forks source link

Enum to associate DataBuffer type constants with Number classes #215

Closed mbedward closed 11 years ago

mbedward commented 11 years ago

It's a pain always having to do if-else blocks or switch statements to match integer type constants with Number classes. Add an enum with methods for lookup from data class or int constant (have to be careful about USHORT)