JOpt.SDK
Interface IGeoNode

All Superinterfaces:
IDistanceMatrixEntry, INode, IViolation
All Known Subinterfaces:
IScheduledNode, ITimeWindowNode
All Known Implementing Classes:
TimeWindowGeoNode

public interface IGeoNode
extends INode


Method Summary
 double getLatitude()
           
 double getLongitude()
           
 void setLatitude(double latitude)
           
 void setLongitude(double longitude)
           
 
Methods inherited from interface JOpt.SDK.INode
getLoad, getNodeId, getPriority, getType, setLoad, setNodeId, setPriority, setType
 
Methods inherited from interface JOpt.SDK.IDistanceMatrixEntry
getDistMatrixId, setDistMatrixId
 

Method Detail

setLatitude

public void setLatitude(double latitude)
Parameters:
latitude - set the geographical latitude for linear distance estimation if not using a distance matrix

getLatitude

public double getLatitude()
Returns:
get the nodes geografical latitude

setLongitude

public void setLongitude(double longitude)

getLongitude

public double getLongitude()
Returns:
get the nodes geografical longitude