JOpt.SDK
Interface IGeoResource

All Superinterfaces:
IDistanceMatrixEntry, IResource
All Known Subinterfaces:
ICapacityResource
All Known Implementing Classes:
CapacityResource

public interface IGeoResource
extends IResource


Method Summary
 double getLatitude()
           
 double getLongitude()
           
 void setLatitude(double latitude)
           
 void setLongitude(double logitude)
           
 
Methods inherited from interface JOpt.SDK.IResource
getResourceId, setResourceId
 
Methods inherited from interface JOpt.SDK.IDistanceMatrixEntry
getDistMatrixId, setDistMatrixId
 

Method Detail

setLatitude

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

getLatitude

public double getLatitude()
Returns:

setLongitude

public void setLongitude(double logitude)
Parameters:
logitude - set the geografical longitude for linear distance estimation if not using a distance matrix

getLongitude

public double getLongitude()
Returns: