Uses of Class
gistoolkit.display.Layer

Packages that use Layer
gistoolkit.application   
gistoolkit.application.command   
gistoolkit.application.layers   
gistoolkit.display   
gistoolkit.display.drawmodel   
gistoolkit.display.widgets   
gistoolkit.server   
gistoolkit.server.mapservice   
 

Uses of Layer in gistoolkit.application
 

Methods in gistoolkit.application that return Layer
 Layer PopupListener.getLayer()
          Utility class to get the selected layer from the GISDisplay.
 

Uses of Layer in gistoolkit.application.command
 

Fields in gistoolkit.application.command declared as Layer
 Layer ShowAttributeCommand.myLayer
          The layer to use when the dialog is called.
 Layer ZoomToSelectedShapesCommand.myLayer
          The layer to use when the dialog is called.
 

Uses of Layer in gistoolkit.application.layers
 

Methods in gistoolkit.application.layers that return Layer
 Layer FilterSelectPanel.getLayer()
          get the layer after it has been edited
 Layer LabelerSelectPanel.getLayer()
          Retrieve the edited Layer from the dialog
 Layer LayerAttributesPanel.getLayer()
          Retrieves the layer from the panel, populating it's attributes bassed on those entered
 Layer LayerDlg.getLayer()
          Returns a layer from the dialog with the appropriate information.
 Layer LayerEntryPanel.getLayer()
          Returns the layer assigned to this panel.
 Layer LayerPropertiesDialog.getLayer()
          get the layer from the dialog
 Layer ProjectionSelectPanel.getLayer()
          get the layer after it has been edited
 Layer RendererSelectPanel.getLayer()
          Retrieve the edited Layer from the dialog
 Layer StyleShaderPanel.getLayer()
          get the layer after it has been edited
 

Methods in gistoolkit.application.layers with parameters of type Layer
 void FilterSelectPanel.setLayer(Layer inLayer)
          set the layer to be edited
 void LabelerSelectPanel.setLayer(Layer inLayer)
          Set the layer to edit
 void LayerAttributesPanel.setLayer(Layer inLayer)
          set the layer in the display and populates the user interface with the attributes of the layer.
 void LayerEntryPanel.setLayer(Layer inLayer)
          Sets the layer to be modified by this panel.
 void LayerPropertiesDialog.setLayer(Layer inLayer)
          set the layer into the dialog
 void ProjectionSelectPanel.setLayer(Layer inLayer)
          set the layer to be edited
 void RendererSelectPanel.setLayer(Layer inLayer)
          Set the layer to edit
 void StyleShaderPanel.setLayer(Layer inLayer)
          set the layer to be edited
 

Constructors in gistoolkit.application.layers with parameters of type Layer
LayerEntryPanel(Layer inLayer, LayerPanel inPanel)
          LayerEntryPanel constructor comment.
 

Uses of Layer in gistoolkit.display
 

Methods in gistoolkit.display that return Layer
 Layer[] GISDisplay.getLayers()
          method to use to set the layers on the map
 Layer GISDisplay.getSelectedLayer()
          get the currently selected layer
 

Methods in gistoolkit.display with parameters of type Layer
 void GISDisplay.addLayer(Layer inLayer)
          Method to use to set the layers on the map.
 void GISDisplay.setSelectedLayer(Layer inLayer)
          Set the curently selected layer
 void GISDisplay.moveLayerDown(Layer inLayer)
          method to use to set the layers on the map
 void GISDisplay.moveLayerUp(Layer inLayer)
          method to use to set the layers on the map
 void GISDisplay.removeLayer(Layer inLayer)
          method to use to set the layers on the map
 

Uses of Layer in gistoolkit.display.drawmodel
 

Methods in gistoolkit.display.drawmodel that return Layer
 Layer EditNodesDrawModel.getLayer()
          Returns the layer associated with the record.
 Layer HighlightDrawModel.getLastSelectedLayer()
          Return the last layer an object was selected from.
 Layer HighlightDrawModel.getLayer()
          Return the layer associated with the record that was just selected.
 Layer SelectDrawModel.getSelectedLayer()
          Get the currently selected layer
 

Methods in gistoolkit.display.drawmodel with parameters of type Layer
 void EditNodesDrawModel.setLayer(Layer newLayer)
          Sets the layer that goes along with the record.
 void SelectDrawModel.setSelectedLayer(Layer inLayer)
          Set the currently selected layer
protected  Record SelectDrawModel.getNear(Layer inLayer, Point inPoint, double inDistance)
          Loops through the layer to find an object near this point
 

Uses of Layer in gistoolkit.display.widgets
 

Methods in gistoolkit.display.widgets with parameters of type Layer
 void AttributePanel.setRecord(Record inRecord, Layer inLayer)
          Set the Record whose attributes are to be edited
 

Uses of Layer in gistoolkit.server
 

Methods in gistoolkit.server that return Layer
 Layer ImageGenerator.getLayer(java.lang.String inLayerName)
          Retrieve a layer by name.
 Layer LayerDefinition.getLayer()
          Returns the layer.
 Layer LayerDefinition.getLayer(java.lang.String inStyle)
          Returns the layer with the given definition and style.
 

Methods in gistoolkit.server with parameters of type Layer
static void Service.setFilter(FilterInfo[] inFilters, Layer inLayer)
          set the filter information for the layer.
 

Uses of Layer in gistoolkit.server.mapservice
 

Methods in gistoolkit.server.mapservice with parameters of type Layer
static void SimpleExtensionService.setFilter(FilterInfo[] inFilters, Layer inLayer)
          set the filter information for the layer.