Geotools.Net

MathTransform.TransformList Method 

Not implemented.

[Visual Basic]
Overridable Public Function TransformList( _
   ByVal Ord As Double() _
) As Double() Implements _
   IMathTransform.TransformList
[C#]
public virtual double[] TransformList(
   double[] Ord
);

Parameters

Ord
Missing <param> documentation for Ord

Return Value

Missing <returns> documentation for M:Geotools.CoordinateTransformations.MathTransform.TransformList(System.Double[])

Implements

IMathTransform.TransformList

Remarks

Missing <remarks> documentation for M:Geotools.CoordinateTransformations.MathTransform.TransformList(System.Double[])

See Also

MathTransform Class | MathTransform Members | Geotools.CoordinateTransformations Namespace