Uses of Class
org.apache.sis.parameter.Parameters
Packages that use Parameters
Package
Description
Basic geometric objects (envelopes and direct positions).
Descriptions and values of parameters used by a coordinate operation or a process.
Relationship of a
CoordinateSystem
(an abstract mathematical entity) to the earth or other system.Conversions or transformations of multi-dimensional coordinate tuples.
-
Uses of Parameters in org.apache.sis.geometry
Methods in org.apache.sis.geometry that return types with arguments of type ParametersModifier and TypeMethodDescriptionstatic Map
<Parameters, GeneralEnvelope> Envelopes.transformWithWraparound
(MathTransform transform, Envelope envelope) Transforms potentially many times an envelope using the given math transform. -
Uses of Parameters in org.apache.sis.parameter
Subclasses of Parameters in org.apache.sis.parameterModifier and TypeClassDescriptionclass
A group of related parameter values.Methods in org.apache.sis.parameter that return ParametersModifier and TypeMethodDescriptionstatic Parameters
Parameters.castOrWrap
(ParameterValueGroup parameters) Returns the given parameter value group as aParameters
instance.Parameters.clone()
Returns a copy of this group of parameter values.static Parameters
Parameters.unmodifiable
(ParameterValueGroup parameters) Returns the given parameter value group as an unmodifiableParameters
instance.static Parameters
Parameters.unmodifiable
(ParameterValueGroup parameters, Predicate<? super GeneralParameterDescriptor> filter) Returns the given parameter value group as an unmodifiableParameters
instance with some parameters hidden. -
Uses of Parameters in org.apache.sis.referencing.datum
Methods in org.apache.sis.referencing.datum with parameters of type ParametersModifier and TypeMethodDescriptionabstract void
DatumShiftGrid.getParameterValues
(Parameters parameters) Gets the parameter values for the grids and stores them in the providedparameters
group. -
Uses of Parameters in org.apache.sis.referencing.operation.transform
Subclasses of Parameters in org.apache.sis.referencing.operation.transformModifier and TypeClassDescriptionclass
The parameters that describe a sequence of normalize → non-linear kernel → denormalize transforms as a whole.