Uses of Class
org.apache.sis.parameter.Parameters
-
Packages that use Parameters Package Description org.apache.sis.parameter Descriptions and values of parameters used by a coordinate operation or a process.org.apache.sis.referencing.datum Relationship of aCoordinateSystem
(an abstract mathematical entity) to the earth or other system.org.apache.sis.referencing.operation.projection Map projection implementations.org.apache.sis.referencing.operation.transform Conversions or transformations of multi-dimensional coordinate points. -
-
Uses of Parameters in org.apache.sis.parameter
Subclasses of Parameters in org.apache.sis.parameter Modifier and Type Class Description class
DefaultParameterValueGroup
A group of related parameter values.Methods in org.apache.sis.parameter that return Parameters Modifier and Type Method Description static Parameters
Parameters. castOrWrap(ParameterValueGroup parameters)
Returns the given parameter value group as aParameters
instance.Parameters
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. -
Uses of Parameters in org.apache.sis.referencing.datum
Methods in org.apache.sis.referencing.datum with parameters of type Parameters Modifier and Type Method Description abstract 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 Parameters Constructor Description AlbersEqualArea(OperationMethod method, Parameters parameters)
Creates an Albers Equal Area projection from the given parameters.CylindricalEqualArea(OperationMethod method, Parameters parameters)
Creates a Cylindrical 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.Mollweide(OperationMethod method, Parameters parameters)
Creates a Mollweide projection from the given parameters.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.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.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.transform Modifier and Type Class Description class
ContextualParameters
The parameters that describe a sequence of normalize → non-linear kernel → denormalize transforms as a whole.
-