Uses of Interface
org.apache.sis.parameter.Parameterized
Packages that use Parameterized
Package
Description
A set of helper classes for grid coverages.
A set of helper classes having a dependency to Java2D.
Math transform provider
implementations.
Relationship between any two Coordinate Reference Systems (CRS).
Map projection implementations.
Conversions or transformations of multi-dimensional coordinate tuples.
-
Uses of Parameterized in org.apache.sis.internal.coverage
Classes in org.apache.sis.internal.coverage that implement ParameterizedModifier and TypeClassDescriptionclassA transform composed of an arbitrary number of juxtaposed transforms. -
Uses of Parameterized in org.apache.sis.internal.referencing.j2d
Classes in org.apache.sis.internal.referencing.j2d that implement ParameterizedModifier and TypeClassDescriptionclassTransforms two-dimensional coordinate tuples using an affine transform.final classAn affine transform that remember the parameters used for its construction. -
Uses of Parameterized in org.apache.sis.internal.referencing.provider
Classes in org.apache.sis.internal.referencing.provider that implement ParameterizedModifier and TypeClassDescriptionstatic final classA temporary placeholder used for formatting aPARAM_MT["Geographic 3D to 2D conversion"]element in Well-Known Text format. -
Uses of Parameterized in org.apache.sis.referencing.operation
Classes in org.apache.sis.referencing.operation that implement Parameterized -
Uses of Parameterized in org.apache.sis.referencing.operation.projection
Classes in org.apache.sis.referencing.operation.projection that implement ParameterizedModifier and TypeClassDescriptionclassAlbers Equal Area projection (EPSG code 9822).classAzimuthal Equidistant (Spherical) projection.classCassini-Soldner projection (EPSG codes 9806 and 9833).classCylindrical Equal Area projection (EPSG codes 9834, 9835).classLambert Azimuthal Equal Area projection (EPSG code 9820).classLambert Conic Conformal projection (EPSG codes 9801, 9802, 9803, 9826, 1051).classMercator Cylindrical projection (EPSG codes 9804, 9805, 1026, 1024, 1044, 9841).classModified Azimuthal Equidistant projection (EPSG:9832).classMollweide projection.classBase class for conversion services between ellipsoidal and cartographic projections.classOblique Mercator projection (EPSG codes 9812, 9815).classOblique Stereographic projection (EPSG code 9809).classOrthographic projection (EPSG:9840).classPolar Stereographic projection (EPSG codes 9810, 9829, 9830).classAmerican Polyconic projection (EPSG codes 9818).classSatellite-Tracking projection.classSinusoidal equal-area projection, also known as "Sanson-Flamsteed".classTransverse Mercator projection (EPSG codes 9807).classTransverse 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 ParameterizedModifier and TypeClassDescriptionclassProvides a default implementation for most methods required by theMathTransforminterface.protected static classBase class for implementations of inverse math transforms.classBase class for math transforms that are known to be one-dimensional in all cases.protected static classBase class for implementation of inverse math transforms.classBase class for math transforms that are known to be two-dimensional in all cases.protected static classBase class for implementation of inverse math transforms.classTransforms between two CRS (usually geographic) based on different datum.classTransform from two- or three- dimensional ellipsoidal coordinates to (geo)centric coordinates.classTransforms between two geographic CRS by performing geocentric translations interpolated from a grid file.classTransforms between two geographic CRS by performing geocentric translations interpolated from a grid file, but using Molodensky approximation.classTransforms between two CRS by performing translations interpolated from a grid file.classTwo- or three-dimensional datum shift using the (potentially abridged) Molodensky transformation.classTransform which passes through a subset of coordinates to another transform.classComputes latitudes and longitudes on a sphere where the south pole has been moved to given geographic coordinates.classEnforces coordinate values in the range of a wraparound axis (typically longitude).