public class ResectionLocationEstimate
extends java.lang.Object
Constructor and Description |
---|
ResectionLocationEstimate() |
Modifier and Type | Method and Description |
---|---|
double |
getConfidence()
Gets the confidence of the location estimate.
|
Shape |
getErrorBounds()
Gets the error bounds of the location estimate.
|
GeoPoint |
getPoint()
Gets the center point location of the estimate.
|
java.lang.String |
getSource()
Gets the name of the source of this location estimate.
|
void |
setConfidence(double confidence)
Sets the confidence of the location estimate.
|
void |
setErrorBounds(Shape errorBounds)
Sets the error bounds of the location estimate.
|
void |
setPoint(GeoPoint point)
Sets the center point location of the estimate.
|
void |
setSource(java.lang.String name)
Sets the name of the source that produced this estimate
|
public java.lang.String getSource()
public void setSource(java.lang.String name)
name
- Name of the sourcepublic GeoPoint getPoint()
public void setPoint(GeoPoint point)
point
- Location of the estimatepublic double getConfidence()
public void setConfidence(double confidence)
confidence
- Double.MIN_VALUE indicates that no confidence assessment has been
performed.public Shape getErrorBounds()
public void setErrorBounds(Shape errorBounds)
errorBounds
- NULL indicates that no error bounds assessment has been performed.