Uses of Class
org.geotools.referencing.operation.DefiningConversion
-
Packages that use DefiningConversion Package Description org.geotools.coverage.io.netcdf.crs -
-
Uses of DefiningConversion in org.geotools.coverage.io.netcdf.crs
Methods in org.geotools.coverage.io.netcdf.crs that return DefiningConversion Modifier and Type Method Description static DefiningConversionProjectionBuilder. createConversionFromBase(String name, MathTransform transform)Create aDefiningConversionobject from the inputMathTransformstatic DefiningConversionProjectionBuilder. getConversion(ParameterValueGroup parameters, String name)Methods in org.geotools.coverage.io.netcdf.crs with parameters of type DefiningConversion Modifier and Type Method Description static ProjectedCRSProjectionBuilder. createProjectedCRS(Map<String,?> props, GeographicCRS baseCRS, DefiningConversion conversionFromBase, MathTransform transform)static ProjectedCRSProjectionBuilder. createProjectedCRS(Map<String,?> props, GeographicCRS baseCRS, DefiningConversion conversionFromBase, MathTransform transform, CartesianCS derivedCS)Build aProjectedCRSgiven the baseGeographicCRS, theDefiningConversioninstance from Base as well as theMathTransformfrom the base CRS to returned CRS.
-