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 classThe provider for "Abridged Molodensky transformation" (EPSG:9605).final classThe provider for "Coordinate Frame rotation (geocentric domain)" (EPSG:1032).final classThe provider for "Coordinate Frame rotation (geog2D domain)" (EPSG:9607).final classThe provider for "Coordinate Frame rotation (geog3D domain)" (EPSG:1038).classThe provider for "Geocentric translation by Grid Interpolation (IGN)" (EPSG:1087).classThe base class of operation methods performing a translation, rotation and/or scale in geocentric coordinates.classThe base class of operation methods performing an affine operation in geocentric coordinates concatenated with conversion from/to geographic coordinates.final classThe provider for the inverse of "Geographic/geocentric conversions" (EPSG:9602).final classThe provider for "Geocentric translations (geocentric domain)" (EPSG:1031).final classThe provider for "Geocentric translations (geog2D domain)" (EPSG:9603).final classThe provider for "Geocentric translations (geog3D domain)" (EPSG:1035).final classThe provider for "Geographic 2D to 3D conversion".final classThe provider for "Geographic 3D to 2D conversion" (EPSG:9659).final classThe provider for "Geographic2D with Height Offsets" (EPSG:9618).classBase class for all transformations that perform a translation in the geographic domain.final classThe provider for "Geographic2D offsets" (EPSG:9619).(package private) classBase class of operations working on the number of dimensions of a geographic CRS.final classThe provider for "Geographic/geocentric conversions" (EPSG:9602).final classThe provider for "Longitude rotation" (EPSG:9601).final classThe provider for "Molodensky transformation" (EPSG:9604).final classAn approximation of geocentric interpolations which usesInterpolatedMolodenskyTransforminstead ofInterpolatedGeocentricTransform.final classThe provider for "Position Vector transformation (geocentric domain)" (EPSG:1033).final classThe provider for "Position Vector transformation (geog2D domain)" (EPSG:9606).final classThe provider for "Position Vector transformation (geog3D domain)" (EPSG:1037).final classThe provider for "Vertical Offset" (EPSG:9616).Fields in org.apache.sis.internal.referencing.provider declared as GeodeticOperationModifier and TypeFieldDescription(package private) final GeodeticOperation[]GeodeticOperation.redimensionedThe providers for all combinations between 2D and 3D cases, ornullif 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, ornullif none.Constructors in org.apache.sis.internal.referencing.provider with parameters of type GeodeticOperationModifierConstructorDescriptionprivateAbridgedMolodensky(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.privateCoordinateFrameRotation3D(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.privateGeocentricToGeographic(int targetDimensions, GeodeticOperation[] redimensioned) Constructs a provider for the given dimensions.(package private)GeocentricTranslation2D(GeodeticOperation[] redimensioned) Constructs a provider that can be resized.privateGeocentricTranslation3D(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.privateGeographic3Dto2D(GeodeticOperation[] redimensioned) Constructs a provider that can be resized.privateGeographicAndVerticalOffsets(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.privateGeographicToGeocentric(int sourceDimensions, GeodeticOperation[] redimensioned) Constructs a provider for the given dimensions.privateLongitudeRotation(int sourceDimensions, int targetDimensions, GeodeticOperation[] redimensioned) Constructs a provider for the given dimensions.privateMolodensky(int sourceDimensions, int targetDimensions, GeodeticOperation[] redimensioned) Constructs a provider for the given dimensions.privateMolodenskyInterpolation(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.privatePositionVector7Param3D(int sourceDimensions, int targetDimensions, GeodeticOperation[] redimensioned) Constructs a provider for the given dimensions.