JOpt.SDK
Interface IGeoResource
- All Superinterfaces:
- IDistanceMatrixEntry, IResource
- All Known Subinterfaces:
- ICapacityResource
- All Known Implementing Classes:
- CapacityResource
- public interface IGeoResource
- extends IResource
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: