Uses of Class
org.apache.sis.referencing.operation.CoordinateOperationContext
Packages that use CoordinateOperationContext
-
Uses of CoordinateOperationContext in org.apache.sis.referencing.operation
Methods in org.apache.sis.referencing.operation that return CoordinateOperationContextModifier and TypeMethodDescriptionstatic CoordinateOperationContext
CoordinateOperationContext.fromBoundingBox
(GeographicBoundingBox areaOfInterest) Creates an operation context for the given area of interest, which may be null orundefined
.Methods in org.apache.sis.referencing.operation with parameters of type CoordinateOperationContextModifier and TypeMethodDescriptionDefaultCoordinateOperationFactory.createOperation
(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, CoordinateOperationContext context) Finds or creates an operation for conversion or transformation between two coordinate reference systems.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.DefaultCoordinateOperationFactory.createOperations
(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, CoordinateOperationContext context) Finds or creates operations for conversions or transformations between two coordinate reference systems.Constructors in org.apache.sis.referencing.operation with parameters of type CoordinateOperationContextModifierConstructorDescriptionCoordinateOperationFinder
(CoordinateOperationAuthorityFactory registry, CoordinateOperationFactory factory, CoordinateOperationContext context) Creates a new instance for the given factory and context.