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 TypeClassDescriptionclassA group of related parameter values.Methods in org.apache.sis.parameter that return ParametersModifier and TypeMethodDescriptionstatic ParametersParameters.castOrWrap(ParameterValueGroup parameters) Returns the given parameter value group as aParametersinstance.Parameters.clone()Returns a copy of this group of parameter values.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. -
Uses of Parameters in org.apache.sis.referencing.datum
Methods in org.apache.sis.referencing.datum with parameters of type ParametersModifier and TypeMethodDescriptionabstract voidDatumShiftGrid.getParameterValues(Parameters parameters) Gets the parameter values for the grids and stores them in the providedparametersgroup. -
Uses of Parameters in org.apache.sis.referencing.operation.transform
Subclasses of Parameters in org.apache.sis.referencing.operation.transformModifier and TypeClassDescriptionclassThe parameters that describe a sequence of normalize → non-linear kernel → denormalize transforms as a whole.