Uses of Interface
org.opengis.parameter.ParameterValueGroup

Packages that use ParameterValueGroup
org.geotools.coverage.grid.io   
org.geotools.coverage.processing Coverage processing implementations. 
org.geotools.coverage.processing.operation List of coverage operations
org.geotools.parameter Parameter implementation. 
org.geotools.referencing.factory Base classes for factories and authority factories
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
org.opengis.coverage.grid Quadrilateral grid coverages. 
org.opengis.coverage.processing   
org.opengis.parameter Description and storage of parameter values
org.opengis.referencing.operation Coordinate operations (relationship between any two coordinate reference systems). 
 

Uses of ParameterValueGroup in org.geotools.coverage.grid.io
 

Fields in org.geotools.coverage.grid.io declared as ParameterValueGroup
protected  ParameterValueGroup AbstractGridFormat.readParameters
          ParameterValueGroup that controls the reading process for a GridCoverageReader through the GridCoverageReader.read(org.opengis.parameter.GeneralParameterValue[]) method.
protected  ParameterValueGroup AbstractGridFormat.writeParameters
          ParameterValueGroup that controls the writing process for a GridCoverageWriter through the GridCoverageWriter.write(org.opengis.coverage.grid.GridCoverage, org.opengis.parameter.GeneralParameterValue[]) method.
 

Methods in org.geotools.coverage.grid.io that return ParameterValueGroup
 ParameterValueGroup AbstractGridFormat.getReadParameters()
           
 ParameterValueGroup UnknownFormat.getReadParameters()
           
 ParameterValueGroup AbstractGridFormat.getWriteParameters()
           
 ParameterValueGroup UnknownFormat.getWriteParameters()
           
 

Uses of ParameterValueGroup in org.geotools.coverage.processing
 

Methods in org.geotools.coverage.processing that return ParameterValueGroup
 ParameterValueGroup AbstractOperation.getParameters()
          Returns an initially empty set of parameters.
 

Methods in org.geotools.coverage.processing with parameters of type ParameterValueGroup
protected  boolean Operation2D.computeOnGeophysicsValues(ParameterValueGroup parameters)
          Returns true if grid coverage content should be converted from sample values to geophysics value before to apply an operation.
 Coverage CoverageProcessor.doOperation(ParameterValueGroup parameters)
          Applies a process operation to a coverage.
abstract  Coverage AbstractOperation.doOperation(ParameterValueGroup parameters, Hints hints)
          Applies a process operation to a coverage.
 Coverage OperationJAI.doOperation(ParameterValueGroup parameters, Hints hints)
          Applies a process operation to a grid coverage.
 Coverage CoverageProcessor.doOperation(ParameterValueGroup parameters, Hints hints)
          Applies a process operation to a coverage.
protected  ViewType Operation2D.extractSources(ParameterValueGroup parameters, String[] sourceNames, GridCoverage2D[] sources)
          Extracts and prepares the sources for this Operation2D, taking into account the need for going to the geophysics view of the data in case this operation requires so.
protected  ParameterBlockJAI BaseStatisticsOperationJAI.prepareParameters(ParameterValueGroup parameters)
          Copies parameter values from the specified ParameterValueGroup to the ParameterBlockJAI
protected  ParameterBlockJAI OperationJAI.prepareParameters(ParameterValueGroup parameters)
          Copies parameter values from the specified ParameterValueGroup to the ParameterBlockJAI, except the sources.
 

Uses of ParameterValueGroup in org.geotools.coverage.processing.operation
 

Methods in org.geotools.coverage.processing.operation with parameters of type ParameterValueGroup
protected  boolean Histogram.computeOnGeophysicsValues(ParameterValueGroup parameters)
          This operation MUST be performed on the geophysics data for this GridCoverage2D.
protected  boolean Extrema.computeOnGeophysicsValues(ParameterValueGroup parameters)
          This operation MUST be performed on the geophysics data for this GridCoverage2D.
protected  boolean ZonalStats.computeOnGeophysicsValues(ParameterValueGroup parameters)
          This operation MUST be performed on the geophysics data for this GridCoverage2D.
 Coverage Resample.doOperation(ParameterValueGroup parameters, Hints hints)
          Resamples a grid coverage.
 Coverage Interpolate.doOperation(ParameterValueGroup parameters, Hints hints)
          Applies an interpolation to a grid coverage.
 Coverage SelectSampleDimension.doOperation(ParameterValueGroup parameters, Hints hints)
          Applies the band select operation to a grid coverage.
 Coverage Crop.doOperation(ParameterValueGroup parameters, Hints hints)
          Applies a crop operation to a coverage.
