Method Summary |
|
public boolean | equals(Object object) Compares this mapped position with the specified object for equality. |
public double | getAccuracy() Returns an estimation of mapping accuracy in units of target CRS axis,
or
Double.NaN if unknow. |
public String | getComments() Returns the comments attached to this mapping, or
null if none. |
final double | getError(MathTransform transform, DirectPosition buffer) Computes the distance between the
transformed
by the supplied math transform, and the
.
Parameters: transform - The transform to use for computing the error. Parameters: buffer - An optionnaly pre-computed direct position to use as a buffer,or null if none. |
public DirectPosition | getSource() Returns the source direct position. |
public DirectPosition | getTarget() Returns the target direct position. |
public int | hashCode() Returns a hash code value for this mapped position. |
public void | setAccuracy(double accuracy) Set the accuracy. |
public void | setComments(String comments) Set the comments attached to this mapping. |
public void | setSource(DirectPosition point) Set the source direct position to the specified value. |
public void | setTarget(DirectPosition point) Set the target direct position to the specified value. |
public String | toString() Returns a string representation of this mapped position. |