Uses of Class
org.geotools.referencing.operation.DefiningConversion
Packages that use DefiningConversion
-
Uses of DefiningConversion in org.geotools.coverage.io.netcdf.crs
Methods in org.geotools.coverage.io.netcdf.crs that return DefiningConversionModifier and TypeMethodDescriptionstatic DefiningConversion
ProjectionBuilder.createConversionFromBase
(String name, MathTransform transform) Create aDefiningConversion
object from the inputMathTransform
static DefiningConversion
ProjectionBuilder.getConversion
(ParameterValueGroup parameters, String name) Methods in org.geotools.coverage.io.netcdf.crs with parameters of type DefiningConversionModifier and TypeMethodDescriptionstatic ProjectedCRS
ProjectionBuilder.createProjectedCRS
(Map<String, ?> props, GeographicCRS baseCRS, DefiningConversion conversionFromBase, MathTransform transform) static ProjectedCRS
ProjectionBuilder.createProjectedCRS
(Map<String, ?> props, GeographicCRS baseCRS, DefiningConversion conversionFromBase, MathTransform transform, CartesianCS derivedCS) Build aProjectedCRS
given the baseGeographicCRS
, theDefiningConversion
instance from Base as well as theMathTransform
from the base CRS to returned CRS.