Uses of Class
org.apache.sis.parameter.Parameters
Packages that use Parameters
Package
Description
A set of helper classes for the SIS implementation.
Math transform provider
implementations.
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.internal.referencing
Method parameters in org.apache.sis.internal.referencing with type arguments of type ParametersModifier and TypeMethodDescriptionGeodeticObjectBuilder.changeConversion(String newMethod, BiConsumer<org.opengis.parameter.ParameterValue<?>, Parameters> mapper) Replaces the current operation method by a new one with parameter values derived form the old method. -
Uses of Parameters in org.apache.sis.internal.referencing.provider
Methods in org.apache.sis.internal.referencing.provider with parameters of type ParametersModifier and TypeMethodDescriptionprotected final NormalizedProjectionAlbersEqualArea.createProjection(Parameters parameters) Creates a map projection on an ellipsoid having a semi-major axis length of 1.protected final NormalizedProjectionAzimuthalEquidistantSpherical.createProjection(Parameters parameters) Creates a map projection on an ellipsoid having a semi-major axis length of 1.protected final NormalizedProjectionCassiniSoldner.createProjection(Parameters parameters) Creates a map projection on an ellipsoid having a semi-major axis length of 1.protected final NormalizedProjectionLambertAzimuthalEqualArea.createProjection(Parameters parameters) Creates a map projection on an ellipsoid having a semi-major axis length of 1.protected NormalizedProjectionLambertCylindricalEqualArea.createProjection(Parameters parameters) Creates a map projection on an ellipsoid having a semi-major axis length of 1.protected NormalizedProjectionLambertCylindricalEqualAreaSpherical.createProjection(Parameters parameters) Creates a map projection on an ellipsoid having a semi-major axis length of 1.protected abstract NormalizedProjectionMapProjection.createProjection(Parameters parameters) Creates a map projection on an ellipsoid having a semi-major axis length of 1.protected final NormalizedProjectionModifiedAzimuthalEquidistant.createProjection(Parameters parameters) Creates a map projection on an ellipsoid having a semi-major axis length of 1.protected NormalizedProjectionMollweide.createProjection(Parameters parameters) Creates a map projection on an ellipsoid having a semi-major axis length of 1.protected final NormalizedProjectionObliqueMercator.createProjection(Parameters parameters) Creates a map projection on an ellipsoid having a semi-major axis length of 1.protected NormalizedProjectionObliqueStereographic.createProjection(Parameters parameters) Creates a map projection on an ellipsoid having a semi-major axis length of 1.protected final NormalizedProjectionOrthographic.createProjection(Parameters parameters) Creates a map projection on an ellipsoid having a semi-major axis length of 1.protected final NormalizedProjectionPolyconic.createProjection(Parameters parameters) Creates a map projection on an ellipsoid having a semi-major axis length of 1.protected NormalizedProjectionSatelliteTracking.createProjection(Parameters parameters) Creates a map projection on an ellipsoid having a semi-major axis length of 1.protected NormalizedProjectionSinusoidal.createProjection(Parameters parameters) Creates a map projection on an ellipsoid having a semi-major axis length of 1.protected NormalizedProjectionTransverseMercator.createProjection(Parameters parameters) Creates a map projection on an ellipsoid having a semi-major axis length of 1.protected NormalizedProjectionTransverseMercatorSouth.createProjection(Parameters parameters) Creates a map projection on an ellipsoid having a semi-major axis length of 1. -
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(org.opengis.parameter.ParameterValueGroup parameters) Returns the given parameter value group as aParametersinstance.Parameters.clone()Returns a copy of this group of parameter values.static ParametersParameters.unmodifiable(org.opengis.parameter.ParameterValueGroup parameters) Returns the given parameter value group as an unmodifiableParametersinstance.static ParametersParameters.unmodifiable(org.opengis.parameter.ParameterValueGroup parameters, Predicate<? super org.opengis.parameter.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.projection
Constructors in org.apache.sis.referencing.operation.projection with parameters of type ParametersModifierConstructorDescriptionAlbersEqualArea(org.opengis.referencing.operation.OperationMethod method, Parameters parameters) Creates an Albers Equal Area projection from the given parameters.AzimuthalEquidistant(org.opengis.referencing.operation.OperationMethod method, Parameters parameters) Creates a Azimuthal Equidistant projection from the given parameters.CassiniSoldner(org.opengis.referencing.operation.OperationMethod method, Parameters parameters) Creates a Cassini-Soldner projection from the given parameters.CylindricalEqualArea(org.opengis.referencing.operation.OperationMethod method, Parameters parameters) Creates a Cylindrical Equal Area projection from the given parameters.LambertAzimuthalEqualArea(org.opengis.referencing.operation.OperationMethod method, Parameters parameters) Creates a Lambert Azimuthal Equal Area projection from the given parameters.LambertConicConformal(org.opengis.referencing.operation.OperationMethod method, Parameters parameters) Creates a Lambert projection from the given parameters.Mercator(org.opengis.referencing.operation.OperationMethod method, Parameters parameters) Creates a Mercator projection from the given parameters.ModifiedAzimuthalEquidistant(org.opengis.referencing.operation.OperationMethod method, Parameters parameters) Creates a Modified Azimuthal Equidistant projection from the given parameters.Mollweide(org.opengis.referencing.operation.OperationMethod method, Parameters parameters) Creates a Mollweide projection from the given parameters.protectedNormalizedProjection(org.opengis.referencing.operation.OperationMethod method, Parameters parameters, Map<NormalizedProjection.ParameterRole, ? extends org.opengis.parameter.ParameterDescriptor<? extends Number>> roles) Constructs a new map projection from the supplied parameters.ObliqueMercator(org.opengis.referencing.operation.OperationMethod method, Parameters parameters) Creates an Oblique Mercator projection from the given parameters.ObliqueStereographic(org.opengis.referencing.operation.OperationMethod method, Parameters parameters) Creates an Oblique Stereographic projection from the given parameters.Orthographic(org.opengis.referencing.operation.OperationMethod method, Parameters parameters) Creates an orthographic projection from the given parameters.PolarStereographic(org.opengis.referencing.operation.OperationMethod method, Parameters parameters) Creates a Polar Stereographic projection from the given parameters.Polyconic(org.opengis.referencing.operation.OperationMethod method, Parameters parameters) Creates a Polyconic projection from the given parameters.SatelliteTracking(org.opengis.referencing.operation.OperationMethod method, Parameters parameters) Creates a Satellite Tracking projection from the given parameters.Sinusoidal(org.opengis.referencing.operation.OperationMethod method, Parameters parameters) Creates a Sinusoidal projection from the given parameters.TransverseMercator(org.opengis.referencing.operation.OperationMethod method, Parameters parameters) Creates a Transverse Mercator projection from the given parameters.ZonedGridSystem(org.opengis.referencing.operation.OperationMethod method, Parameters parameters, org.opengis.referencing.operation.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 TypeClassDescriptionclassThe parameters that describe a sequence of normalize → non-linear kernel → denormalize transforms as a whole.