org.jaitools.media.jai.rangelookup
Class RangeLookupSpi
java.lang.Object
org.jaitools.media.jai.rangelookup.RangeLookupSpi
- All Implemented Interfaces:
- javax.media.jai.OperationRegistrySpi
public class RangeLookupSpi
- extends Object
- implements javax.media.jai.OperationRegistrySpi
OperationRegistrySpi implementation to register the "RangeLookup"
operation and its associated image factories.
- Since:
- 1.0
- Author:
- Michael Bedward, Simone Giannecchini, GeoSolutions
|
Method Summary |
void |
updateRegistry(javax.media.jai.OperationRegistry registry)
Registers the RangeLookup operation and its
associated image factories across all supported operation modes. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RangeLookupSpi
public RangeLookupSpi()
- Default constructor.
updateRegistry
public void updateRegistry(javax.media.jai.OperationRegistry registry)
- Registers the RangeLookup operation and its
associated image factories across all supported operation modes.
- Specified by:
updateRegistry in interface javax.media.jai.OperationRegistrySpi
- Parameters:
registry - The registry with which to register the operations
and their factories.
Copyright © 2009-2015. All Rights Reserved.