Uses of Interface
org.apache.sis.parameter.Parameterized
-
Packages that use Parameterized 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. -
-
Uses of Parameterized in org.apache.sis.referencing.operation
Classes in org.apache.sis.referencing.operation that implement Parameterized Modifier and Type Class 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. -
Uses of Parameterized in org.apache.sis.referencing.operation.projection
Classes in org.apache.sis.referencing.operation.projection that implement Parameterized Modifier and Type Class 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
Mollweide
Mollweide projection.class
NormalizedProjection
Base class for conversion services between ellipsoidal and cartographic projections.class
ObliqueMercator
Oblique Mercator projection (EPSG codes 9812, 9815).class
ObliqueStereographic
Oblique Stereographic projection (EPSG code 9809).class
PolarStereographic
Polar Stereographic projection (EPSG codes 9810, 9829, 9830).class
Polyconic
American Polyconic projection (EPSG codes 9818).class
Sinusoidal
Sinusoidal equal-area projection, also known as "Sanson-Flamsteed".class
TransverseMercator
Transverse Mercator projection (EPSG codes 9807).class
ZonedGridSystem
Transverse Mercator Zoned Grid System projection (EPSG codes 9824). -
Uses of Parameterized in org.apache.sis.referencing.operation.transform
Classes in org.apache.sis.referencing.operation.transform that implement Parameterized Modifier and Type Class Description class
AbstractMathTransform
Provides a default implementation for most methods required by theMathTransform
interface.protected static 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 static 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 static 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 coordinates to another transform.
-