it.geosolutions.jaiext.crop
Class CropSpi

java.lang.Object
  extended by it.geosolutions.jaiext.crop.CropSpi
All Implemented Interfaces:
javax.media.jai.OperationRegistrySpi

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

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

Author:
Andrea Aime

Constructor Summary
CropSpi()
          Default constructor.
 
Method Summary
 void updateRegistry(javax.media.jai.OperationRegistry registry)
          Registers the Crop 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
 

Constructor Detail

CropSpi

public CropSpi()
Default constructor.

Method Detail

updateRegistry

public void updateRegistry(javax.media.jai.OperationRegistry registry)
Registers the Crop 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 © 2006–2015 GeoSolutions. All rights reserved.