public interface Parameterized
ParameterValueGroup.
All Apache SIS implementations of MathTransform
implement this interface.Defined in the sis-referencing module
| Modifier and Type | Method and Description |
|---|---|
ParameterDescriptorGroup |
getParameterDescriptors()
Returns the parameter descriptors for this parameterized object, or
null if unknown. |
ParameterValueGroup |
getParameterValues()
Returns the parameter values for this parameterized object, or
null if unknown. |
ParameterDescriptorGroup getParameterDescriptors()
null if unknown.null.ParameterValueGroup getParameterValues()
null if unknown.
Parameterized object.null if unknown.Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.