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 a copy of the parameter values for this parameterized object, or
null if unknown. |
ParameterDescriptorGroup getParameterDescriptors()
null
if unknown.null
.ParameterValueGroup getParameterValues()
null
if unknown.
Since this method returns a copy of the parameter values, any change to the returned values will
have no effect on this object.null
.Copyright © 2010–2015 The Apache Software Foundation. All rights reserved.