org.geotools.image.crop
Class GTCropSpi
Object
GTCropSpi
- All Implemented Interfaces:
- OperationRegistrySpi
public class GTCropSpi
- extends Object
- implements OperationRegistrySpi
OperationRegistrySpi implementation to register the "GTCrop" operation and its associated image
factories.
- Since:
- 2.7.2
- Author:
- Andrea Aime
Constructor Summary |
GTCropSpi()
Default constructor. |
Method Summary |
void |
updateRegistry(OperationRegistry registry)
Registers the VectorBinarize operation and its associated image factories across all
supported operation modes. |
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GTCropSpi
public GTCropSpi()
- Default constructor.
updateRegistry
public void updateRegistry(OperationRegistry registry)
- Registers the VectorBinarize operation and its associated image factories across all
supported operation modes.
- Specified by:
updateRegistry
in interface OperationRegistrySpi
- Parameters:
registry
- The registry with which to register the operations and their factories.
Copyright © 1996-2014 Geotools. All Rights Reserved.