Class TableJoinSublayerSource

java.lang.Object
com.esri.arcgisruntime.layers.SublayerSource
com.esri.arcgisruntime.layers.TableJoinSublayerSource

public final class TableJoinSublayerSource extends SublayerSource
A table join sublayer source is the result of a join operation. Nested joins are supported. To use nested joins, set either leftTableSublayerSource or rightTableSublayerSource to be another TableJoinSublayerSource as its source.
Since:
100.1.0
  • Constructor Details

  • Method Details

    • getLeftFieldName

      public String getLeftFieldName()
      Gets the left table field name used in the join.
      Returns:
      the left table field
      Since:
      100.1.0
    • getRightFieldName

      public String getRightFieldName()
      Gets the right table field name used in the join.
      Returns:
      the right table field
      Since:
      100.1.0
    • getLeftTableSublayerSource

      public SublayerSource getLeftTableSublayerSource()
      Gets the left table sublayer source used in the join.
      Returns:
      the left table sublayer source
      Since:
      100.1.0
    • getRightTableSublayerSource

      public SublayerSource getRightTableSublayerSource()
      Gets the right table sublayer source used in the join.
      Returns:
      the right table sublayer source
      Since:
      100.1.0
    • getJoinType

      public TableJoinSublayerSource.JoinType getJoinType()
      Gets the type of join.
      Returns:
      the join type
      Since:
      100.1.0