Uses of Interface
org.opengis.parameter.ParameterValueGroup
Packages that use ParameterValueGroup
Package
Description
Defines the structure and content of views of real-world phenomenon.
Descriptions and values of parameters used by a coordinate operation or a process.
Relationship between any two Coordinate Reference Systems (CRS).
Conversions or transformations of multi-dimensional coordinate tuples.
Data store base types for retrieving and saving geospatial data in various storage formats.
Bridge to the GDAL library for reading rasters.
A data store that can read and write GeoTIFF files as grid coverages.
Reader of Landsat 8 level 1-2 data.
Reads netCDF files conforming to the Climate and Forecast (CF).
Data store capable to read and write features using a JDBC connection to a database.
Description and storage of parameter values.
Coordinate operations (relationship between
any two coordinate reference systems).
-
Uses of ParameterValueGroup in org.apache.sis.feature
Classes in org.apache.sis.feature that implement interfaces with type arguments of type ParameterValueGroupModifier and TypeClassDescriptionclassDescribes the behaviour of a feature type as a function or a method.Methods in org.apache.sis.feature with parameters of type ParameterValueGroupModifier and TypeMethodDescriptionabstract ObjectAbstractOperation.apply(AbstractFeature instance, ParameterValueGroup parameters) Executes the operation on the specified feature with the specified parameters. -
Uses of ParameterValueGroup in org.apache.sis.parameter
Classes in org.apache.sis.parameter that implement ParameterValueGroupModifier and TypeClassDescriptionclassA group of related parameter values.classConvenience methods for fetching parameter values despite the variations in parameter names, value types and units.Methods in org.apache.sis.parameter that return ParameterValueGroupModifier and TypeMethodDescriptionCreates a new subgroup of the specified name, and adds it to the list of subgroups.DefaultParameterDescriptorGroup.createValue()Creates a new instance of parameter value group initialized with the default values.MatrixParameters.createValueGroup(Map<String, ?> properties) Creates a new instance of parameter group with default values of 1 on the diagonal, and 0 everywhere else.MatrixParameters.createValueGroup(Map<String, ?> properties, Matrix matrix) Creates a new instance of parameter group initialized to the given matrix.Parameterized.getParameterValues()Returns the parameter values for this parameterized object, ornullif unknown.Methods in org.apache.sis.parameter that return types with arguments of type ParameterValueGroupModifier and TypeMethodDescriptionReturns all subgroups with the specified name.Methods in org.apache.sis.parameter with parameters of type ParameterValueGroupModifier and TypeMethodDescriptionstatic ParametersParameters.castOrWrap(ParameterValueGroup parameters) Returns the given parameter value group as aParametersinstance.static voidParameters.copy(ParameterValueGroup values, ParameterValueGroup destination) Copies the values of a parameter group into another parameter group.static booleanParameters.isUnmodifiable(ParameterValueGroup parameters) Returnstrueif the given parameter group is a non-null instance created byunmodifiable(…).MatrixParameters.toMatrix(ParameterValueGroup parameters) Constructs a matrix from a group of parameters.static ParametersParameters.unmodifiable(ParameterValueGroup parameters) Returns the given parameter value group as an unmodifiableParametersinstance.static ParametersParameters.unmodifiable(ParameterValueGroup parameters, Predicate<? super GeneralParameterDescriptor> filter) Returns the given parameter value group as an unmodifiableParametersinstance with some parameters hidden.Constructors in org.apache.sis.parameter with parameters of type ParameterValueGroupModifierConstructorDescriptionDefaultParameterValueGroup(ParameterValueGroup parameters) Creates a new instance initialized with all values from the specified parameter group. -
Uses of ParameterValueGroup in org.apache.sis.referencing.operation
Methods in org.apache.sis.referencing.operation that return ParameterValueGroupModifier and TypeMethodDescriptionDefaultPassThroughOperation.getParameterValues()Deprecated.May be removed in GeoAPI 4.0 since it does not apply to pass-through operations.Methods in org.apache.sis.referencing.operation with parameters of type ParameterValueGroupModifier and TypeMethodDescriptionDefaultCoordinateOperationFactory.createDefiningConversion(Map<String, ?> properties, OperationMethod method, ParameterValueGroup parameters) Creates a defining conversion from the given operation parameters.Constructors in org.apache.sis.referencing.operation with parameters of type ParameterValueGroupModifierConstructorDescriptionDefaultConversion(Map<String, ?> properties, OperationMethod method, MathTransform transform, ParameterValueGroup parameters) Creates a defining conversion from the given transform and/or parameters. -
Uses of ParameterValueGroup in org.apache.sis.referencing.operation.transform
Classes in org.apache.sis.referencing.operation.transform that implement ParameterValueGroupModifier and TypeClassDescriptionclassThe parameters that describe a sequence of normalize → non-linear kernel → denormalize transforms as a whole.Methods in org.apache.sis.referencing.operation.transform that return ParameterValueGroupModifier and TypeMethodDescriptionUnsupported operation, sinceContextualParametersgroups do not contain sub-groups.MathTransformProvider.Context.getCompletedParameters()Returns the parameter values that fully define the transform to create.DefaultMathTransformFactory.getDefaultParameters(String method) Deprecated.This way to create parameterized transform is ambiguous.AbstractMathTransform.getParameterValues()Returns the parameter values for this math transform, ornullif unknown.DatumShiftTransform.getParameterValues()Returns the internal parameter values of thisDatumShiftTransforminstance (ignoring context).EllipsoidToCentricTransform.getParameterValues()Returns a copy of internal parameter values of thisEllipsoidToCentricTransformtransform.EllipsoidToRadiusTransform.getParameterValues()Returns a copy of internal parameter values of thisEllipsoidToRadiusTransformtransform.MolodenskyTransform.getParameterValues()Returns a copy of internal parameter values of this transform.PoleRotation.getParameterValues()Returns a copy of the parameter values of this transform.WraparoundTransform.getParameterValues()Returns the parameter values for this math transform.abstract ParameterValueGroupMathTransformBuilder.parameters()Returns the parameter values of the transform to create.Methods in org.apache.sis.referencing.operation.transform that return types with arguments of type ParameterValueGroupModifier and TypeMethodDescriptionUnsupported operation, sinceContextualParametersgroups do not contain sub-groups.Methods in org.apache.sis.referencing.operation.transform with parameters of type ParameterValueGroupModifier and TypeMethodDescriptionDefaultMathTransformFactory.createBaseToDerived(CoordinateReferenceSystem baseCRS, ParameterValueGroup parameters, CoordinateSystem derivedCS) Deprecated.Replaced byDefaultMathTransformFactory.builder(String).default MathTransformMathTransformProvider.createMathTransform(MathTransformFactory factory, ParameterValueGroup parameters) Creates a math transform from the specified group of parameter values.DefaultMathTransformFactory.createParameterizedTransform(ParameterValueGroup parameters) Deprecated.This constructor is ambiguous when axis directions are parts of the map projection definition as inTransverse Mercator (South Orientated)
. -
Uses of ParameterValueGroup in org.apache.sis.storage
Methods in org.apache.sis.storage that return types with arguments of type ParameterValueGroupModifier and TypeMethodDescriptionabstract Optional<ParameterValueGroup> DataStore.getOpenParameters()Returns the parameters used to open this data store.Methods in org.apache.sis.storage with parameters of type ParameterValueGroupModifier and TypeMethodDescriptionDataStoreProvider.open(ParameterValueGroup parameters) Creates a data store instance associated with this provider for the given parameters. -
Uses of ParameterValueGroup in org.apache.sis.storage.gdal
Methods in org.apache.sis.storage.gdal that return types with arguments of type ParameterValueGroupModifier and TypeMethodDescriptionGDALStore.getOpenParameters()Returns the parameters used for opening this GDAL data store.Methods in org.apache.sis.storage.gdal with parameters of type ParameterValueGroupModifier and TypeMethodDescriptionGDALStoreProvider.open(ParameterValueGroup parameters) Creates aGDALStoreinstance from the given parameters. -
Uses of ParameterValueGroup in org.apache.sis.storage.geotiff
Methods in org.apache.sis.storage.geotiff that return types with arguments of type ParameterValueGroupModifier and TypeMethodDescriptionGeoTiffStore.getOpenParameters()Returns the parameters used to open this GeoTIFF data store.Methods in org.apache.sis.storage.geotiff with parameters of type ParameterValueGroupModifier and TypeMethodDescriptionGeoTiffStoreProvider.open(ParameterValueGroup parameters) Creates aGeoTiffStoreinstance from the given parameters. -
Uses of ParameterValueGroup in org.apache.sis.storage.landsat
Methods in org.apache.sis.storage.landsat that return types with arguments of type ParameterValueGroupModifier and TypeMethodDescriptionLandsatStore.getOpenParameters()Returns the parameters used to open this Landsat data store. -
Uses of ParameterValueGroup in org.apache.sis.storage.netcdf
Methods in org.apache.sis.storage.netcdf that return types with arguments of type ParameterValueGroupModifier and TypeMethodDescriptionNetcdfStore.getOpenParameters()Returns the parameters used to open this netCDF data store. -
Uses of ParameterValueGroup in org.apache.sis.storage.sql
Methods in org.apache.sis.storage.sql that return types with arguments of type ParameterValueGroupModifier and TypeMethodDescriptionSimpleFeatureStore.getOpenParameters()Returns parameters that can be used for opening this Simple Features data store.SQLStore.getOpenParameters()Returns parameters that can be used for opening this SQL data store.Methods in org.apache.sis.storage.sql with parameters of type ParameterValueGroupModifier and TypeMethodDescriptionSQLStoreProvider.open(ParameterValueGroup parameters) Returns a data store implementation associated with this provider for the given parameters. -
Uses of ParameterValueGroup in org.opengis.parameter
Methods in org.opengis.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.opengis.parameter that return types with arguments of type ParameterValueGroupModifier and TypeMethodDescriptionReturns all subgroups with the specified name. -
Uses of ParameterValueGroup in org.opengis.referencing.operation
Methods in org.opengis.referencing.operation that return ParameterValueGroupModifier and TypeMethodDescriptionMathTransformFactory.getDefaultParameters(String method) Returns the default parameter values for a math transform using the given method.SingleOperation.getParameterValues()Returns the parameter values.Methods in org.opengis.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.