Uses of Interface
org.geotools.api.parameter.ParameterValueGroup
Packages that use ParameterValueGroup
Package
Description
Quadrilateral grid coverages.
Description and storage of parameter values.
Coordinate operations (relationship between
any two coordinate reference systems).
Coverage processing
implementations.
List of coverage operations.
Parameter implementation.
Coordinate operation implementation.
Basic implementations of map projections.
Basic implementations of math transforms.
-
Uses of ParameterValueGroup in org.geotools.api.coverage.grid
Methods in org.geotools.api.coverage.grid that return ParameterValueGroupModifier and TypeMethodDescriptionFormat.getReadParameters()
Retrieve the parameter information for aread
operation.Format.getWriteParameters()
Retrieve the parameter information for awrite
operation. -
Uses of ParameterValueGroup in org.geotools.api.coverage.processing
Methods in org.geotools.api.coverage.processing that return ParameterValueGroup -
Uses of ParameterValueGroup in org.geotools.api.parameter
Methods in org.geotools.api.parameter that return ParameterValueGroupModifier and TypeMethodDescriptionCreates a new group of the specified name.ParameterValueGroup.clone()
Returns a copy of this group of parameter values.ParameterDescriptorGroup.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 ParameterValueGroupModifier and TypeMethodDescriptionReturns all subgroups with the specified name. -
Uses of ParameterValueGroup in org.geotools.api.referencing.operation
Methods in org.geotools.api.referencing.operation that return ParameterValueGroupModifier and TypeMethodDescriptionMathTransformFactory.getDefaultParameters
(String method) Returns the default parameter values for a math transform using the given method.Operation.getParameterValues()
Returns the parameter values.Methods in org.geotools.api.referencing.operation with parameters of type ParameterValueGroupModifier and TypeMethodDescriptionMathTransformFactory.createBaseToDerived
(CoordinateReferenceSystem baseCRS, ParameterValueGroup parameters, CoordinateSystem derivedCS) Creates a parameterized transform from a base CRS to a derived CS.CoordinateOperationFactory.createDefiningConversion
(Map<String, ?> properties, OperationMethod method, ParameterValueGroup parameters) Constructs a defining conversion from a set of properties.MathTransformFactory.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 ParameterValueGroupModifier and TypeFieldDescriptionprotected ParameterValueGroup
AbstractGridFormat.readParameters
ParameterValueGroup
that controls the reading process for aGridCoverageReader
through theGridCoverageReader.read(org.geotools.api.parameter.GeneralParameterValue[])
method.protected ParameterValueGroup
AbstractGridFormat.writeParameters
ParameterValueGroup
that controls the writing process for aGridCoverageWriter
through theGridCoverageWriter.write(org.geotools.api.coverage.grid.GridCoverage, org.geotools.api.parameter.GeneralParameterValue[])
method.Methods in org.geotools.coverage.grid.io that return ParameterValueGroupModifier and TypeMethodDescriptionAbstractGridFormat.getReadParameters()
UnknownFormat.getReadParameters()
AbstractGridFormat.getWriteParameters()
UnknownFormat.getWriteParameters()
-
Uses of ParameterValueGroup in org.geotools.coverage.io.netcdf.crs
Methods in org.geotools.coverage.io.netcdf.crs that return ParameterValueGroupModifier and TypeMethodDescriptionstatic ParameterValueGroup
ProjectionBuilder.getDefaultparameters
(String projectionName) Get aParameterValueGroup
parameters instance for the specified projectionName.NetCDFProjection.getNetcdfParameters
(ParameterValueGroup ogcParameters) Subclasses override this if they wish to adjust OGC parameters before they are written to NetCDF.NetCDFProjection.getOgcParameters
(ParameterValueGroup netcdfParameters) Subclasses override this if they wish to adjust OGC parameters after they are read from NetCDF.static ParameterValueGroup
ProjectionBuilder.getProjectionParameters
(String projectionName) Get Projection parameters from the specified projection name.Methods in org.geotools.coverage.io.netcdf.crs with parameters of type ParameterValueGroupModifier and TypeMethodDescriptionstatic CoordinateReferenceSystem
ProjectionBuilder.buildCRS
(Map<String, ?> props, ParameterValueGroup parameters, Ellipsoid ellipsoid) Build a ProjectedCoordinateReferenceSystem
parsing Conversion parameters and Ellipsoidstatic MathTransform
ProjectionBuilder.createTransform
(ParameterValueGroup parameters) static DefiningConversion
ProjectionBuilder.getConversion
(ParameterValueGroup parameters, String name) NetCDFProjection.getNetcdfParameters
(ParameterValueGroup ogcParameters) Subclasses override this if they wish to adjust OGC parameters before they are written to NetCDF.NetCDFProjection.getOgcParameters
(ParameterValueGroup netcdfParameters) Subclasses override this if they wish to adjust OGC parameters after they are read from NetCDF.static void
ProjectionBuilder.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 ParameterValueGroupModifier and TypeMethodDescriptionAbstractOperation.getParameters()
Returns an initially empty set of parameters.Methods in org.geotools.coverage.processing with parameters of type ParameterValueGroupModifier and TypeMethodDescriptionabstract Coverage
AbstractOperation.doOperation
(ParameterValueGroup parameters, Hints hints) Applies a process operation to a coverage.CoverageProcessor.doOperation
(ParameterValueGroup parameters) Applies a process operation to a coverage.CoverageProcessor.doOperation
(ParameterValueGroup parameters, Hints hints) Applies a process operation to a coverage.OperationJAI.doOperation
(ParameterValueGroup parameters, Hints hints) Applies a process operation to a grid coverage.protected void
BaseMathOperationJAI.extractSources
(ParameterValueGroup parameters, Collection<GridCoverage2D> sources, String[] sourceNames) protected void
Operation2D.extractSources
(ParameterValueGroup parameters, String[] sourceNames, GridCoverage2D[] sources) Extracts and prepares the sources for thisOperation2D
protected void
OperationJAI.extractSources
(ParameterValueGroup parameters, Collection<GridCoverage2D> sources, String[] sourceNames) Extraction of the sources from the parameter called SOURCES.protected void
OperationJAI.handleJAIEXTParams
(ParameterBlockJAI parameters, ParameterValueGroup parameters2) Extension point for adding to the JAIParameterBlockJAI
object the parameters defined in theParameterValueGroup
, which can be read by the JAI-EXT operations.protected ParameterBlockJAI
BaseStatisticsOperationJAI.prepareParameters
(ParameterValueGroup parameters) Copies parameter values from the specifiedParameterValueGroup
to theParameterBlockJAI
protected ParameterBlockJAI
OperationJAI.prepareParameters
(ParameterValueGroup parameters) Copies parameter values from the specifiedParameterValueGroup
to theParameterBlockJAI
, except the sources. -
Uses of ParameterValueGroup in org.geotools.coverage.processing.operation
Methods in org.geotools.coverage.processing.operation with parameters of type ParameterValueGroupModifier and TypeMethodDescriptionBandMerge.doOperation
(ParameterValueGroup parameters, Hints hints) Crop.doOperation
(ParameterValueGroup parameters, Hints hints) Applies a crop operation to a coverage.Interpolate.doOperation
(ParameterValueGroup parameters, Hints hints) Applies an interpolation to a grid coverage.Mosaic.doOperation
(ParameterValueGroup parameters, Hints hints) Resample.doOperation
(ParameterValueGroup parameters, Hints hints) Resamples a grid coverage.SelectSampleDimension.doOperation
(ParameterValueGroup parameters, Hints hints) Applies the band select operation to a grid coverage.protected void
BandMerge.extractSources
(ParameterValueGroup parameters, Collection<GridCoverage2D> sources) Extraction of the sources from the parameter called SOURCES.protected void
Mosaic.extractSources
(ParameterValueGroup parameters, Collection<GridCoverage2D> sources, String[] sourceNames) protected void
Multiply.extractSources
(ParameterValueGroup parameters, Collection<GridCoverage2D> sources, String[] sourceNames) protected void
Absolute.handleJAIEXTParams
(ParameterBlockJAI parameters, ParameterValueGroup parameters2) protected void
Add.handleJAIEXTParams
(ParameterBlockJAI parameters, ParameterValueGroup parameters2) protected void
AddConst.handleJAIEXTParams
(ParameterBlockJAI parameters, ParameterValueGroup parameters2) protected void
Affine.handleJAIEXTParams
(ParameterBlockJAI parameters, ParameterValueGroup parameters2) protected void
DivideByConst.handleJAIEXTParams
(ParameterBlockJAI parameters, ParameterValueGroup parameters2) protected void
Exp.handleJAIEXTParams
(ParameterBlockJAI parameters, ParameterValueGroup parameters2) protected void
Extrema.handleJAIEXTParams
(ParameterBlockJAI parameters, ParameterValueGroup parameters2) protected void
Histogram.handleJAIEXTParams
(ParameterBlockJAI parameters, ParameterValueGroup parameters2) protected void
Invert.handleJAIEXTParams
(ParameterBlockJAI parameters, ParameterValueGroup parameters2) protected void
Log.handleJAIEXTParams
(ParameterBlockJAI parameters, ParameterValueGroup parameters2) protected void
Multiply.handleJAIEXTParams
(ParameterBlockJAI parameters, ParameterValueGroup parameters2) protected void
MultiplyConst.handleJAIEXTParams
(ParameterBlockJAI parameters, ParameterValueGroup parameters2) protected void
Rescale.handleJAIEXTParams
(ParameterBlockJAI parameters, ParameterValueGroup parameters2) protected void
Scale.handleJAIEXTParams
(ParameterBlockJAI parameters, ParameterValueGroup parameters2) protected void
ShadedRelief.handleJAIEXTParams
(ParameterBlockJAI jaiParams, ParameterValueGroup params) protected void
SubtractConst.handleJAIEXTParams
(ParameterBlockJAI parameters, ParameterValueGroup parameters2) protected void
SubtractFromConst.handleJAIEXTParams
(ParameterBlockJAI parameters, ParameterValueGroup parameters2) protected void
Warp.handleJAIEXTParams
(ParameterBlockJAI parameters, ParameterValueGroup parameters2) protected ParameterBlockJAI
Histogram.prepareParameters
(ParameterValueGroup parameters) protected ParameterBlockJAI
ZonalStatistics.prepareParameters
(ParameterValueGroup parameters) Copies parameter values from the specifiedParameterValueGroup
to theParameterBlockJAI
abstract Mosaic.ResampledRasters
Mosaic.GridGeometryPolicy.resampleGridGeometry
(GridCoverage2D[] sources, GridCoverage2D[] alphas, GridGeometry2D external, ParameterValueGroup parameters, Hints hints) Method for resampling the inputGridCoverage2D
objects. -
Uses of ParameterValueGroup in org.geotools.parameter
Classes in org.geotools.parameter that implement ParameterValueGroupModifier and TypeClassDescriptionclass
Wraps a JAI'sParameterList
.class
The values for a group of matrix parameters.class
A group of related parameter values.Fields in org.geotools.parameter declared as ParameterValueGroupModifier and TypeFieldDescriptionstatic ParameterValueGroup
ParameterGroup.EMPTY
An empty parameter value group.Methods in org.geotools.parameter that return ParameterValueGroupModifier and TypeMethodDescriptionAlways throws an exception, since JAI's parameter list don't have subgroups.Creates a new group of the specified name.DefaultParameterDescriptorGroup.createValue()
Creates a new instance of parameter value group initialized with the default values.ImagingParameterDescriptors.createValue()
Creates a new instance of parameter value group.MatrixParameterDescriptors.createValue()
Creates a new instance of parameter values with elements initialized to the 1 on the diagonal, and 0 everywere else.MatrixParameters.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 ParameterValueGroupModifier and TypeMethodDescriptionAlways throws an exception, since JAI's parameter list don't have subgroups.Returns all subgroups with the specified name.Methods in org.geotools.parameter with parameters of type ParameterValueGroupModifier and TypeMethodDescriptionstatic void
Parameters.copy
(ParameterValueGroup source, ParameterValueGroup target) Copies all parameter values fromsource
totarget
.static boolean
Parameters.ensureSet
(ParameterValueGroup parameters, String name, double value, Unit<?> unit, boolean force) Ensures that the specified parameter is set.void
ParameterWriter.format
(ParameterValueGroup values) Prints the elements of a parameter group to the output stream.MatrixParameterDescriptors.getMatrix
(ParameterValueGroup parameters) Constructs a matrix from a group of parameters.static void
ParameterWriter.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 ParameterValueGroupModifier and TypeMethodDescriptionprotected ParameterValueGroup
MathTransformProvider.ensureValidValues
(ParameterValueGroup values) Ensures that the given set of parameters contains only valid values.DefaultMathTransformFactory.getDefaultParameters
(String method) Returns the default parameter values for a math transform using the given method.DefaultOperation.getParameterValues()
Returns the parameter values.DefiningConversion.getParameterValues()
Returns the parameter values.Methods in org.geotools.referencing.operation with parameters of type ParameterValueGroupModifier and TypeMethodDescriptionDefaultMathTransformFactory.createBaseToDerived
(CoordinateReferenceSystem baseCRS, ParameterValueGroup parameters, CoordinateSystem derivedCS) Creates a parameterized transform from a base CRS to a derived CS.AbstractCoordinateOperationFactory.createDefiningConversion
(Map<String, ?> properties, OperationMethod method, ParameterValueGroup parameters) Constructs a defining conversion from a set of properties.protected CoordinateOperation
AbstractCoordinateOperationFactory.createFromParameters
(ReferenceIdentifier name, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, ParameterValueGroup parameters) Creates a coordinate operation from a set of parameters.protected abstract MathTransform
MathTransformProvider.createMathTransform
(ParameterValueGroup values) Creates a math transform from the specified group of parameter values.DefaultMathTransformFactory.createParameterizedTransform
(ParameterValueGroup parameters) Creates a transform from a group of parameters.protected static double
MathTransformProvider.doubleValue
(ParameterDescriptor<?> param, ParameterValueGroup group) Returns the parameter value for the specified operation parameter.protected ParameterValueGroup
MathTransformProvider.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 int
MathTransformProvider.intValue
(ParameterDescriptor<?> param, ParameterValueGroup group) Returns the parameter value for the specified operation parameter.protected static String
MathTransformProvider.stringValue
(ParameterDescriptor<?> param, ParameterValueGroup group) Returns the parameter value for the specified operation parameter.protected static <T> T
MathTransformProvider.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 ParameterValueGroupModifierConstructorDescriptionDefiningConversion
(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 ParameterValueGroupModifier and TypeMethodDescriptionAlbersEqualArea.getParameterValues()
Returns the parameter values for this map projection.AzimuthalEquidistant.Abstract.getParameterValues()
Return the values of the parameters that define the projection.CylindricalEqualArea.getParameterValues()
Returns the parameter values for this map projection.EquidistantConic.getParameterValues()
Returns the parameter values for this map projection.EquidistantCylindrical.getParameterValues()
Returns the parameter values for this map projection.GeostationarySatellite.getParameterValues()
Gnomonic.getParameterValues()
Returns the parameter values for this map projection.Krovak.getParameterValues()
Returns the parameter values for this map projection.LambertAzimuthalEqualArea.getParameterValues()
Returns the parameter values for this map projection.LambertConformal.getParameterValues()
Returns the parameter values for this map projection.MapProjection.getParameterValues()
Returns the parameter values for this map projection.Mercator.getParameterValues()
Returns the parameter values for this map projection.ObliqueMercator.getParameterValues()
Returns the parameter values for this map projection.PolarStereographic.getParameterValues()
Returns the parameter values for this map projection.Methods in org.geotools.referencing.operation.projection with parameters of type ParameterValueGroupModifier and TypeMethodDescriptionprotected MathTransform
AlbersEqualArea.Provider.createMathTransform
(ParameterValueGroup parameters) Creates a transform from the specified group of parameter values.protected MathTransform
AzimuthalEquidistant.Provider.createMathTransform
(ParameterValueGroup parameters) Create an Azimuthal Equidistant projection.CassiniSoldner.Provider.createMathTransform
(ParameterValueGroup parameters) Creates a transform from the specified group of parameter values.protected MathTransform
CylindricalEqualArea.BehrmannProvider.createMathTransform
(ParameterValueGroup parameters) protected MathTransform
CylindricalEqualArea.LambertCylindricalEqualAreaProvider.createMathTransform
(ParameterValueGroup parameters) protected MathTransform
CylindricalEqualArea.Provider.createMathTransform
(ParameterValueGroup parameters) protected MathTransform
EckertIV.Provider.createMathTransform
(ParameterValueGroup parameters) Creates a transform from the specified group of parameter values.protected MathTransform
EqualArea.Provider.createMathTransform
(ParameterValueGroup parameters) Creates a transform from the specified group of parameter values.protected MathTransform
EquidistantConic.Provider.createMathTransform
(ParameterValueGroup parameters) Creates a transform from the specified group of parameter values.protected MathTransform
EquidistantCylindrical.Provider.createMathTransform
(ParameterValueGroup parameters) Creates a transform from the specified group of parameter values.protected MathTransform
EquidistantCylindrical.SphericalProvider.createMathTransform
(ParameterValueGroup parameters) Creates a transform from the specified group of parameter values.protected MathTransform
GeneralOblique.Provider.createMathTransform
(ParameterValueGroup parameters) Creates a transform from the specified group of parameter values.protected MathTransform
GeostationarySatellite.Provider.createMathTransform
(ParameterValueGroup parameters) Gnomonic.Provider.createMathTransform
(ParameterValueGroup parameters) Creates a transform from the specified group of parameter values.protected MathTransform
Homolosine.Provider.createMathTransform
(ParameterValueGroup parameters) Creates a transform from the specified group of parameter values.protected MathTransform
HotineObliqueMercator.Provider_TwoPoint.createMathTransform
(ParameterValueGroup parameters) Creates a transform from the specified group of parameter values.protected MathTransform
HotineObliqueMercator.Provider.createMathTransform
(ParameterValueGroup parameters) Creates a transform from the specified group of parameter values.Krovak.NorthProvider.createMathTransform
(ParameterValueGroup parameters) Krovak.Provider.createMathTransform
(ParameterValueGroup parameters) LambertAzimuthalEqualArea.Provider.createMathTransform
(ParameterValueGroup parameters) Creates a transform from the specified group of parameter values.protected MathTransform
LambertConformal1SP.Provider.createMathTransform
(ParameterValueGroup parameters) Creates a transform from the specified group of parameter values.protected MathTransform
LambertConformal2SP.Provider.createMathTransform
(ParameterValueGroup parameters) Creates a transform from the specified group of parameter values.protected MathTransform
LambertConformalBelgium.Provider.createMathTransform
(ParameterValueGroup parameters) Creates a transform from the specified group of parameter values.protected MathTransform
LambertConformalEsriProvider.createMathTransform
(ParameterValueGroup parameters) Creates a transform from the specified group of parameter values.protected MathTransform
Mercator1SP.Provider.createMathTransform
(ParameterValueGroup parameters) Creates a transform from the specified group of parameter values.protected MathTransform
Mercator2SP.Provider.createMathTransform
(ParameterValueGroup parameters) Creates a transform from the specified group of parameter values.protected MathTransform
MercatorPseudoProvider.createMathTransform
(ParameterValueGroup parameters) Creates a transform from the specified group of parameter values.protected MathTransform
MeteosatSG.Provider.createMathTransform
(ParameterValueGroup parameters) Creates a transform from the specified group of parameter values.protected MathTransform
Mollweide.MollweideProvider.createMathTransform
(ParameterValueGroup parameters) Creates a transform from the specified group of parameter values.protected MathTransform
Mollweide.WagnerIVProvider.createMathTransform
(ParameterValueGroup parameters) Creates a transform from the specified group of parameter values.protected MathTransform
Mollweide.WagnerVProvider.createMathTransform
(ParameterValueGroup parameters) Creates a transform from the specified group of parameter values.NewZealandMapGrid.Provider.createMathTransform
(ParameterValueGroup parameters) Creates a transform from the specified group of parameter values.protected MathTransform
ObliqueMercator.Provider_TwoPoint.createMathTransform
(ParameterValueGroup parameters) Creates a transform from the specified group of parameter values.protected MathTransform
ObliqueMercator.Provider.createMathTransform
(ParameterValueGroup parameters) Creates a transform from the specified group of parameter values.protected MathTransform
Orthographic.Provider.createMathTransform
(ParameterValueGroup parameters) Creates a transform from the specified group of parameter values.protected MathTransform
PlateCarree.Provider.createMathTransform
(ParameterValueGroup parameters) Creates a transform from the specified group of parameter values.PolarStereographic.ProviderA.createMathTransform
(ParameterValueGroup parameters) Creates a transform from the specified group of parameter values.PolarStereographic.ProviderB.createMathTransform
(ParameterValueGroup parameters) Creates a transform from the specified group of parameter values.PolarStereographic.ProviderNorth.createMathTransform
(ParameterValueGroup parameters) Creates a transform from the specified group of parameter values.PolarStereographic.ProviderSouth.createMathTransform
(ParameterValueGroup parameters) Creates a transform from the specified group of parameter values.protected MathTransform
Polyconic.Provider.createMathTransform
(ParameterValueGroup parameters) Creates a transform from the specified group of parameter values.protected MathTransform
Robinson.Provider.createMathTransform
(ParameterValueGroup parameters) Creates a transform from the specified group of parameter values.protected MathTransform
RotatedPole.Provider.createMathTransform
(ParameterValueGroup parameters) Creates a transform from the specified group of parameter values.protected MathTransform
Sinusoidal.Provider.createMathTransform
(ParameterValueGroup parameters) Creates a transform from the specified group of parameter values.protected MathTransform
Stereographic.Provider.createMathTransform
(ParameterValueGroup parameters) Creates a transform from the specified group of parameter values.TransverseMercator.Provider_SouthOrientated.createMathTransform
(ParameterValueGroup parameters) Creates a transform from the specified group of parameter values.protected MathTransform
TransverseMercator.Provider.createMathTransform
(ParameterValueGroup parameters) Creates a transform from the specified group of parameter values.protected MathTransform
WinkelTripel.AitoffProvider.createMathTransform
(ParameterValueGroup parameters) Creates a transform from the specified group of parameter values.protected MathTransform
WinkelTripel.WinkelProvider.createMathTransform
(ParameterValueGroup parameters) Creates a transform from the specified group of parameter values.protected MathTransform
WorldVanDerGrintenI.Provider.createMathTransform
(ParameterValueGroup parameters) Creates a transform from the specified group of parameter values.protected static double
MapProjection.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 ParameterValueGroupModifierConstructorDescriptionprotected
Abstract
(ParameterValueGroup parameters) Constructor.protected
Abstract
(ParameterValueGroup parameters) Constructs a new map projection from the supplied parameters.protected
AlbersEqualArea
(ParameterValueGroup parameters) Constructs a new map projection from the supplied parameters.protected
CassiniSoldner
(ParameterValueGroup values) protected
CylindricalEqualArea
(ParameterValueGroup parameters) protected
EckertIV
(ParameterValueGroup parameters) Constructs a new map projection from the supplied parameters.protected
Ellipsoidal
(ParameterValueGroup parameters) Constructor.Ellipsoidal
(ParameterValueGroup parameters) protected
Ellipsoidal
(ParameterValueGroup parameters) Constructor.EqualArea
(ParameterValueGroup parameters) protected
EquatorialOrthographic
(ParameterValueGroup parameters) Constructs an equatorial orthographic projection.protected
EquatorialStereographic
(ParameterValueGroup parameters) Constructs an equatorial stereographic projection (EPSG equations).protected
EquidistantConic
(ParameterValueGroup parameters) Creates a transform from the specified group of parameter values.protected
EquidistantCylindrical
(ParameterValueGroup parameters) Constructs a new map projection from the supplied parameters.protected
GeneralOblique
(ParameterValueGroup parameters) Constructs a rotated latitude/longitude projection.GeostationarySatellite
(ParameterValueGroup parameters) protected
Homolosine
(ParameterDescriptorGroup descriptors, ParameterValueGroup parameters) Constructs a new map projection from the supplied parameters.protected
HotineObliqueMercator
(ParameterValueGroup parameters) Constructs a new map projection from the supplied parameters.protected
Krovak
(ParameterValueGroup parameters, ParameterDescriptorGroup descriptors, boolean esriDefinition) Constructs a new map projection from the supplied parameters.protected
LambertAzimuthalEqualArea
(ParameterValueGroup parameters) Constructs a new map projection from the supplied parameters.protected
LambertConformal
(ParameterValueGroup parameters) Constructs a new map projection from the supplied parameters.protected
LambertConformal1SP
(ParameterValueGroup parameters) Constructs a new map projection from the supplied parameters.protected
LambertConformal2SP
(ParameterValueGroup parameters) Constructs a new map projection from the supplied parameters.protected
LambertConformalBelgium
(ParameterValueGroup parameters) Constructs a new map projection from the supplied parameters.protected
MapProjection
(ParameterValueGroup values) Constructs a new map projection from the suplied parameters.protected
Mercator
(ParameterValueGroup parameters) Constructs a new map projection from the supplied parameters.protected
Mercator1SP
(ParameterValueGroup parameters) Constructs a new map projection from the supplied parameters.protected
Mercator2SP
(ParameterValueGroup parameters) Constructs a new map projection from the supplied parameters.protected
MeteosatSG
(ParameterValueGroup parameters) Constructs a Meteosat Second Generation imagery projection.protected
Mollweide
(Mollweide.ProjectionMode mode, ParameterDescriptorGroup descriptors, ParameterValueGroup parameters) Constructs a new map projection from the supplied parameters.protected
NewZealandMapGrid
(ParameterValueGroup parameters) Constructs a new map projection from the supplied parameters.protected
ObliqueMercator
(ParameterValueGroup parameters) Constructs a new map projection from the supplied parameters.protected
ObliqueOrthographic
(ParameterValueGroup parameters) Constructs an oblique orthographic projection.protected
ObliqueStereographic
(ParameterValueGroup parameters) Constructs an oblique stereographic projection (EPSG equations).protected
Orthographic
(ParameterValueGroup parameters) Creates a transform from the specified group of parameter values.protected
PlateCarree
(ParameterValueGroup parameters) Constructs a new map projection from the supplied parameters.protected
PolarOrthographic
(ParameterValueGroup parameters) Constructs a polar orthographic projection.protected
Robinson
(ParameterValueGroup parameters) Constructs a new map projection from the supplied parameters.protected
RotatedPole
(ParameterValueGroup parameters) Constructs a rotated latitude/longitude projection.protected
Sinusoidal
(ParameterValueGroup parameters) Constructs a new map projection from the supplied parameters.protected
Spherical
(ParameterValueGroup parameters) Constructor.Spherical
(ParameterValueGroup parameters) protected
Spherical
(ParameterValueGroup parameters) Constructs a new map projection from the supplied parameters.protected
TransverseMercator
(ParameterValueGroup parameters) Constructs a new map projection from the supplied parameters.protected
WinkelTripel
(WinkelTripel.ProjectionMode mode, ParameterDescriptorGroup descriptors, ParameterValueGroup parameters) Constructs a new map projection from the supplied parameters.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 ParameterValueGroupModifier and TypeMethodDescriptionAbstractMathTransform.getParameterValues()
Returns the parameter values for this math transform, ornull
if unknow.AffineTransform2D.getParameterValues()
Returns the matrix elements as a group of parameters values.EarthGravitationalModel.getParameterValues()
Returns the parameters for this math transform.ExponentialTransform1D.getParameterValues()
Returns the parameter values for this math transform.GeocentricTransform.getParameterValues()
Returns the parameter values for this math transform.GeocentricTranslation.getParameterValues()
Returns the parameters for this math transform.IdentityTransform.getParameterValues()
Returns the matrix elements as a group of parameters values.LinearTransform1D.getParameterValues()
Returns the matrix elements as a group of parameters values.LogarithmicTransform1D.getParameterValues()
Returns the parameter values for this math transform.MolodenskiTransform.getParameterValues()
Returns the parameters for this math transform.NADCONTransform.getParameterValues()
Returns the parameter values for this math transform.NTv2Transform.getParameterValues()
Returns the parameter values for this math transform.ProjectiveTransform.getParameterValues()
Returns the matrix elements as a group of parameters values.WarpTransform2D.getParameterValues()
Returns the parameter values for this math transform.Methods in org.geotools.referencing.operation.transform with parameters of type ParameterValueGroupModifier and TypeMethodDescriptionprotected MathTransform
EarthGravitationalModel.Provider.createMathTransform
(ParameterValueGroup values) Creates a math transform from the specified group of parameter values.protected MathTransform1D
ExponentialTransform1D.Provider.createMathTransform
(ParameterValueGroup values) Creates a logarithmic transform from the specified group of parameter values.protected MathTransform
GeocentricTransform.Provider.createMathTransform
(ParameterValueGroup values) Creates a transform from the specified group of parameter values.GeocentricTransform.ProviderInverse.createMathTransform
(ParameterValueGroup values) Creates a transform from the specified group of parameter values.protected MathTransform
GeocentricTranslation.Provider.createMathTransform
(ParameterValueGroup values) Creates a math transform from the specified group of parameter values.protected MathTransform1D
LogarithmicTransform1D.Provider.createMathTransform
(ParameterValueGroup values) Creates a logarithmic transform from the specified group of parameter values.protected MathTransform
MolodenskiTransform.Provider.createMathTransform
(ParameterValueGroup values) Creates a math transform from the specified group of parameter values.protected MathTransform
NADCONTransform.Provider.createMathTransform
(ParameterValueGroup values) Creates a math transform from the specified group of parameter values.protected MathTransform
NTv2Transform.Provider.createMathTransform
(ParameterValueGroup values) Creates a math transform from the specified group of parameter values.protected MathTransform
ProjectiveTransform.ProviderAffine.createMathTransform
(ParameterValueGroup values) Creates a projective transform from the specified group of parameter values.protected MathTransform
ProjectiveTransform.ProviderLongitudeRotation.createMathTransform
(ParameterValueGroup values) Creates a transform from the specified group of parameter values.protected MathTransform
SimilarityTransformProvider.createMathTransform
(ParameterValueGroup values) Constructs anAffineTransform2D
math transform from the specified group of parameter values.protected MathTransform
WarpTransform2DProvider.createMathTransform
(ParameterValueGroup values) Creates a warp transform from the specified group of parameter values.protected void
GeocentricTranslation.Provider.fill
(BursaWolfParameters parameters, ParameterValueGroup values) Fill the specified Bursa-Wolf parameters according the specified values.protected void
GeocentricTranslation.ProviderFrameRotation.fill
(BursaWolfParameters parameters, ParameterValueGroup values) Fills the specified Bursa-Wolf parameters according the specified values.protected void
GeocentricTranslation.ProviderSevenParam.fill
(BursaWolfParameters parameters, ParameterValueGroup values) Fills the specified Bursa-Wolf parameters according the specified values.