it.geosolutions.jaiext.utilities
Class ImageUtilities
java.lang.Object
it.geosolutions.jaiext.utilities.ImageUtilities
public class ImageUtilities
- extends Object
Method Summary |
static boolean |
isCLibAvailable()
Tells me whether or not the native libraries for JAI/ImageIO are active
or not. |
static boolean |
isMediaLibAvailable()
Tells me whether or not the native libraries for JAI are active or not. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImageUtilities
public ImageUtilities()
isMediaLibAvailable
public static boolean isMediaLibAvailable()
- Tells me whether or not the native libraries for JAI are active or not.
- Returns:
false
in case the JAI native libs are not in the
path, true
otherwise.
isCLibAvailable
public static boolean isCLibAvailable()
- Tells me whether or not the native libraries for JAI/ImageIO are active
or not.
- Returns:
false
in case the JAI/ImageIO native libs are not in
the path, true
otherwise.
Copyright © 2006–2014 GeoSolutions. All rights reserved.