org.jaitools.media.jai.classifiedstats
Class ClassifiedStatsSpi

java.lang.Object
  extended by org.jaitools.media.jai.classifiedstats.ClassifiedStatsSpi
All Implemented Interfaces:
javax.media.jai.OperationRegistrySpi

public class ClassifiedStatsSpi
extends Object
implements javax.media.jai.OperationRegistrySpi

OperationRegistrySpi implementation to register the "ClassifiedStats" operation and its associated image factories.

Since:
1.2
Author:
Daniele Romagnoli, GeoSolutions S.A.S.

Constructor Summary
ClassifiedStatsSpi()
          Default constructor.
 
Method Summary
 void updateRegistry(javax.media.jai.OperationRegistry registry)
          Registers the ClassifiedStats operation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassifiedStatsSpi

public ClassifiedStatsSpi()
Default constructor.

Method Detail

updateRegistry

public void updateRegistry(javax.media.jai.OperationRegistry registry)
Registers the ClassifiedStats operation

Specified by:
updateRegistry in interface javax.media.jai.OperationRegistrySpi
Parameters:
registry - The registry with which to register the operation


Copyright © 2009-2015. All Rights Reserved.