|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPEvaluationScale
Provides access to EvaluationScale control for GP Spatial Analyst.
Method Summary | |
---|---|
int |
getIncrement()
The scale increment. |
double |
getRestricted()
The restricted value for the current scale. |
Object |
getScaleList(int min,
int max,
int increment)
Builds a scale and returns it as a list. |
double |
getScaleMax()
The maximum scale value. |
double |
getScaleMin()
The minimum scale value. |
boolean |
isSame(Object oldList)
Verifies whether two scales are identical. |
void |
setIncrement(int increment)
The scale increment. |
void |
setScaleMax(double max)
The maximum scale value. |
void |
setScaleMin(double min)
The minimum scale value. |
Method Detail |
---|
double getScaleMin() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setScaleMin(double min) throws IOException, AutomationException
min
- The min (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getScaleMax() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setScaleMax(double max) throws IOException, AutomationException
max
- The max (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getIncrement() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setIncrement(int increment) throws IOException, AutomationException
increment
- The increment (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getRestricted() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Object getScaleList(int min, int max, int increment) throws IOException, AutomationException
min
- The min (in)max
- The max (in)increment
- The increment (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isSame(Object oldList) throws IOException, AutomationException
oldList
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |