Uses of Class
org.apache.sis.referencing.operation.CoordinateOperationContext
Packages that use CoordinateOperationContext
Package
Description
Symbology and map representations, together with a rendering engine for display.
Relationship between any two Coordinate Reference Systems (CRS).
-
Uses of CoordinateOperationContext in org.apache.sis.portrayal
Subclasses of CoordinateOperationContext in org.apache.sis.portrayalModifier and TypeClassDescription(package private) final classContextual information for allowingCanvasto select the most appropriate coordinate operation for the viewed area and resolution. -
Uses of CoordinateOperationContext in org.apache.sis.referencing.operation
Methods in org.apache.sis.referencing.operation that return CoordinateOperationContextModifier and TypeMethodDescriptionstatic CoordinateOperationContextCoordinateOperationContext.fromBoundingBox(org.opengis.metadata.extent.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 TypeMethodDescriptionorg.opengis.referencing.operation.CoordinateOperationDefaultCoordinateOperationFactory.createOperation(org.opengis.referencing.crs.CoordinateReferenceSystem sourceCRS, org.opengis.referencing.crs.CoordinateReferenceSystem targetCRS, CoordinateOperationContext context) Finds or creates an operation for conversion or transformation between two coordinate reference systems.protected CoordinateOperationFinderDefaultCoordinateOperationFactory.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.List<org.opengis.referencing.operation.CoordinateOperation>DefaultCoordinateOperationFactory.createOperations(org.opengis.referencing.crs.CoordinateReferenceSystem sourceCRS, org.opengis.referencing.crs.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(org.opengis.referencing.operation.CoordinateOperationAuthorityFactory registry, org.opengis.referencing.operation.CoordinateOperationFactory factory, CoordinateOperationContext context) Creates a new instance for the given factory and context.(package private)CoordinateOperationRegistry(org.opengis.referencing.operation.CoordinateOperationAuthorityFactory registry, org.opengis.referencing.operation.CoordinateOperationFactory factory, CoordinateOperationContext context) Creates a new instance for the given factory and context.