protected  ParameterBlockJAI Histogram.prepareParameters(ParameterValueGroup parameters)
           
 

Uses of ParameterValueGroup in org.geotools.parameter
 

Classes in org.geotools.parameter that implement ParameterValueGroup
 class ImagingParameters
          Wraps a JAI's ParameterList.
 class MatrixParameters
          The values for a group of matrix parameters.
 class ParameterGroup
          A group of related parameter values.
 

Fields in org.geotools.parameter declared as ParameterValueGroup
static ParameterValueGroup ParameterGroup.EMPTY
          An empty parameter value group.
 

Methods in org.geotools.parameter that return ParameterValueGroup
 ParameterValueGroup ParameterGroup.addGroup(String name)
          Creates a new group of the specified name.
 ParameterValueGroup ImagingParameters.addGroup(String name)
          Always throws an exception, since JAI's parameter list don't have subgroups.
 ParameterValueGroup MatrixParameterDescriptors.createValue()
          Creates a new instance of parameter values with elements initialized to the 1 on the diagonal, and 0 everywere else.
 ParameterValueGroup ImagingParameterDescriptors.createValue()
          Creates a new instance of parameter value group.
 ParameterValueGroup DefaultParameterDescriptorGroup.createValue()
          Creates a new instance of parameter value group initialized with the default values.
 ParameterValueGroup 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 ParameterValueGroup
 List<ParameterValueGroup> ParameterGroup.groups(String name)
          Returns all subgroups with the specified name.
 List<ParameterValueGroup> ImagingParameters.groups(String name)
          Always throws an exception, since JAI's parameter list don't have subgroups.
 

Methods in org.geotools.parameter with parameters of type ParameterValueGroup
static void Parameters.copy(ParameterValueGroup source, ParameterValueGroup target)
          Copies all parameter values from source to target.
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.
 Matrix 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.factory
 

Methods in org.geotools.referencing.factory with parameters of type ParameterValueGroup
 MathTransform ReferencingFactoryContainer.createBaseToDerived(CoordinateReferenceSystem baseCRS, ParameterValueGroup parameters, CoordinateSystem derivedCS)
          Deprecated. Moved to the MathTransformFactory interface.
 MathTransform ReferencingFactoryContainer.createParameterizedTransform(ParameterValueGroup parameters)
          Deprecated. Use the MathTransformFactory interface instead.
 ProjectedCRS ReferencingFactoryContainer.createProjectedCRS(Map<String,?> properties, GeographicCRS baseCRS, OperationMethod method, ParameterValueGroup parameters, CartesianCS derivedCS)
          Deprecated. Use CRSFactory#createDefiningConversion followed by CRSFactory.createProjectedCRS(java.util.Map, org.opengis.referencing.crs.GeographicCRS, org.opengis.referencing.operation.Conversion, org.opengis.referencing.cs.CartesianCS) instead.
 

Uses of ParameterValueGroup in org.geotools.referencing.operation
 

Methods in org.geotools.referencing.operation that return ParameterValueGroup
protected  ParameterValueGroup MathTransformProvider.ensureValidValues(ParameterValueGroup values)
          Ensures that the given set of parameters contains only valid values.
 ParameterValueGroup DefaultMathTransformFactory.getDefaultParameters(String method)
          Returns the default parameter values for a math transform using the given method.
 ParameterValueGroup DefaultOperation.getParameterValues()
          Returns the parameter values.
 ParameterValueGroup DefiningConversion.getParameterValues()
          Returns the parameter values.
 

Methods in org.geotools.referencing.operation with parameters of type ParameterValueGroup
 MathTransform DefaultMathTransformFactory.createBaseToDerived(CoordinateReferenceSystem baseCRS, ParameterValueGroup parameters, CoordinateSystem derivedCS)
          Creates a parameterized transform from a base CRS to a derived CS.
 Conversion 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.
 MathTransform 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 ParameterValueGroup
DefiningConversion(Map<String,?> properties, OperationMethod method, ParameterValueGroup parameters)
          Constructs a conversion from a set of parameters.
DefiningConversion(String name, ParameterValueGroup parameters)
          Convenience constructor for creating a defining conversion with a default operation method.
 

Uses of ParameterValueGroup in org.geotools.referencing.operation.projection
 

