Class SourceObjectPosition
- java.lang.Object
 - 
- com.esri.arcgisruntime.tasks.networkanalysis.SourceObjectPosition
 
 
- 
public final class SourceObjectPosition extends Object
Represents the SourceObjectPosition.- Since:
 - 100.0.0
 
 
- 
- 
Constructor Summary
Constructors Constructor Description SourceObjectPosition(int sourceIndex, long sourceObjectId, double position) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetPosition()Gets the position.intgetSourceIndex()Gets the source index.longgetSourceObjectId()Gets the source ObjectId.voidsetPosition(double position)Sets the position.voidsetSourceIndex(int sourceIndex)Sets the source index.voidsetSourceObjectId(long sourceObjectId)Sets the source ObjectId. 
 - 
 
- 
- 
Method Detail
- 
getSourceIndex
public int getSourceIndex()
Gets the source index.- Returns:
 - the source index
 - Since:
 - 100.0.0
 
 
- 
setSourceIndex
public void setSourceIndex(int sourceIndex)
Sets the source index.- Parameters:
 sourceIndex- source index- Since:
 - 100.0.0
 
 
- 
getSourceObjectId
public long getSourceObjectId()
Gets the source ObjectId.- Returns:
 - the source object id
 - Since:
 - 100.0.0
 
 
- 
setSourceObjectId
public void setSourceObjectId(long sourceObjectId)
Sets the source ObjectId.- Parameters:
 sourceObjectId- source object id- Since:
 - 100.0.0
 
 
- 
getPosition
public double getPosition()
Gets the position.- Returns:
 - the position
 - Since:
 - 100.0.0
 
 
- 
setPosition
public void setPosition(double position)
Sets the position.- Parameters:
 position- position- Since:
 - 100.0.0
 
 
 - 
 
 -