See: Description
Class | Description |
---|---|
AbstractCoordinateOperation |
Describes the operation for transforming coordinates in the source CRS to coordinates in the target CRS.
|
DefaultConversion |
A parameterized mathematical operation that converts coordinates to another CRS without any change of
datum.
|
DefaultCoordinateOperationFactory |
Creates operations capable to transform coordinates
from a given source CRS to a given target CRS.
|
DefaultFormula |
Specification of the coordinate operation method formula.
|
DefaultOperationMethod |
Describes the algorithm and parameters used to perform a coordinate operation.
|
DefaultPassThroughOperation |
Specifies that a subset of a coordinate tuple is subject to a specific coordinate operation.
|
DefaultTransformation |
A parameterized mathematical operation that transforms coordinates to another CRS with a change of
datum.
|
Exception | Description |
---|---|
MismatchedDatumException |
Thrown when the source and target CRS of a conversion use different datum.
|
This package provides an ISO 19111 Coordinate Operation implementation and support classes. The actual transform work is performed by the following sub-packages, but most users will not need to deal with them directly:
org.apache.sis.referencing.operation.projection
— map projections,org.apache.sis.referencing.operation.transform
— any transform other than map projections.AbstractCoordinateOperation.getLinearAccuracy()
— tries to convert the accuracy to metres,DefaultConversion.specialize(…)
— changes a defining conversion into a complete conversion.Defined in the sis-referencing
module
Copyright © 2010–2015 The Apache Software Foundation. All rights reserved.