Methods in org.geotools.referencing.operation.projection that return ParameterValueGroup
 ParameterValueGroup LambertConformal.getParameterValues()
          Returns the parameter values for this map projection.
 ParameterValueGroup Krovak.getParameterValues()
          Returns the parameter values for this map projection.
 ParameterValueGroup MapProjection.getParameterValues()
          Returns the parameter values for this map projection.
 ParameterValueGroup ObliqueMercator.getParameterValues()
          Returns the parameter values for this map projection.
 ParameterValueGroup AlbersEqualArea.getParameterValues()
          Returns the parameter values for this map projection.
 ParameterValueGroup PolarStereographic.getParameterValues()
          Returns the parameter values for this map projection.
 ParameterValueGroup EquidistantConic.getParameterValues()
          Returns the parameter values for this map projection.
 ParameterValueGroup Mercator.getParameterValues()
          Returns the parameter values for this map projection.
 ParameterValueGroup EquidistantCylindrical.getParameterValues()
          Returns the parameter values for this map projection.
 ParameterValueGroup LambertAzimuthalEqualArea.getParameterValues()
          Returns the parameter values for this map projection.
 

Methods in org.geotools.referencing.operation.projection with parameters of type ParameterValueGroup
protected  MathTransform WorldVanDerGrintenI.Provider.createMathTransform(ParameterValueGroup parameters)
          Creates a transform from the specified group of parameter values.
 MathTransform Krovak.Provider.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 WinkelTripel.AitoffProvider.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 EckertIV.Provider.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 ObliqueMercator.Provider_TwoPoint.createMathTransform(ParameterValueGroup parameters)
          Creates a transform from the specified group of parameter values.
protected  MathTransform AlbersEqualArea.Provider.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.
protected  MathTransform HotineObliqueMercator.Provider_TwoPoint.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.
protected  MathTransform Mercator1SP.Provider.createMathTransform(ParameterValueGroup parameters)
          Creates a transform from the specified group of parameter values.
 MathTransform PolarStereographic.ProviderA.createMathTransform(ParameterValueGroup parameters)
          Creates a transform from the specified group of parameter values.
 MathTransform PolarStereographic.ProviderB.createMathTransform(ParameterValueGroup parameters)
          Creates a transform from the specified group of parameter values.
 MathTransform PolarStereographic.ProviderNorth.createMathTransform(ParameterValueGroup parameters)
          Creates a transform from the specified group of parameter values.
 MathTransform PolarStereographic.ProviderSouth.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 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.
protected  MathTransform TransverseMercator.Provider.createMathTransform(ParameterValueGroup parameters)
          Creates a transform from the specified group of parameter values.
 MathTransform TransverseMercator.Provider_SouthOrientated.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 Robinson.Provider.createMathTransform(ParameterValueGroup parameters)
          Creates a transform from the specified group of parameter values.
 MathTransform CassiniSoldner.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 Polyconic.Provider.createMathTransform(ParameterValueGroup parameters)
          Creates a transform from the specified group of parameter values.
 MathTransform NewZealandMapGrid.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 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 MercatorPseudoProvider.createMathTransform(ParameterValueGroup parameters)
          Creates a transform from the specified group of parameter values.
 MathTransform LambertAzimuthalEqualArea.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 PlateCarree.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 ParameterValueGroup
AlbersEqualArea(ParameterValueGroup parameters)
          Constructs a new map projection from the supplied parameters.
CassiniSoldner(ParameterValueGroup values)
           
EckertIV(ParameterValueGroup parameters)
          Constructs a new map projection from the supplied 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.
HotineObliqueMercator(ParameterValueGroup parameters)
          Constructs a new map projection from the supplied parameters.
Krovak(ParameterValueGroup parameters)
          Constructs a new map projection from the supplied parameters.
