org.geotools.referencing
Interface CRS.OperationVisitor

Enclosing interface:
CRS

public static interface CRS.OperationVisitor

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

Since:
2.1.0
Version:
$Id$
Author:
Jody Garnett, Refractions Research

Method Summary
 java.lang.Object factory(org.opengis.referencing.operation.CoordinateOperationFactory factory)
          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
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.