Uses of Class
com.esri.core.internal.value.LayerSource

Packages that use LayerSource
com.esri.core.internal.value   
 

Uses of LayerSource in com.esri.core.internal.value
 

Subclasses of LayerSource in com.esri.core.internal.value
 class LayerDataSource
           
 class LayerMapSource
           
 

Methods in com.esri.core.internal.value that return LayerSource
 LayerSource LayerInfo.getLayerSource()
          Gets the layer source.
 LayerSource JoinTableDataSource.getLeftTableSource()
          Gets the left table source.
 LayerSource JoinTableDataSource.getRightTableSource()
          Gets the right table source.
 

Methods in com.esri.core.internal.value with parameters of type LayerSource
 void LayerInfo.setLayerSource(LayerSource layerSource)
          Sets the layer source.
 void JoinTableDataSource.setLeftTableSource(LayerSource leftTableSource)
          Sets the left table source.
 void JoinTableDataSource.setRightTableSource(LayerSource rightTableSource)
          Sets the right table source.
 

Constructors in com.esri.core.internal.value with parameters of type LayerSource
DynamicLayerInfo(int layerId, DrawingInfo drawingInfo, LayerSource source)
          Instantiates a new dynamic layer info for the given layer id in a dynamic map service.
LayerInfo(int layerId, LayerSource source)
           
 



Copyright © 2012. All Rights Reserved.