Uses of Class
org.apache.sis.parameter.Parameters
Packages that use Parameters
Package
Description
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.Map projection implementations.
Conversions or transformations of multi-dimensional coordinate tuples.
-
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.projection
Constructors in org.apache.sis.referencing.operation.projection with parameters of type ParametersModifierConstructorDescriptionAlbersEqualArea
(OperationMethod method, Parameters parameters) Creates an Albers Equal Area projection from the given parameters.AzimuthalEquidistant
(OperationMethod method, Parameters parameters) Creates a Azimuthal Equidistant projection from the given parameters.CassiniSoldner
(OperationMethod method, Parameters parameters) Creates a Cassini-Soldner projection from the given parameters.CylindricalEqualArea
(OperationMethod method, Parameters parameters) Creates a Cylindrical Equal Area projection from the given parameters.LambertAzimuthalEqualArea
(OperationMethod method, Parameters parameters) Creates a Lambert Azimuthal Equal Area projection from the given parameters.LambertConicConformal
(OperationMethod method, Parameters parameters) Creates a Lambert projection from the given parameters.Mercator
(OperationMethod method, Parameters parameters) Creates a Mercator projection from the given parameters.ModifiedAzimuthalEquidistant
(OperationMethod method, Parameters parameters) Creates a Modified Azimuthal Equidistant projection from the given parameters.Mollweide
(OperationMethod method, Parameters parameters) Creates a Mollweide projection from the given parameters.protected
NormalizedProjection
(OperationMethod method, Parameters parameters, Map<NormalizedProjection.ParameterRole, ? extends ParameterDescriptor<? extends Number>> roles) Constructs a new map projection from the supplied parameters.ObliqueMercator
(OperationMethod method, Parameters parameters) Creates an Oblique Mercator projection from the given parameters.ObliqueStereographic
(OperationMethod method, Parameters parameters) Creates an Oblique Stereographic projection from the given parameters.Orthographic
(OperationMethod method, Parameters parameters) Creates an orthographic projection from the given parameters.PolarStereographic
(OperationMethod method, Parameters parameters) Creates a Polar Stereographic projection from the given parameters.Polyconic
(OperationMethod method, Parameters parameters) Creates a Polyconic projection from the given parameters.SatelliteTracking
(OperationMethod method, Parameters parameters) Creates a Satellite Tracking projection from the given parameters.Sinusoidal
(OperationMethod method, Parameters parameters) Creates a Sinusoidal projection from the given parameters.TransverseMercator
(OperationMethod method, Parameters parameters) Creates a Transverse Mercator projection from the given parameters.ZonedGridSystem
(OperationMethod method, Parameters parameters, MathTransformFactory factory) Creates a Zoned Grid System from the given parameters. -
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.