Krovak(ParameterValueGroup parameters, 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.
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.
Polyconic(ParameterValueGroup parameters)
          Constructs a new map projection from the supplied parameters.
Robinson(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
 ParameterValueGroup EarthGravitationalModel.getParameterValues()
          Returns the parameters for this math transform.
 ParameterValueGroup AbstractMathTransform.getParameterValues()
          Returns the parameter values for this math transform, or null if unknow.
 ParameterValueGroup ProjectiveTransform.getParameterValues()
          Returns the matrix elements as a group of parameters values.
 ParameterValueGroup IdentityTransform.getParameterValues()
          Returns the matrix elements as a group of parameters values.
 ParameterValueGroup LinearTransform1D.getParameterValues()
          Returns the matrix elements as a group of parameters values.
 ParameterValueGroup MolodenskiTransform.getParameterValues()
          Returns the parameters for this math transform.
 ParameterValueGroup WarpTransform2D.getParameterValues()
          Returns the parameter values for this math transform.
 ParameterValueGroup GeocentricTranslation.getParameterValues()
          Returns the parameters for this math transform.
 ParameterValueGroup GeocentricTransform.getParameterValues()
          Returns the parameter values for this math transform.
 ParameterValueGroup NADCONTransform.getParameterValues()
          Returns the parameter values for this math transform.
 ParameterValueGroup NTv2Transform.getParameterValues()
          Returns the parameter values for this math transform.
 ParameterValueGroup AffineTransform2D.getParameterValues()
          Returns the matrix elements as a group of parameters values.
 ParameterValueGroup ExponentialTransform1D.getParameterValues()
          Returns the parameter values for this math transform.
 ParameterValueGroup LogarithmicTransform1D.getParameterValues()
          Returns the parameter values for this math transform.
 

Methods in org.geotools.referencing.operation.transform with parameters of type ParameterValueGroup
protected  MathTransform EarthGravitationalModel.Provider.createMathTransform(ParameterValueGroup values)
          Creates a math transform from the specified group of parameter values.
protected  MathTransform SimilarityTransformProvider.createMathTransform(ParameterValueGroup values)
          Constructs an AffineTransform2D 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 MolodenskiTransform.Provider.createMathTransform(ParameterValueGroup values)
          Creates a math transform from the specified group of parameter values.
protected  MathTransform WarpTransform2D.Provider.createMathTransform(ParameterValueGroup values)
          Creates a warp 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  MathTransform GeocentricTransform.Provider.createMathTransform(ParameterValueGroup values)
          Creates a transform from the specified group of parameter values.
 MathTransform GeocentricTransform.ProviderInverse.createMathTransform(ParameterValueGroup values)
          Creates a 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  MathTransform1D ExponentialTransform1D.Provider.createMathTransform(ParameterValueGroup values)
          Creates a logarithmic 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  void GeocentricTranslation.Provider.fill(BursaWolfParameters parameters, ParameterValueGroup values)
          Fill 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.
protected  void GeocentricTranslation.ProviderFrameRotation.fill(BursaWolfParameters parameters, ParameterValueGroup values)
          Fills the specified Bursa-Wolf parameters according the specified values.
 

Uses of ParameterValueGroup in org.opengis.coverage.grid
 

Methods in org.opengis.coverage.grid that return ParameterValueGroup
 ParameterValueGroup Format.getReadParameters()
          Retrieve the parameter information for a read operation.
 ParameterValueGroup Format.getWriteParameters()
          Retrieve the parameter information for a write operation.
 

Uses of ParameterValueGroup in org.opengis.coverage.processing
 

Methods in org.opengis.coverage.processing that return ParameterValueGroup
 ParameterValueGroup Operation.getParameters()
          Retrieve the parameters information.
 

Uses of ParameterValueGroup in org.opengis.parameter
 

Methods in org.opengis.parameter that return ParameterValueGroup
 ParameterValueGroup ParameterValueGroup.addGroup(String name)
          Creates a new group of the specified name.
 ParameterValueGroup ParameterValueGroup.clone()
          Returns a copy of this group of parameter values.
 ParameterValueGroup ParameterDescriptorGroup.createValue()
          Creates a new instance of parameter value group initialized with the default values.
 

Methods in org.opengis.parameter that return types with arguments of type ParameterValueGroup
 List<ParameterValueGroup> ParameterValueGroup.groups(String name)
          Returns all subgroups with the specified name.
 

Uses of ParameterValueGroup in org.opengis.referencing.operation
 

Methods in org.opengis.referencing.operation that return ParameterValueGroup
 ParameterValueGroup MathTransformFactory.getDefaultParameters(String method)
          Returns the default parameter values for a math transform using the given method.
 ParameterValueGroup Operation.getParameterValues()
          Returns the parameter values.
 

Methods in org.opengis.referencing.operation with parameters of type ParameterValueGroup
 MathTransform MathTransformFactory.createBaseToDerived(CoordinateReferenceSystem baseCRS, ParameterValueGroup parameters, CoordinateSystem derivedCS)
          Creates a parameterized transform from a base CRS to a derived CS.
 Conversion CoordinateOperationFactory.createDefiningConversion(Map<String,?> properties, OperationMethod method, ParameterValueGroup parameters)
          Constructs a defining conversion from a set of properties.
 MathTransform MathTransformFactory.createParameterizedTransform(ParameterValueGroup parameters)
          Creates a transform from a group of parameters.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.