com.esri.core.tasks.ags
Class GenerateRendererTaskParameters

java.lang.Object
  extended by com.esri.core.tasks.ags.GenerateRendererTaskParameters

public class GenerateRendererTaskParameters
extends Object


Constructor Summary
GenerateRendererTaskParameters(ClassificationDef classificationDef)
          Instantiates a new generate data classes task parameters with the given classification definition.
 
Method Summary
 ClassificationDef getClassificationDef()
          Gets the classification definition.
 String getWhere()
          Gets the where clause to narrow the range of the data to be classified by the renderer.
 void setClassificationDef(ClassificationDef classificationDef)
          Sets the classification definition.
 void setWhere(String where)
          Sets the where clause to narrow the range of the data to be classified by the renderer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenerateRendererTaskParameters

public GenerateRendererTaskParameters(ClassificationDef classificationDef)
Instantiates a new generate data classes task parameters with the given classification definition.

Parameters:
classificationDef - the classification definition for either a class breaks or unique value renderer.
Method Detail

setClassificationDef

public void setClassificationDef(ClassificationDef classificationDef)
Sets the classification definition.

Parameters:
classificationDef - the new classification definition

getClassificationDef

public ClassificationDef getClassificationDef()
Gets the classification definition.

Returns:
the classification definition

setWhere

public void setWhere(String where)
Sets the where clause to narrow the range of the data to be classified by the renderer.

Parameters:
where - the new where clause

getWhere

public String getWhere()
Gets the where clause to narrow the range of the data to be classified by the renderer.

Returns:
the where clause


Copyright © 2012. All Rights Reserved.