Uses of Class
org.apache.sis.parameter.TensorParameters
Packages that use TensorParameters
Package
Description
Descriptions and values of parameters used by a coordinate operation or a process.
-
Uses of TensorParameters in org.apache.sis.parameter
Subclasses of TensorParameters in org.apache.sis.parameterModifier and TypeClassDescription(package private) class
A special case ofTensorParameters
restricted to the two-dimensional case.(package private) final class
A special case ofMatrixParameters
which create EPSG:9624 parameter names and identifiers.Fields in org.apache.sis.parameter declared as TensorParametersModifier and TypeFieldDescriptionstatic final TensorParameters<Double>
TensorParameters.ALPHANUM
Parses and creates matrix parameters with alphanumeric names.private final TensorParameters<E>
TensorValues.descriptors
A provider of descriptors for matrix parameters.static final TensorParameters<Double>
TensorParameters.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 TensorParametersModifierConstructorDescription(package private)
TensorValues
(Map<String, ?> properties, TensorParameters<E> descriptors) Constructs a new group of tensor parameters for the given properties.