|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Parameterized
An object (usually a MathTransform) which can supply its parameters in a
ParameterValueGroup. Every Geotk implementations of MathTransform
implement this interface, including AffineTransform2D even if it does not
extend AbstractMathTransform.
Note:
The name of this interface is not ParameterizedTransform because in
some few cases, it may be implemented by objects that are not math transform. For
example it may be implemented by proxies during WKT formatting.
| referencing/geotk-referencing (download) | View source code for this class |
| Method Summary | |
|---|---|
ParameterDescriptorGroup |
getParameterDescriptors()
Returns the parameter descriptors for this math transform, or null if unknown. |
ParameterValueGroup |
getParameterValues()
Returns a copy of the parameter values for this math transform, or null if unknown. |
| Method Detail |
|---|
ParameterDescriptorGroup getParameterDescriptors()
null if unknown.
This method is similar to OperationMethod.getParameters(), except that typical
MathTransform implementations return parameters in standard units (usually
metres or decimal degrees).
null.OperationMethod.getParameters()ParameterValueGroup getParameterValues()
null if unknown.
This method is similar to SingleOperation.getParameterValues(), except that typical
MathTransform implementations return parameters in standard units (usually
metres or decimal degrees).
null.
Since this method returns a copy of the parameter values, any change to
a value will have no effect on this math transform.SingleOperation.getParameterValues()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||