Uses of Class
gistoolkit.datasources.webservice.Layer

Packages that use Layer
gistoolkit.datasources.webservice   
proprietary.datasources.arcims   
 

Uses of Layer in gistoolkit.datasources.webservice
 

Methods in gistoolkit.datasources.webservice that return Layer
 Layer[] Client100.getLayers()
          Return the Available Layers
 Layer[] Client100.getSelectedLayers()
          Retrieve the selected layers
abstract  Layer[] OGCClient.getLayers()
          Retrieve the Available layers from the Connected Client
 Layer[] OGCWebServiceDataSource.getLayers()
          Retrieve the list of layers
 Layer[] OGCWebServiceDataSource.getAvailableLayers()
          Retrieve the available layers
 

Methods in gistoolkit.datasources.webservice with parameters of type Layer
 void Client100.setSelectedLayers(Layer[] inLayers)
          Set the selected Layers
abstract  void OGCClient.setSelectedLayers(Layer[] inLayers)
          Set the layers of interest
 void OGCWebServiceDataSource.setLayers(Layer[] inLayers)
          Set the list of layers
 

Constructors in gistoolkit.datasources.webservice with parameters of type Layer
Layer(Node inNode, Layer inParent)
          Create the layer and populate it with the node
 

Uses of Layer in proprietary.datasources.arcims
 

Methods in proprietary.datasources.arcims that return Layer
 Layer[] ArcIMSClient.getLayers()
          Return the Available Layers
 Layer[] ArcIMSClient.getSelectedLayers()
          Retrieve the selected layers
 Layer[] ArcIMSDataSource.getLayers()
          Retrieve the list of layers
 Layer[] ArcIMSDataSource.getAvailableLayers()
          Retrieve the available layers
 

Methods in proprietary.datasources.arcims with parameters of type Layer
 void ArcIMSClient.setSelectedLayers(Layer[] inLayers)
          Set the selected Layers
 void ArcIMSDataSource.setLayers(Layer[] inLayers)
          Set the list of layers