org.geotools.referencing
Interface CRS.OperationVisitor

Enclosing interface:
CRS

Deprecated. No public API uses this interface at this time. If a particular CoordinateOperationFactory implementation is wanted, try to provide a Hints.COORDINATE_OPERATION_FACTORY hint to the FactoryFinder.getCoordinateOperationFactory(org.geotools.factory.Hints) method instead. In a future version, this interface will be removed or expanded if the hints way is not suffisient.

public static interface CRS.OperationVisitor

Implement this method to visit each available CoordinateOperationFactory known to FactoryFinder.

Since:
2.1
Version:
$Id: CRS.java 18776 2006-03-22 11:36:21Z desruisseaux $
Author:
Jody Garnett (Refractions Research)

Method Summary
 java.lang.Object factory(org.opengis.referencing.operation.CoordinateOperationFactory factory)
          Deprecated. Implement this method to visit each available CoordinateOperationFactory known to FactoryFinder.
 

Method Detail

factory

public java.lang.Object factory(org.opengis.referencing.operation.CoordinateOperationFactory factory)
                         throws org.opengis.referencing.FactoryException
Deprecated. 
Implement this method to visit each available CoordinateOperationFactory known to FactoryFinder.

You may register additional Factories using META-INF/serivces please see

Parameters:
factory -
Returns:
Value created using the Factory, visit returns a list of these
Throws:
org.opengis.referencing.FactoryException


Copyright © GeoTools. All Rights Reserved.