Uses of Class
org.apache.sis.referencing.operation.CoordinateOperationFinder
Packages that use CoordinateOperationFinder
-
Uses of CoordinateOperationFinder in org.apache.sis.referencing.operation
Methods in org.apache.sis.referencing.operation that return CoordinateOperationFinderModifier and TypeMethodDescriptionprotected CoordinateOperationFinder
DefaultCoordinateOperationFactory.createOperationFinder
(org.opengis.referencing.operation.CoordinateOperationAuthorityFactory registry, CoordinateOperationContext context) Creates the object which will perform the actual task of finding a coordinate operation path between two CRS.Methods in org.apache.sis.referencing.operation with parameters of type CoordinateOperationFinderModifier and TypeMethodDescription(package private) static SubOperationInfo[]
SubOperationInfo.createSteps
(CoordinateOperationFinder caller, List<? extends org.opengis.referencing.crs.SingleCRS> sources, List<? extends org.opengis.referencing.crs.SingleCRS> targets) Searches in given list of source components for operations capable to transform coordinates to each target CRS.