jaitools.media.jai.zonalstats
Class ZonalStatsSpi
java.lang.Object
jaitools.media.jai.zonalstats.ZonalStatsSpi
- All Implemented Interfaces:
- javax.media.jai.OperationRegistrySpi
public class ZonalStatsSpi
- extends Object
- implements javax.media.jai.OperationRegistrySpi
OperationRegistrySpi implementation to register the "ZonalStats"
operation and its associated image factories.
- Since:
- 1.0
- Version:
- $Id: ZonalStatsSpi.java 1383 2011-02-10 11:22:29Z michael.bedward $
- Author:
- Michael Bedward
|
Method Summary |
void |
updateRegistry(javax.media.jai.OperationRegistry registry)
Registers the ZonalStats operation |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ZonalStatsSpi
public ZonalStatsSpi()
- Default constructor.
updateRegistry
public void updateRegistry(javax.media.jai.OperationRegistry registry)
- Registers the ZonalStats operation
- Specified by:
updateRegistry in interface javax.media.jai.OperationRegistrySpi
- Parameters:
registry - The registry with which to register the operation
Copyright © 2009-2011. All Rights Reserved.