Package | Description |
---|---|
org.apache.sis.referencing.operation |
Relationship between any two Coordinate Reference Systems (CRS).
|
Modifier and Type | Method and Description |
---|---|
CoordinateOperation |
DefaultCoordinateOperationFactory.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.
|
Constructor and Description |
---|
CoordinateOperationFinder(CoordinateOperationAuthorityFactory registry,
CoordinateOperationFactory factory,
CoordinateOperationContext context)
Creates a new instance for the given factory and context.
|
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.