public class ScanRange extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
absoluteRange |
protected double |
absoluteRangeAsDouble |
protected String |
endDirection |
protected String |
endLocation |
protected String |
startDirection |
protected String |
startLocation |
Constructor and Description |
---|
ScanRange(String signedStartLocation,
String signedEndLocation) |
ScanRange(String startDirection,
String startLocation,
String endDirection,
String endLocation) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getAbsoluteRange() |
double |
getAbsoluteRangeAsDouble() |
String |
getEndDirection() |
String |
getEndLocation() |
String |
getStartDirection() |
String |
getStartLocation() |
int |
hashCode() |
boolean |
isStationary() |
String |
toString() |
protected String startDirection
protected String startLocation
protected String endDirection
protected String endLocation
protected String absoluteRange
protected double absoluteRangeAsDouble
public ScanRange(String startDirection, String startLocation, String endDirection, String endLocation)
public String getStartDirection()
public String getStartLocation()
public String getEndDirection()
public String getEndLocation()
public double getAbsoluteRangeAsDouble()
public String getAbsoluteRange()
public boolean isStationary()