public class ImageFileUtils extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ImageFileUtils.Mode
DOCUMENT ME!
|
| Modifier and Type | Field and Description |
|---|---|
static String[] |
SUPPORTED_IMAGE_FORMATS |
| Constructor and Description |
|---|
ImageFileUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
checkIfRasterGeoRef(File worldFile)
DOCUMENT ME!
|
static ImageFileUtils.Mode |
determineMode(File imageFile)
DOCUMENT ME!
|
static Dimension |
getImageDimension(File imgFile)
Determines the width and height of the given iamge file.
|
static ImageFileMetaData |
getTiffMetaData(File imageFile)
DOCUMENT ME!
|
static File |
getWorldFile(File imageFile)
DOCUMENT ME!
|
static ImageFileMetaData |
getWorldFileMetaData(File imageFile,
File worldFile)
Determines the meta information about the image file.
|
static File |
getWorldFileWithoutCheck(File imageFile)
DOCUMENT ME!
|
static boolean |
isImageFileEnding(String fileName)
DOCUMENT ME!
|
public static final String[] SUPPORTED_IMAGE_FORMATS
public static File getWorldFile(File imageFile)
imageFile - DOCUMENT ME!public static File getWorldFileWithoutCheck(File imageFile)
imageFile - DOCUMENT ME!public static ImageFileMetaData getTiffMetaData(File imageFile) throws Exception
imageFile - DOCUMENT ME!Exception - DOCUMENT ME!public static boolean isImageFileEnding(String fileName)
fileName - DOCUMENT ME!public static ImageFileUtils.Mode determineMode(File imageFile)
imageFile - DOCUMENT ME!public static boolean checkIfRasterGeoRef(File worldFile)
worldFile - DOCUMENT ME!public static ImageFileMetaData getWorldFileMetaData(File imageFile, File worldFile)
imageFile - DOCUMENT ME!worldFile - DOCUMENT ME!public static Dimension getImageDimension(File imgFile) throws IOException
imgFile - DOCUMENT ME!IOException - DOCUMENT ME!Copyright © 2012–2026 cismet GmbH. All rights reserved.