Package | Description |
---|---|
org.apache.sis.referencing.operation |
Relationship between any two Coordinate Reference Systems (CRS).
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultConversion
A parameterized mathematical operation that converts coordinates to another CRS without any change of
datum.
|
class |
DefaultPassThroughOperation
Specifies that a subset of a coordinate tuple is subject to a specific coordinate operation.
|
class |
DefaultTransformation
A parameterized mathematical operation that transforms coordinates to another CRS with a change of
datum.
|
Modifier and Type | Method and Description |
---|---|
static AbstractCoordinateOperation |
AbstractCoordinateOperation.castOrCopy(CoordinateOperation object)
Returns a SIS coordinate operation implementation with the values of the given arbitrary implementation.
|
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.