|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.geosolutions.jaiext.JAIExt
public class JAIExt
Utility class used for registering and unregistering JAI and JAI-EXT operations.
Method Summary | |
---|---|
static List<ConcurrentOperationRegistry.OperationItem> |
getJAIEXTOperations()
Get a List of the available JAI-EXT operations |
static List<ConcurrentOperationRegistry.OperationItem> |
getOperations()
Gets a List of all the operations currently registered. |
static ConcurrentOperationRegistry |
getRegistry()
Returns the current ConcurrentOperationRegistry used. |
static void |
initJAIEXT(ConcurrentOperationRegistry registry)
Initialization of the JAIExt instance |
static void |
registerJAIDescriptor(String descriptorName)
This method unregister a JAI-EXT operation and register the related JAI one |
static void |
registerJAIEXTDescriptor(String descriptorName)
This method unregister a JAI operation and register the related JAI-EXT one |
static void |
setJAIAcceleration(String descriptorName,
boolean accelerated)
This method sets/unsets the netive acceleration for a JAI operation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void initJAIEXT(ConcurrentOperationRegistry registry)
JAIExt
instance
public static void registerJAIEXTDescriptor(String descriptorName)
descriptorName
- public static void registerJAIDescriptor(String descriptorName)
descriptorName
- public static void setJAIAcceleration(String descriptorName, boolean accelerated)
descriptorName
- accelerated
- public static List<ConcurrentOperationRegistry.OperationItem> getOperations()
public static List<ConcurrentOperationRegistry.OperationItem> getJAIEXTOperations()
public static ConcurrentOperationRegistry getRegistry()
ConcurrentOperationRegistry
used.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |