com.esri.adf.web.ags.tasks
Class EditingSettings

java.lang.Object
  extended by com.esri.adf.web.ags.tasks.EditingSettings
All Implemented Interfaces:
java.io.Serializable

Deprecated. This class is deprecated as of ArcGIS Java Server 9.3.1, use the editing funtionality from EditBean

@Deprecated
public class EditingSettings
extends java.lang.Object
implements java.io.Serializable

EditingSettings defines the setting panel. It is a hypertext link on the editing window.

See Also:
Serialized Form

Field Summary
protected  TaskParamDescriptor edgeLabelParam
          Deprecated.  
protected  java.util.Map<java.lang.Integer,java.lang.String> edgeMap
          Deprecated.  
protected  TaskParamDescriptor endLabelParam
          Deprecated.  
protected  java.util.Map<java.lang.Integer,java.lang.String> endMap
          Deprecated.  
protected  TaskParamDescriptor highlightColorParam
          Deprecated.  
protected  TaskParamDescriptor snapEnabledParam
          Deprecated.  
protected  com.esri.adf.web.ags.tasks.EditingSettings.SettingParamDescriptior[] snappingEdgeParams
          Deprecated.  
protected  com.esri.adf.web.ags.tasks.EditingSettings.SettingParamDescriptior[] snappingEndParams
          Deprecated.  
protected  com.esri.adf.web.ags.tasks.EditingSettings.SettingParamDescriptior[] snappingLayerParams
          Deprecated.  
protected  TaskParamDescriptor snappingRulesLabelParam
          Deprecated.  
protected  TaskParamDescriptor snappingToleranceParam
          Deprecated.  
protected  com.esri.adf.web.ags.tasks.EditingSettings.SettingParamDescriptior[] snappingVertexParams
          Deprecated.  
protected  TaskParamDescriptor snaptipColorParam
          Deprecated.  
protected  TaskParamDescriptor toleranceParam
          Deprecated.  
protected  TaskParamDescriptor unitLabelParam
          Deprecated.  
protected  TaskParamDescriptor vertexLabelParam
          Deprecated.  
protected  java.util.Map<java.lang.Integer,java.lang.String> vertexMap
          Deprecated.  
protected  TaskParamDescriptor verticesColorParam
          Deprecated.  
protected  TaskParamDescriptor verticesWidthParam
          Deprecated.  
 
Constructor Summary
EditingSettings()
          Deprecated. Instantiates a object of EditingSettings.
 
Method Summary
 int doTaskLayout(int index, TabularLayout taskLayout, TaskActionDescriptor applyAction)
          Deprecated. Sets task layout of settings panel.
 boolean getDummyBoolean()
          Deprecated.  
 java.lang.String getDummyName()
          Deprecated.  
 TaskParamDescriptorModel[] getParamDescriptors()
          Deprecated. Returns TaskInfo object for setting panel.
 java.util.Map<java.lang.Integer,java.lang.String> getSnapLayers()
          Deprecated. Gets all snapping target layers.
 int getSnappingtolerance()
          Deprecated. Gets the snapping tolerance of the EditingSettings.
 boolean[] getSnapType(java.lang.Integer ind)
          Deprecated. Retrieves current snapping setting.
 java.util.ArrayList<java.lang.Integer> getTargetLayers()
          Deprecated. Gets all snapping target layers.
 int getTolerance()
          Deprecated. Gets the tolerance of the EditingSettings.
 void setDummyBoolean(boolean dummy)
          Deprecated.  
 void setSnapLayers(java.util.Map<java.lang.Integer,java.lang.String> layers)
          Deprecated. Sets target snapping layers.
 void setSnappingtolerance(int snappingtolerance)
          Deprecated. Sets the snapping tolerance of the EditingSettings.
 void setTolerance(int tolerance)
          Deprecated. Sets the tolerance of the EditingSettings.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

vertexMap

protected java.util.Map<java.lang.Integer,java.lang.String> vertexMap
Deprecated. 

edgeMap

protected java.util.Map<java.lang.Integer,java.lang.String> edgeMap
Deprecated. 

endMap

protected java.util.Map<java.lang.Integer,java.lang.String> endMap
Deprecated. 

toleranceParam

