Package | Description |
---|---|
org.apache.sis.referencing.operation |
Relationship between any two Coordinate Reference Systems (CRS).
|
org.apache.sis.referencing.operation.projection |
Map projection implementations.
|
org.apache.sis.referencing.operation.transform |
Conversions or transformations of multi-dimensional coordinate points.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultConversion
A parameterized mathematical operation that converts coordinates to another CRS without any change of
datum.
|
class |
DefaultTransformation
A parameterized mathematical operation that transforms coordinates to another CRS with a change of
datum.
|
Modifier and Type | Class and Description |
---|---|
class |
AlbersEqualArea
Albers Equal Area projection (EPSG code 9822).
|
class |
CylindricalEqualArea
Cylindrical Equal Area projection (EPSG codes 9834, 9835).
|
class |
LambertConicConformal
Lambert Conic Conformal projection (EPSG codes 9801, 9802, 9803, 9826, 1051).
|
class |
Mercator
Mercator Cylindrical projection (EPSG codes 9804, 9805, 1026, 1024, 1044, 9841).
|
class |
NormalizedProjection
Base class for conversion services between ellipsoidal and cartographic projections.
|
class |
ObliqueStereographic
Oblique Stereographic projection (EPSG code 9809).
|
class |
PolarStereographic
Polar Stereographic projection (EPSG codes 9810, 9829, 9830).
|
class |
TransverseMercator
Transverse Mercator projection (EPSG codes 9807).
|
class |
ZonedGridSystem
Transverse Mercator Zoned Grid System projection (EPSG codes 9824).
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMathTransform
Provides a default implementation for most methods required by the
MathTransform interface. |
protected class |
AbstractMathTransform.Inverse
Base class for implementations of inverse math transforms.
|
class |
AbstractMathTransform1D
Base class for math transforms that are known to be one-dimensional in all cases.
|
protected class |
AbstractMathTransform1D.Inverse
Base class for implementation of inverse math transforms.
|
class |
AbstractMathTransform2D
Base class for math transforms that are known to be two-dimensional in all cases.
|
protected class |
AbstractMathTransform2D.Inverse
Base class for implementation of inverse math transforms.
|
class |
DatumShiftTransform
Transforms between two CRS (usually geographic) based on different datum.
|
class |
EllipsoidToCentricTransform
Transform from two- or three- dimensional ellipsoidal coordinates to (geo)centric coordinates.
|
class |
InterpolatedGeocentricTransform
Transforms between two geographic CRS by performing geocentric translations interpolated from a grid file.
|
class |
InterpolatedMolodenskyTransform
Transforms between two geographic CRS by performing geocentric translations interpolated from a grid file, but using
Molodensky approximation.
|
class |
InterpolatedTransform
Transforms between two CRS by performing translations interpolated from a grid file.
|
class |
MolodenskyTransform
Two- or three-dimensional datum shift using the (potentially abridged) Molodensky transformation.
|
class |
PassThroughTransform
Transform which passes through a subset of ordinates to another transform.
|
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.