|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPEvaluationScale
COM Interface 'IGPEvaluationScale'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSpatialAnalyst.olb'
Description: 'Provides access to EvaluationScale control for GP Spatial Analyst.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDb465c093_81f8_4dea_a133_f2231d1d1dbc
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
int |
getIncrement()
The scale increment. |
double |
getRestricted()
The restricted value for the current scale. |
java.lang.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(java.lang.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. |
Field Detail |
---|
static final int IIDb465c093_81f8_4dea_a133_f2231d1d1dbc
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
double getScaleMin() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setScaleMin(double min) throws java.io.IOException, AutomationException
min
- The min (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getScaleMax() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setScaleMax(double max) throws java.io.IOException, AutomationException
max
- The max (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getIncrement() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setIncrement(int increment) throws java.io.IOException, AutomationException
increment
- The increment (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getRestricted() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.Object getScaleList(int min, int max, int increment) throws java.io.IOException, AutomationException
min
- The min (in)max
- The max (in)increment
- The increment (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isSame(java.lang.Object oldList) throws java.io.IOException, AutomationException
oldList
- A Variant (in)
java.io.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 |