protected TaskParamDescriptor toleranceParam
Deprecated. 

unitLabelParam

protected TaskParamDescriptor unitLabelParam
Deprecated. 

snappingRulesLabelParam

protected TaskParamDescriptor snappingRulesLabelParam
Deprecated. 

vertexLabelParam

protected TaskParamDescriptor vertexLabelParam
Deprecated. 

edgeLabelParam

protected TaskParamDescriptor edgeLabelParam
Deprecated. 

endLabelParam

protected TaskParamDescriptor endLabelParam
Deprecated. 

snappingToleranceParam

protected TaskParamDescriptor snappingToleranceParam
Deprecated. 

highlightColorParam

protected TaskParamDescriptor highlightColorParam
Deprecated. 

verticesColorParam

protected TaskParamDescriptor verticesColorParam
Deprecated. 

snaptipColorParam

protected TaskParamDescriptor snaptipColorParam
Deprecated. 

snappingLayerParams

protected com.esri.adf.web.ags.tasks.EditingSettings.SettingParamDescriptior[] snappingLayerParams
Deprecated. 

snappingVertexParams

protected com.esri.adf.web.ags.tasks.EditingSettings.SettingParamDescriptior[] snappingVertexParams
Deprecated. 

snappingEdgeParams

protected com.esri.adf.web.ags.tasks.EditingSettings.SettingParamDescriptior[] snappingEdgeParams
Deprecated. 

snappingEndParams

protected com.esri.adf.web.ags.tasks.EditingSettings.SettingParamDescriptior[] snappingEndParams
Deprecated. 

verticesWidthParam

protected TaskParamDescriptor verticesWidthParam
Deprecated. 

snapEnabledParam

protected TaskParamDescriptor snapEnabledParam
Deprecated. 
Constructor Detail

EditingSettings

public EditingSettings()
Deprecated. 
Instantiates a object of EditingSettings.

Method Detail

getSnapLayers

public java.util.Map<java.lang.Integer,java.lang.String> getSnapLayers()
Deprecated. 
Gets all snapping target layers.

Returns:
the layer IDs and Names.

setSnapLayers

public void setSnapLayers(java.util.Map<java.lang.Integer,java.lang.String> layers)
Deprecated. 
Sets target snapping layers.

Parameters:
layers - only those layers can be snapping targets.

getTargetLayers

public java.util.ArrayList<java.lang.Integer> getTargetLayers()
Deprecated. 
Gets all snapping target layers.

Returns:
the layer ID array.

getSnappingtolerance

public int getSnappingtolerance()
Deprecated. 
Gets the snapping tolerance of the EditingSettings.

Returns:
Returns the snapping tolerance.

setSnappingtolerance

public void setSnappingtolerance(int snappingtolerance)
Deprecated. 
Sets the snapping tolerance of the EditingSettings.

Parameters:
snappingtolerance - The snapping tolerance to set.

getTolerance

public int getTolerance()
Deprecated. 
Gets the tolerance of the EditingSettings.

Returns:
Returns the tolerance.

setTolerance

public void setTolerance(int tolerance)
Deprecated. 
Sets the tolerance of the EditingSettings.

Parameters:
tolerance - The tolerance to set.

getSnapType

public boolean[] getSnapType(java.lang.Integer ind)
Deprecated. 
Retrieves current snapping setting.

Parameters:
ind - layer ID
Returns:
three dimension boolean array:
 boolean[0]: "true" if the give layer is a vertex snapping target.
 boolean[1]: "true" if the give layer is a edge snapping target.
 boolean[2]: "true" if the give layer is a end snapping target.
 

getParamDescriptors

public TaskParamDescriptorModel[] getParamDescriptors()
Deprecated. 
Returns TaskInfo object for setting panel.


doTaskLayout

public int doTaskLayout(int index,
                        TabularLayout taskLayout,
                        TaskActionDescriptor applyAction)
Deprecated. 
Sets task layout of settings panel.

Parameters:
index - the current layout index.
taskLayout - the layout.
Returns:
the new layout index.

setDummyBoolean

public void setDummyBoolean(boolean dummy)
Deprecated. 

getDummyBoolean

public boolean getDummyBoolean()
Deprecated. 

getDummyName

public java.lang.String getDummyName()
Deprecated.