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 Details Link icon

    • SourceObjectPosition Link icon

      public SourceObjectPosition(int sourceIndex, long sourceObjectId, double position)
  • Method Details Link icon

    • getSourceIndex Link icon

      public int getSourceIndex()
      Gets the source index.
      Returns:
      the source index
      Since:
      100.0.0
    • setSourceIndex Link icon

      public void setSourceIndex(int sourceIndex)
      Sets the source index.
      Parameters:
      sourceIndex - source index
      Since:
      100.0.0
    • getSourceObjectId Link icon

      public long getSourceObjectId()
      Gets the source ObjectId.
      Returns:
      the source object id
      Since:
      100.0.0
    • setSourceObjectId Link icon

      public void setSourceObjectId(long sourceObjectId)
      Sets the source ObjectId.
      Parameters:
      sourceObjectId - source object id
      Since:
      100.0.0
    • getPosition Link icon

      public double getPosition()
      Gets the position.
      Returns:
      the position
      Since:
      100.0.0
    • setPosition Link icon

      public void setPosition(double position)
      Sets the position.
      Parameters:
      position - position
      Since:
      100.0.0