Modifier and Type | Method and Description |
---|---|
CotPoint |
CotPoint.clone()
Creates a new instance of a CotPoint with its values as copies of the
original.
|
CotPoint |
CotEvent.getPoint()
Gets the CotPoint object associated with the CotEvent object.
|
Modifier and Type | Method and Description |
---|---|
double |
CotPoint.distanceToPoint(CotPoint point)
Provides the shortest two dimensional great circle distance in meters to the point provided.
|
boolean |
CotPoint.intersects(CotPoint point)
Determines whether or not the two points overlap given their error values
|
void |
CotEvent.setPoint(CotPoint point)
Sets the CotPoint values for the CotEvent object.
|