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) classA special case ofTensorParametersrestricted to the two-dimensional case.(package private) final classA special case ofMatrixParameterswhich create EPSG:9624 parameter names and identifiers.Fields in org.apache.sis.parameter declared as TensorParametersModifier and TypeFieldDescriptionstatic final TensorParameters<Double>TensorParameters.ALPHANUMParses and creates matrix parameters with alphanumeric names.private final TensorParameters<E>TensorValues.descriptorsA provider of descriptors for matrix parameters.static final TensorParameters<Double>TensorParameters.WKT1Parses 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.