|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.core.tasks.ags.GenerateRendererTaskParameters
public class GenerateRendererTaskParameters
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 |
---|
public GenerateRendererTaskParameters(ClassificationDef classificationDef)
classificationDef
- the classification definition for either a class breaks or unique value renderer.Method Detail |
---|
public void setClassificationDef(ClassificationDef classificationDef)
classificationDef
- the new classification definitionpublic ClassificationDef getClassificationDef()
public void setWhere(String where)
where
- the new where clausepublic String getWhere()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |