Uses of Class
org.apache.sis.internal.referencing.provider.GeodeticOperation
Packages that use GeodeticOperation
-
Uses of GeodeticOperation in org.apache.sis.internal.referencing.provider
Subclasses of GeodeticOperation in org.apache.sis.internal.referencing.providerModifier and TypeClassDescriptionfinal class
The provider for "Abridged Molodensky transformation" (EPSG:9605).final class
The provider for "Coordinate Frame rotation (geocentric domain)" (EPSG:1032).final class
The provider for "Coordinate Frame rotation (geog2D domain)" (EPSG:9607).final class
The provider for "Coordinate Frame rotation (geog3D domain)" (EPSG:1038).class
The provider for "Geocentric translation by Grid Interpolation (IGN)" (EPSG:1087).class
The base class of operation methods performing a translation, rotation and/or scale in geocentric coordinates.class
The base class of operation methods performing an affine operation in geocentric coordinates concatenated with conversion from/to geographic coordinates.final class
The provider for the inverse of "Geographic/geocentric conversions" (EPSG:9602).final class
The provider for "Geocentric translations (geocentric domain)" (EPSG:1031).final class
The provider for "Geocentric translations (geog2D domain)" (EPSG:9603).final class
The provider for "Geocentric translations (geog3D domain)" (EPSG:1035).final class
The provider for "Geographic 2D to 3D conversion".final class
The provider for "Geographic 3D to 2D conversion" (EPSG:9659).final class
The provider for "Geographic2D with Height Offsets" (EPSG:9618).class
Base class for all transformations that perform a translation in the geographic domain.final class
The provider for "Geographic2D offsets" (EPSG:9619).(package private) class
Base class of operations working on the number of dimensions of a geographic CRS.final class
The provider for "Geographic/geocentric conversions" (EPSG:9602).final class
The provider for "Longitude rotation" (EPSG:9601).final class
The provider for "Molodensky transformation" (EPSG:9604).final class
An approximation of geocentric interpolations which usesInterpolatedMolodenskyTransform
instead ofInterpolatedGeocentricTransform
.final class
The provider for "Position Vector transformation (geocentric domain)" (EPSG:1033).final class
The provider for "Position Vector transformation (geog2D domain)" (EPSG:9606).final class
The provider for "Position Vector transformation (geog3D domain)" (EPSG:1037).final class
The provider for "Vertical Offset" (EPSG:9616).Fields in org.apache.sis.internal.referencing.provider declared as GeodeticOperationModifier and TypeFieldDescription(package private) final GeodeticOperation[]
GeodeticOperation.redimensioned
The providers for all combinations between 2D and 3D cases, ornull
if none.Methods in org.apache.sis.internal.referencing.provider that return types with arguments of type GeodeticOperationModifier and TypeMethodDescription(package private) Class<? extends GeodeticOperation>
GeodeticOperation.variant3D()
Returns the three-dimensional variant of this operation method, ornull
if none.Constructors in org.apache.sis.internal.referencing.provider with parameters of type GeodeticOperationModifierConstructorDescriptionprivate
AbridgedMolodensky
(int sourceDimensions, int targetDimensions, GeodeticOperation[] redimensioned) Constructs a provider for the given dimensions.(package private)
CoordinateFrameRotation2D
(GeodeticOperation[] redimensioned) Constructs a provider that can be resized.private
CoordinateFrameRotation3D
(int sourceDimensions, int targetDimensions, GeodeticOperation[] redimensioned) Constructs a provider for the given dimensions.(package private)
FranceGeocentricInterpolation
(int sourceDimensions, int targetDimensions, org.opengis.parameter.ParameterDescriptorGroup parameters, GeodeticOperation[] redimensioned) Constructs a provider for the given number of dimensions.(package private)
GeocentricAffine
(GeocentricAffine.Type operationType, org.opengis.parameter.ParameterDescriptorGroup parameters, int sourceDimensions, int targetDimensions, GeodeticOperation[] redimensioned) Constructs a provider with the specified parameters for an operation in Cartesian space.(package private)
GeocentricAffine
(GeocentricAffine.Type operationType, org.opengis.parameter.ParameterDescriptorGroup parameters, Class<? extends org.opengis.referencing.cs.CoordinateSystem> sourceCSType, int sourceDimensions, boolean sourceOnEllipsoid, Class<? extends org.opengis.referencing.cs.CoordinateSystem> targetCSType, int targetDimensions, boolean targetOnEllipsoid, GeodeticOperation[] redimensioned) Constructs a provider with the specified parameters.(package private)
GeocentricAffineBetweenGeographic
(GeocentricAffine.Type operationType, org.opengis.parameter.ParameterDescriptorGroup parameters, int sourceDimensions, int targetDimensions, GeodeticOperation[] redimensioned) Constructs a provider with the specified parameters.private
GeocentricToGeographic
(int targetDimensions, GeodeticOperation[] redimensioned) Constructs a provider for the given dimensions.(package private)
GeocentricTranslation2D
(GeodeticOperation[] redimensioned) Constructs a provider that can be resized.private
GeocentricTranslation3D
(int sourceDimensions, int targetDimensions, GeodeticOperation[] redimensioned) Constructs a provider for the given dimensions.(package private)
GeodeticOperation
(Class<? extends org.opengis.referencing.operation.SingleOperation> operationType, org.opengis.parameter.ParameterDescriptorGroup parameters, Class<? extends org.opengis.referencing.cs.CoordinateSystem> sourceCSType, int sourceDimensions, boolean sourceOnEllipsoid, Class<? extends org.opengis.referencing.cs.CoordinateSystem> targetCSType, int targetDimensions, boolean targetOnEllipsoid, GeodeticOperation[] redimensioned) Constructs a math transform provider from a set of parameters.(package private)
Geographic2Dto3D
(GeodeticOperation[] redimensioned) Constructs a provider that can be resized.private
Geographic3Dto2D
(GeodeticOperation[] redimensioned) Constructs a provider that can be resized.private
GeographicAndVerticalOffsets
(int sourceDimensions, int targetDimensions, GeodeticOperation[] redimensioned) For default constructor only.(package private)
GeographicOffsets
(int sourceDimensions, int targetDimensions, org.opengis.parameter.ParameterDescriptorGroup parameters, GeodeticOperation[] redimensioned) For default constructors in this class and subclasses.(package private)
GeographicOffsets2D
(GeodeticOperation[] redimensioned) Constructs a provider that can be resized.(package private)
GeographicRedimension
(int dimension, GeodeticOperation[] redimensioned) Creates an identity operation of the given number of dimensions.(package private)
GeographicRedimension
(org.opengis.parameter.ParameterDescriptorGroup parameters, int sourceDimensions, int targetDimensions, GeodeticOperation[] redimensioned) Constructs a math transform provider from a set of parameters.private
GeographicToGeocentric
(int sourceDimensions, GeodeticOperation[] redimensioned) Constructs a provider for the given dimensions.private
LongitudeRotation
(int sourceDimensions, int targetDimensions, GeodeticOperation[] redimensioned) Constructs a provider for the given dimensions.private
Molodensky
(int sourceDimensions, int targetDimensions, GeodeticOperation[] redimensioned) Constructs a provider for the given dimensions.private
MolodenskyInterpolation
(int sourceDimensions, int targetDimensions, org.opengis.parameter.ParameterDescriptorGroup parameters, GeodeticOperation[] redimensioned) Constructs a provider for the given number of dimensions.(package private)
PositionVector7Param2D
(GeodeticOperation[] redimensioned) Constructs a provider that can be resized.private
PositionVector7Param3D
(int sourceDimensions, int targetDimensions, GeodeticOperation[] redimensioned) Constructs a provider for the given dimensions.