Uses of Class
org.osgeo.proj.CoordinateOperationContext
-
Uses of CoordinateOperationContext in org.osgeo.proj
Methods in org.osgeo.proj that return CoordinateOperationContextModifier and TypeMethodDescriptionCoordinateOperationContext.clone()Returns a shallow copy of this context.Methods in org.osgeo.proj with parameters of type CoordinateOperationContextModifier and TypeMethodDescriptionstatic CoordinateOperationProj.createCoordinateOperation(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, CoordinateOperationContext context) Returns an operation for conversion or transformation between two coordinate reference systems, taking in account the given context.static List<CoordinateOperation>Proj.createCoordinateOperations(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, CoordinateOperationContext context) Returns operations for conversion or transformation between two coordinate reference systems, taking in account the given context.static CoordinateOperationFactoryProj.getOperationFactory(CoordinateOperationContext context) Creates a new operation factory for the given context.