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 |
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 |
PolarStereographic
Polar Stereographic projection (EPSG codes 9810, 9829, 9830).
|
class |
TransverseMercator
Transverse Mercator projection (EPSG codes 9807).
|
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.
|
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 |
PassThroughTransform
Transform which passes through a subset of ordinates to another transform.
|
Copyright © 2010–2015 The Apache Software Foundation. All rights reserved.