it.geosolutions.jaiext.utilities
Class ImageUtilities

java.lang.Object
  extended by it.geosolutions.jaiext.utilities.ImageUtilities

public class ImageUtilities
extends Object


Constructor Summary
ImageUtilities()
           
 
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
 

Constructor Detail

ImageUtilities

public ImageUtilities()
Method Detail

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.