Uses of Interface
org.geotools.api.parameter.ParameterValueGroup
-
Packages that use ParameterValueGroup Package Description org.geotools.api.coverage.grid Quadrilateral grid coverages.org.geotools.api.coverage.processing org.geotools.api.parameter Description and storage of parameter values.org.geotools.api.referencing.operation Coordinate operations (relationship between any two coordinate reference systems).org.geotools.coverage.grid.io org.geotools.coverage.io.netcdf.crs org.geotools.coverage.processing Coverage processing implementations.org.geotools.coverage.processing.operation List of coverage operations.org.geotools.parameter Parameter implementation.org.geotools.referencing.operation Coordinate operation implementation.org.geotools.referencing.operation.projection Basic implementations of map projections.org.geotools.referencing.operation.transform Basic implementations of math transforms. -
-
Uses of ParameterValueGroup in org.geotools.api.coverage.grid
Methods in org.geotools.api.coverage.grid that return ParameterValueGroup Modifier and Type Method Description ParameterValueGroupFormat. getReadParameters()Retrieve the parameter information for areadoperation.ParameterValueGroupFormat. getWriteParameters()Retrieve the parameter information for awriteoperation. -
Uses of ParameterValueGroup in org.geotools.api.coverage.processing
Methods in org.geotools.api.coverage.processing that return ParameterValueGroup Modifier and Type Method Description ParameterValueGroupOperation. getParameters()Retrieve the parameters information. -
Uses of ParameterValueGroup in org.geotools.api.parameter
Methods in org.geotools.api.parameter that return ParameterValueGroup Modifier and Type Method Description ParameterValueGroupParameterValueGroup. addGroup(String name)Creates a new group of the specified name.ParameterValueGroupParameterValueGroup. clone()Returns a copy of this group of parameter values.ParameterValueGroupParameterDescriptorGroup. createValue()Creates a new instance of parameter value group initialized with the default values.Methods in org.geotools.api.parameter that return types with arguments of type ParameterValueGroup Modifier and Type Method Description List<ParameterValueGroup>ParameterValueGroup. groups(String name)Returns all subgroups with the specified name. -
Uses of ParameterValueGroup in org.geotools.api.referencing.operation
Methods in org.geotools.api.referencing.operation that return ParameterValueGroup Modifier and Type Method Description ParameterValueGroupMathTransformFactory. getDefaultParameters(String method)Returns the default parameter values for a math transform using the given method.ParameterValueGroupOperation. getParameterValues()Returns the parameter values.Methods in org.geotools.api.referencing.operation with parameters of type ParameterValueGroup Modifier and Type Method Description MathTransformMathTransformFactory. createBaseToDerived(CoordinateReferenceSystem baseCRS, ParameterValueGroup parameters, CoordinateSystem derivedCS)Creates a parameterized transform from a base CRS to a derived CS.ConversionCoordinateOperationFactory. createDefiningConversion(Map<String,?> properties, OperationMethod method, ParameterValueGroup parameters)Constructs a defining conversion from a set of properties.MathTransformMathTransformFactory. createParameterizedTransform(ParameterValueGroup parameters)Creates a transform from a group of parameters. -
Uses of ParameterValueGroup in org.geotools.coverage.grid.io
Fields in org.geotools.coverage.grid.io declared as ParameterValueGroup Modifier and Type Field Description protected ParameterValueGroupAbstractGridFormat. readParametersParameterValueGroupthat controls the reading process for aGridCoverageReaderthrough theGridCoverageReader.read(org.geotools.api.parameter.GeneralParameterValue[])method.protected ParameterValueGroupAbstractGridFormat. writeParametersParameterValueGroupthat controls the writing process for aGridCoverageWriterthrough theGridCoverageWriter.write(org.geotools.api.coverage.grid.GridCoverage, org.geotools.api.parameter.GeneralParameterValue[])method.Methods in org.geotools.coverage.grid.io that return ParameterValueGroup Modifier and Type Method Description ParameterValueGroupAbstractGridFormat. getReadParameters()ParameterValueGroupUnknownFormat. getReadParameters()ParameterValueGroupAbstractGridFormat. getWriteParameters()ParameterValueGroupUnknownFormat. getWriteParameters() -
Uses of ParameterValueGroup in org.geotools.coverage.io.netcdf.crs
Methods in org.geotools.coverage.io.netcdf.crs that return ParameterValueGroup Modifier and Type Method Description static ParameterValueGroupProjectionBuilder. getDefaultparameters(String projectionName)Get aParameterValueGroupparameters instance for the specified projectionName.ParameterValueGroupNetCDFProjection. getNetcdfParameters(ParameterValueGroup ogcParameters)Subclasses override this if they wish to adjust OGC parameters before they are written to NetCDF.ParameterValueGroupNetCDFProjection. getOgcParameters(ParameterValueGroup netcdfParameters)Subclasses override this if they wish to adjust OGC parameters after they are read from NetCDF.static ParameterValueGroupProjectionBuilder. getProjectionParameters(String projectionName)Get Projection parameters from the specified projection name.Methods in org.geotools.coverage.io.netcdf.crs with parameters of type ParameterValueGroup Modifier and Type Method Description static CoordinateReferenceSystemProjectionBuilder. buildCRS(Map<String,?> props, ParameterValueGroup parameters, Ellipsoid ellipsoid)Build a ProjectedCoordinateReferenceSystemparsing Conversion parameters and Ellipsoidstatic MathTransformProjectionBuilder. createTransform(ParameterValueGroup parameters)static DefiningConversionProjectionBuilder. getConversion(ParameterValueGroup parameters, String name)ParameterValueGroupNetCDFProjection. getNetcdfParameters(ParameterValueGroup ogcParameters)Subclasses override this if they wish to adjust OGC parameters before they are written to NetCDF.ParameterValueGroupNetCDFProjection. getOgcParameters(ParameterValueGroup netcdfParameters)Subclasses override this if they wish to adjust OGC parameters after they are read from NetCDF.static voidProjectionBuilder. updateEllipsoidParams(ParameterValueGroup parameters, Ellipsoid ellipsoid)Make sure to set SEMI_MINOR and SEMI_MAJOR projection's parameters from the ellipsoid definition -
Uses of ParameterValueGroup in org.geotools.coverage.processing
Methods in org.geotools.coverage.processing that return ParameterValueGroup Modifier and Type Method Description ParameterValueGroupAbstractOperation. getParameters()Returns an initially empty set of parameters.Methods in org.geotools.coverage.processing with parameters of type ParameterValueGroup Modifier and Type Method Description abstract CoverageAbstractOperation. doOperation(ParameterValueGroup parameters, Hints hints)Applies a process operation to a coverage.CoverageCoverageProcessor. doOperation(ParameterValueGroup parameters)Applies a process operation to a coverage.CoverageCoverageProcessor. doOperation(ParameterValueGroup parameters, Hints hints)Applies a process operation to a coverage.CoverageOperationJAI. doOperation(ParameterValueGroup parameters, Hints hints)Applies a process operation to a grid coverage.protected voidBaseMathOperationJAI. extractSources(ParameterValueGroup parameters, Collection<GridCoverage2D> sources, String[] sourceNames)protected voidOperation2D. extractSources(ParameterValueGroup parameters, String[] sourceNames, GridCoverage2D[] sources)Extracts and prepares the sources for thisOperation2Dprotected voidOperationJAI. extractSources(ParameterValueGroup parameters, Collection<GridCoverage2D> sources, String[] sourceNames)Extraction of the sources from the parameter called SOURCES.protected voidOperationJAI. handleJAIEXTParams(ParameterBlockJAI parameters, ParameterValueGroup parameters2)Extension point for adding to the JAIParameterBlockJAIobject the parameters defined in theParameterValueGroup, which can be read by the JAI-EXT operations.protected ParameterBlockJAIBaseStatisticsOperationJAI. prepareParameters(ParameterValueGroup parameters)Copies parameter values from the specifiedParameterValueGroupto theParameterBlockJAIprotected ParameterBlockJAIOperationJAI. prepareParameters(ParameterValueGroup parameters)Copies parameter values from the specifiedParameterValueGroupto theParameterBlockJAI, except the sources. -
Uses of ParameterValueGroup in org.geotools.coverage.processing.operation
Methods in org.geotools.coverage.processing.operation with parameters of type ParameterValueGroup Modifier and Type Method Description CoverageBandMerge. doOperation(ParameterValueGroup parameters, Hints hints)CoverageCrop. doOperation(ParameterValueGroup parameters, Hints hints)Applies a crop operation to a coverage.CoverageInterpolate. doOperation(ParameterValueGroup parameters, Hints hints)Applies an interpolation to a grid coverage.CoverageMosaic. doOperation(ParameterValueGroup parameters, Hints hints)CoverageResample. doOperation(ParameterValueGroup parameters, Hints hints)Resamples a grid coverage.CoverageSelectSampleDimension. doOperation(ParameterValueGroup parameters, Hints hints)Applies the band select operation to a grid coverage.protected voidBandMerge. extractSources(ParameterValueGroup parameters, Collection<GridCoverage2D> sources)Extraction of the sources from the parameter called SOURCES.protected voidMosaic. extractSources(ParameterValueGroup parameters, Collection<GridCoverage2D> sources, String[] sourceNames)protected voidMultiply. extractSources(ParameterValueGroup parameters, Collection<GridCoverage2D> sources, String[] sourceNames)protected voidAbsolute. handleJAIEXTParams(ParameterBlockJAI parameters, ParameterValueGroup parameters2)protected voidAdd. handleJAIEXTParams(ParameterBlockJAI parameters, ParameterValueGroup parameters2)protected voidAddConst. handleJAIEXTParams(ParameterBlockJAI parameters, ParameterValueGroup parameters2)protected voidAffine. handleJAIEXTParams(ParameterBlockJAI parameters, ParameterValueGroup parameters2)protected voidDivideByConst. handleJAIEXTParams(ParameterBlockJAI parameters, ParameterValueGroup parameters2)protected voidExp. handleJAIEXTParams(ParameterBlockJAI parameters, ParameterValueGroup parameters2)protected voidExtrema. handleJAIEXTParams(ParameterBlockJAI parameters, ParameterValueGroup parameters2)protected voidHistogram. handleJAIEXTParams(ParameterBlockJAI parameters, ParameterValueGroup parameters2)protected voidInvert. handleJAIEXTParams(ParameterBlockJAI parameters, ParameterValueGroup parameters2)protected voidLog. handleJAIEXTParams(ParameterBlockJAI parameters, ParameterValueGroup parameters2)protected voidMultiply. handleJAIEXTParams(ParameterBlockJAI parameters, ParameterValueGroup parameters2)protected voidMultiplyConst. handleJAIEXTParams(ParameterBlockJAI parameters, ParameterValueGroup parameters2)protected voidRescale. handleJAIEXTParams(ParameterBlockJAI parameters, ParameterValueGroup parameters2)protected voidScale. handleJAIEXTParams(ParameterBlockJAI parameters, ParameterValueGroup parameters2)protected voidShadedRelief. handleJAIEXTParams(ParameterBlockJAI jaiParams, ParameterValueGroup params)protected voidSubtractConst. handleJAIEXTParams(ParameterBlockJAI parameters, ParameterValueGroup parameters2)protected voidSubtractFromConst. handleJAIEXTParams(ParameterBlockJAI parameters, ParameterValueGroup parameters2)protected voidWarp. handleJAIEXTParams(ParameterBlockJAI parameters, ParameterValueGroup parameters2)protected ParameterBlockJAIHistogram. prepareParameters(ParameterValueGroup parameters)protected ParameterBlockJAIZonalStatistics. prepareParameters(ParameterValueGroup parameters)Copies parameter values from the specifiedParameterValueGroupto theParameterBlockJAIabstract Mosaic.ResampledRastersMosaic.GridGeometryPolicy. resampleGridGeometry(GridCoverage2D[] sources, GridCoverage2D[] alphas, GridGeometry2D external, ParameterValueGroup parameters, Hints hints)Method for resampling the inputGridCoverage2Dobjects. -
Uses of ParameterValueGroup in org.geotools.parameter
Classes in org.geotools.parameter that implement ParameterValueGroup Modifier and Type Class Description classImagingParametersWraps a JAI'sParameterList.classMatrixParametersThe values for a group of matrix parameters.classParameterGroupA group of related parameter values.Fields in org.geotools.parameter declared as ParameterValueGroup Modifier and Type Field Description static ParameterValueGroupParameterGroup. EMPTYAn empty parameter value group.Methods in org.geotools.parameter that return ParameterValueGroup Modifier and Type Method Description ParameterValueGroupImagingParameters. addGroup(String name)Always throws an exception, since JAI's parameter list don't have subgroups.ParameterValueGroupParameterGroup. addGroup(String name)Creates a new group of the specified name.ParameterValueGroupDefaultParameterDescriptorGroup. createValue()Creates a new instance of parameter value group initialized with the default values.ParameterValueGroupImagingParameterDescriptors. createValue()Creates a new instance of parameter value group.ParameterValueGroupMatrixParameterDescriptors. createValue()Creates a new instance of parameter values with elements initialized to the 1 on the diagonal, and 0 everywere else.ParameterValueGroupMatrixParameters. createValue()Forwards the call to the matrix parameter descriptors specified at construction time.Methods in org.geotools.parameter that return types with arguments of type ParameterValueGroup Modifier and Type Method Description List<ParameterValueGroup>ImagingParameters. groups(String name)Always throws an exception, since JAI's parameter list don't have subgroups.List<ParameterValueGroup>ParameterGroup. groups(String name)Returns all subgroups with the specified name.Methods in org.geotools.parameter with parameters of type ParameterValueGroup Modifier and Type Method Description static voidParameters. copy(ParameterValueGroup source, ParameterValueGroup target)Copies all parameter values fromsourcetotarget.static booleanParameters. ensureSet(ParameterValueGroup parameters, String name, double value, Unit<?> unit, boolean force)Ensures that the specified parameter is set.voidParameterWriter. format(ParameterValueGroup values)Prints the elements of a parameter group to the output stream.MatrixMatrixParameterDescriptors. getMatrix(ParameterValueGroup parameters)Constructs a matrix from a group of parameters.static voidParameterWriter. print(ParameterValueGroup values)Prints the elements of a parameter group to the default output stream. -
Uses of ParameterValueGroup in org.geotools.referencing.operation
Methods in org.geotools.referencing.operation that return ParameterValueGroup Modifier and Type Method Description protected ParameterValueGroupMathTransformProvider. ensureValidValues(ParameterValueGroup values)Ensures that the given set of parameters contains only valid values.ParameterValueGroupDefaultMathTransformFactory. getDefaultParameters(String method)Returns the default parameter values for a math transform using the given method.ParameterValueGroupDefaultOperation. getParameterValues()Returns the parameter values.ParameterValueGroupDefiningConversion. getParameterValues()Returns the parameter values.Methods in org.geotools.referencing.operation with parameters of type ParameterValueGroup Modifier and Type Method Description MathTransformDefaultMathTransformFactory. createBaseToDerived(CoordinateReferenceSystem baseCRS, ParameterValueGroup parameters, CoordinateSystem derivedCS)Creates a parameterized transform from a base CRS to a derived CS.ConversionAbstractCoordinateOperationFactory. createDefiningConversion(Map<String,?> properties, OperationMethod method, ParameterValueGroup parameters)Constructs a defining conversion from a set of properties.protected CoordinateOperationAbstractCoordinateOperationFactory. createFromParameters(ReferenceIdentifier name, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, ParameterValueGroup parameters)Creates a coordinate operation from a set of parameters.protected abstract MathTransformMathTransformProvider. createMathTransform(ParameterValueGroup values)Creates a math transform from the specified group of parameter values.MathTransformDefaultMathTransformFactory. createParameterizedTransform(ParameterValueGroup parameters)Creates a transform from a group of parameters.protected static doubleMathTransformProvider. doubleValue(ParameterDescriptor<?> param, ParameterValueGroup group)Returns the parameter value for the specified operation parameter.protected ParameterValueGroupMathTransformProvider. ensureValidValues(ParameterValueGroup values)Ensures that the given set of parameters contains only valid values.protected static <T> ParameterValue<T>MathTransformProvider. getParameter(ParameterDescriptor<T> param, ParameterValueGroup group)Returns the parameter value for the specified operation parameter.protected static intMathTransformProvider. intValue(ParameterDescriptor<?> param, ParameterValueGroup group)Returns the parameter value for the specified operation parameter.protected static StringMathTransformProvider. stringValue(ParameterDescriptor<?> param, ParameterValueGroup group)Returns the parameter value for the specified operation parameter.protected static <T> TMathTransformProvider. value(ParameterDescriptor<T> param, ParameterValueGroup group)Returns the parameter value for the specified operation parameter.Constructors in org.geotools.referencing.operation with parameters of type ParameterValueGroup Constructor Description DefiningConversion(String name, ParameterValueGroup parameters)Convenience constructor for creating a defining conversion with a default operation method.DefiningConversion(Map<String,?> properties, OperationMethod method, ParameterValueGroup parameters)Constructs a conversion from a set of parameters. -
Uses of ParameterValueGroup in org.geotools.referencing.operation.projection
Methods in org.geotools.referencing.operation.projection that return ParameterValueGroup Modifier and Type Method Description ParameterValueGroupAlbersEqualArea. getParameterValues()Returns the parameter values for this map projection.ParameterValueGroupAzimuthalEquidistant.Abstract. getParameterValues()Return the values of the parameters that define the projection.ParameterValueGroupCylindricalEqualArea. getParameterValues()Returns the parameter values for this map projection.ParameterValueGroupEquidistantConic. getParameterValues()Returns the parameter values for this map projection.ParameterValueGroupEquidistantCylindrical. getParameterValues()Returns the parameter values for this map projection.ParameterValueGroupGeostationarySatellite. getParameterValues()ParameterValueGroupGnomonic. getParameterValues()Returns the parameter values for this map projection.ParameterValueGroupKrovak. getParameterValues()Returns the parameter values for this map projection.ParameterValueGroupLambertAzimuthalEqualArea. getParameterValues()Returns the parameter values for this map projection.ParameterValueGroupLambertConformal. getParameterValues()Returns the parameter values for this map projection.ParameterValueGroupMapProjection. getParameterValues()Returns the parameter values for this map projection.ParameterValueGroupMercator. getParameterValues()Returns the parameter values for this map projection.ParameterValueGroupObliqueMercator. getParameterValues()Returns the parameter values for this map projection.ParameterValueGroupPolarStereographic. getParameterValues()Returns the parameter values for this map projection.Methods in org.geotools.referencing.operation.projection with parameters of type ParameterValueGroup Modifier and Type Method Description protected MathTransformAlbersEqualArea.Provider. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.protected MathTransformAzimuthalEquidistant.Provider. createMathTransform(ParameterValueGroup parameters)Create an Azimuthal Equidistant projection.MathTransformCassiniSoldner.Provider. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.protected MathTransformCylindricalEqualArea.BehrmannProvider. createMathTransform(ParameterValueGroup parameters)protected MathTransformCylindricalEqualArea.LambertCylindricalEqualAreaProvider. createMathTransform(ParameterValueGroup parameters)protected MathTransformCylindricalEqualArea.Provider. createMathTransform(ParameterValueGroup parameters)protected MathTransformEckertIV.Provider. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.protected MathTransformEqualArea.Provider. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.protected MathTransformEquidistantConic.Provider. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.protected MathTransformEquidistantCylindrical.Provider. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.protected MathTransformEquidistantCylindrical.SphericalProvider. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.protected MathTransformGeneralOblique.Provider. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.protected MathTransformGeostationarySatellite.Provider. createMathTransform(ParameterValueGroup parameters)MathTransformGnomonic.Provider. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.protected MathTransformHomolosine.Provider. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.protected MathTransformHotineObliqueMercator.Provider_TwoPoint. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.protected MathTransformHotineObliqueMercator.Provider. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.MathTransformKrovak.NorthProvider. createMathTransform(ParameterValueGroup parameters)MathTransformKrovak.Provider. createMathTransform(ParameterValueGroup parameters)MathTransformLambertAzimuthalEqualArea.Provider. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.protected MathTransformLambertConformal1SP.Provider. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.protected MathTransformLambertConformal2SP.Provider. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.protected MathTransformLambertConformalBelgium.Provider. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.protected MathTransformLambertConformalEsriProvider. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.protected MathTransformMercator1SP.Provider. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.protected MathTransformMercator2SP.Provider. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.protected MathTransformMercatorPseudoProvider. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.protected MathTransformMeteosatSG.Provider. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.protected MathTransformMollweide.MollweideProvider. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.protected MathTransformMollweide.WagnerIVProvider. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.protected MathTransformMollweide.WagnerVProvider. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.MathTransformNewZealandMapGrid.Provider. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.protected MathTransformObliqueMercator.Provider_TwoPoint. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.protected MathTransformObliqueMercator.Provider. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.protected MathTransformOrthographic.Provider. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.protected MathTransformPlateCarree.Provider. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.MathTransformPolarStereographic.ProviderA. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.MathTransformPolarStereographic.ProviderB. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.MathTransformPolarStereographic.ProviderNorth. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.MathTransformPolarStereographic.ProviderSouth. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.protected MathTransformPolyconic.Provider. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.protected MathTransformRobinson.Provider. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.protected MathTransformRotatedPole.Provider. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.protected MathTransformSinusoidal.Provider. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.protected MathTransformStereographic.Provider. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.MathTransformTransverseMercator.Provider_SouthOrientated. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.protected MathTransformTransverseMercator.Provider. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.protected MathTransformWinkelTripel.AitoffProvider. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.protected MathTransformWinkelTripel.WinkelProvider. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.protected MathTransformWorldVanDerGrintenI.Provider. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.protected static doubleMapProjection.AbstractProvider. doubleValue(ParameterDescriptor param, ParameterValueGroup group)Returns the parameter value for the specified operation parameter in standard units.Constructors in org.geotools.referencing.operation.projection with parameters of type ParameterValueGroup Constructor Description Abstract(ParameterValueGroup parameters)Constructor.Abstract(ParameterValueGroup parameters)Constructs a new map projection from the supplied parameters.AlbersEqualArea(ParameterValueGroup parameters)Constructs a new map projection from the supplied parameters.CassiniSoldner(ParameterValueGroup values)CylindricalEqualArea(ParameterValueGroup parameters)EckertIV(ParameterValueGroup parameters)Constructs a new map projection from the supplied parameters.Ellipsoidal(ParameterValueGroup parameters)Constructor.Ellipsoidal(ParameterValueGroup parameters)Ellipsoidal(ParameterValueGroup parameters)Constructor.EqualArea(ParameterValueGroup parameters)EquatorialOrthographic(ParameterValueGroup parameters)Constructs an equatorial orthographic projection.EquatorialStereographic(ParameterValueGroup parameters)Constructs an equatorial stereographic projection (EPSG equations).EquidistantConic(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.EquidistantCylindrical(ParameterValueGroup parameters)Constructs a new map projection from the supplied parameters.GeneralOblique(ParameterValueGroup parameters)Constructs a rotated latitude/longitude projection.GeostationarySatellite(ParameterValueGroup parameters)Gnomonic(ParameterValueGroup parameters)Constructs a gnomonic projection using a spheroid algorithm.Homolosine(ParameterDescriptorGroup descriptors, ParameterValueGroup parameters)Constructs a new map projection from the supplied parameters.HotineObliqueMercator(ParameterValueGroup parameters)Constructs a new map projection from the supplied parameters.Krovak(ParameterValueGroup parameters, ParameterDescriptorGroup descriptors, boolean esriDefinition)Constructs a new map projection from the supplied parameters.LambertAzimuthalEqualArea(ParameterValueGroup parameters)Constructs a new map projection from the supplied parameters.LambertConformal(ParameterValueGroup parameters)Constructs a new map projection from the supplied parameters.LambertConformal1SP(ParameterValueGroup parameters)Constructs a new map projection from the supplied parameters.LambertConformal2SP(ParameterValueGroup parameters)Constructs a new map projection from the supplied parameters.LambertConformalBelgium(ParameterValueGroup parameters)Constructs a new map projection from the supplied parameters.MapProjection(ParameterValueGroup values)Constructs a new map projection from the suplied parameters.Mercator(ParameterValueGroup parameters)Constructs a new map projection from the supplied parameters.Mercator1SP(ParameterValueGroup parameters)Constructs a new map projection from the supplied parameters.Mercator2SP(ParameterValueGroup parameters)Constructs a new map projection from the supplied parameters.MeteosatSG(ParameterValueGroup parameters)Constructs a Meteosat Second Generation imagery projection.Mollweide(Mollweide.ProjectionMode mode, ParameterDescriptorGroup descriptors, ParameterValueGroup parameters)Constructs a new map projection from the supplied parameters.NewZealandMapGrid(ParameterValueGroup parameters)Constructs a new map projection from the supplied parameters.ObliqueMercator(ParameterValueGroup parameters)Constructs a new map projection from the supplied parameters.ObliqueOrthographic(ParameterValueGroup parameters)Constructs an oblique orthographic projection.ObliqueStereographic(ParameterValueGroup parameters)Constructs an oblique stereographic projection (EPSG equations).Orthographic(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.PlateCarree(ParameterValueGroup parameters)Constructs a new map projection from the supplied parameters.PolarOrthographic(ParameterValueGroup parameters)Constructs a polar orthographic projection.Robinson(ParameterValueGroup parameters)Constructs a new map projection from the supplied parameters.RotatedPole(ParameterValueGroup parameters)Constructs a rotated latitude/longitude projection.Sinusoidal(ParameterValueGroup parameters)Constructs a new map projection from the supplied parameters.Spherical(ParameterValueGroup parameters)Constructor.Spherical(ParameterValueGroup parameters)Spherical(ParameterValueGroup parameters)Constructs a new map projection from the supplied parameters.TransverseMercator(ParameterValueGroup parameters)Constructs a new map projection from the supplied parameters.WinkelTripel(WinkelTripel.ProjectionMode mode, ParameterDescriptorGroup descriptors, ParameterValueGroup parameters)Constructs a new map projection from the supplied parameters.WorldVanDerGrintenI(ParameterValueGroup values)Constructs a new map projection from the supplied parameters.WorldVanDerGrintenI(ParameterValueGroup values, Collection<GeneralParameterDescriptor> expected) -
Uses of ParameterValueGroup in org.geotools.referencing.operation.transform
Methods in org.geotools.referencing.operation.transform that return ParameterValueGroup Modifier and Type Method Description ParameterValueGroupAbstractMathTransform. getParameterValues()Returns the parameter values for this math transform, ornullif unknow.ParameterValueGroupAffineTransform2D. getParameterValues()Returns the matrix elements as a group of parameters values.ParameterValueGroupEarthGravitationalModel. getParameterValues()Returns the parameters for this math transform.ParameterValueGroupExponentialTransform1D. getParameterValues()Returns the parameter values for this math transform.ParameterValueGroupGeocentricTransform. getParameterValues()Returns the parameter values for this math transform.ParameterValueGroupGeocentricTranslation. getParameterValues()Returns the parameters for this math transform.ParameterValueGroupIdentityTransform. getParameterValues()Returns the matrix elements as a group of parameters values.ParameterValueGroupLinearTransform1D. getParameterValues()Returns the matrix elements as a group of parameters values.ParameterValueGroupLogarithmicTransform1D. getParameterValues()Returns the parameter values for this math transform.ParameterValueGroupMolodenskiTransform. getParameterValues()Returns the parameters for this math transform.ParameterValueGroupNADCONTransform. getParameterValues()Returns the parameter values for this math transform.ParameterValueGroupNTv2Transform. getParameterValues()Returns the parameter values for this math transform.ParameterValueGroupProjectiveTransform. getParameterValues()Returns the matrix elements as a group of parameters values.ParameterValueGroupWarpTransform2D. getParameterValues()Returns the parameter values for this math transform.Methods in org.geotools.referencing.operation.transform with parameters of type ParameterValueGroup Modifier and Type Method Description protected MathTransformEarthGravitationalModel.Provider. createMathTransform(ParameterValueGroup values)Creates a math transform from the specified group of parameter values.protected MathTransform1DExponentialTransform1D.Provider. createMathTransform(ParameterValueGroup values)Creates a logarithmic transform from the specified group of parameter values.protected MathTransformGeocentricTransform.Provider. createMathTransform(ParameterValueGroup values)Creates a transform from the specified group of parameter values.MathTransformGeocentricTransform.ProviderInverse. createMathTransform(ParameterValueGroup values)Creates a transform from the specified group of parameter values.protected MathTransformGeocentricTranslation.Provider. createMathTransform(ParameterValueGroup values)Creates a math transform from the specified group of parameter values.protected MathTransform1DLogarithmicTransform1D.Provider. createMathTransform(ParameterValueGroup values)Creates a logarithmic transform from the specified group of parameter values.protected MathTransformMolodenskiTransform.Provider. createMathTransform(ParameterValueGroup values)Creates a math transform from the specified group of parameter values.protected MathTransformNADCONTransform.Provider. createMathTransform(ParameterValueGroup values)Creates a math transform from the specified group of parameter values.protected MathTransformNTv2Transform.Provider. createMathTransform(ParameterValueGroup values)Creates a math transform from the specified group of parameter values.protected MathTransformProjectiveTransform.ProviderAffine. createMathTransform(ParameterValueGroup values)Creates a projective transform from the specified group of parameter values.protected MathTransformProjectiveTransform.ProviderLongitudeRotation. createMathTransform(ParameterValueGroup values)Creates a transform from the specified group of parameter values.protected MathTransformSimilarityTransformProvider. createMathTransform(ParameterValueGroup values)Constructs anAffineTransform2Dmath transform from the specified group of parameter values.protected MathTransformWarpTransform2DProvider. createMathTransform(ParameterValueGroup values)Creates a warp transform from the specified group of parameter values.protected voidGeocentricTranslation.Provider. fill(BursaWolfParameters parameters, ParameterValueGroup values)Fill the specified Bursa-Wolf parameters according the specified values.protected voidGeocentricTranslation.ProviderFrameRotation. fill(BursaWolfParameters parameters, ParameterValueGroup values)Fills the specified Bursa-Wolf parameters according the specified values.protected voidGeocentricTranslation.ProviderSevenParam. fill(BursaWolfParameters parameters, ParameterValueGroup values)Fills the specified Bursa-Wolf parameters according the specified values.
-