|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPNumericDomain
Provides access to the properties/methods of a geoprocessing numeric domain object.
Method Summary | |
---|---|
double |
getHighLimit(boolean[] allowHighLimit)
Returns the HighLimit property. |
double |
getLowLimit()
Sets the lower limit value of the numeric domain object. |
boolean |
isAllowEmpty()
Defines if empty is allowed. |
boolean |
isLowLimitInclusive()
Defines the LowLimitInclusive property. |
void |
setAllowEmpty(boolean allowEmpty)
Defines if empty is allowed. |
void |
setHighLimit(boolean allowHighLimit,
double highLimit)
Defines the HighLimit property. |
void |
setLowLimit(double lowLimit)
Sets the lower limit value of the numeric domain object. |
void |
setLowLimitInclusive(boolean bInclusive)
Defines the LowLimitInclusive property. |
Method Detail |
---|
void setAllowEmpty(boolean allowEmpty) throws IOException, AutomationException
allowEmpty
- The allowEmpty (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isAllowEmpty() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLowLimit(double lowLimit) throws IOException, AutomationException
lowLimit
- The lowLimit (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getLowLimit() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLowLimitInclusive(boolean bInclusive) throws IOException, AutomationException
bInclusive
- The bInclusive (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isLowLimitInclusive() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setHighLimit(boolean allowHighLimit, double highLimit) throws IOException, AutomationException
allowHighLimit
- The allowHighLimit (in)highLimit
- The highLimit (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getHighLimit(boolean[] allowHighLimit) throws IOException, AutomationException
allowHighLimit
- The allowHighLimit (out: use single element array)
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 |