Uses of Class
org.apache.sis.referencing.operation.CoordinateOperationFinder
-
Packages that use CoordinateOperationFinder Package Description org.apache.sis.referencing.operation Relationship between any two Coordinate Reference Systems (CRS). -
-
Uses of CoordinateOperationFinder in org.apache.sis.referencing.operation
Methods in org.apache.sis.referencing.operation that return CoordinateOperationFinder Modifier and Type Method Description protected CoordinateOperationFinder
DefaultCoordinateOperationFactory. createOperationFinder(CoordinateOperationAuthorityFactory registry, CoordinateOperationContext context)
Creates the object which will perform the actual task of finding a coordinate operation path between two CRS.
-