Uses of Class
org.apache.sis.parameter.MatrixParameters
Packages that use MatrixParameters
Package
Description
Descriptions and values of parameters used by a coordinate operation or a process.
-
Uses of MatrixParameters in org.apache.sis.parameter
Subclasses of MatrixParameters in org.apache.sis.parameterModifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.Fields in org.apache.sis.parameter declared as MatrixParametersModifier and TypeFieldDescriptionstatic final MatrixParameters
<Double> MatrixParameters.ALPHANUM
Parses and creates matrix parameters with alphanumeric names.static final MatrixParameters
<Double> MatrixParameters.EPSG
Parses and creates matrix parameters with alphanumeric names in the order defined by EPSG.static final MatrixParameters
<Double> MatrixParameters.WKT1
Parses and creates matrix parameters with names matching the Well Known Text version 1 (WKT 1) convention.Constructors in org.apache.sis.parameter with parameters of type MatrixParametersModifierConstructorDescriptionprotected
MatrixParameters
(MatrixParameters<E> other) Creates a copy of the given builder of matrix descriptors.
MatrixParameters
because this is not really a builder of tensors.