|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.geoprocessing.IGPNumericDomainProxy
Description: 'Provides access to the properties/methods of a geoprocessing numeric domain object.' 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 =
public class IGPNumericDomainProxy
Internal use class
Field Summary | |
---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.geoprocessing.IGPNumericDomain |
---|
IID, IID8314b3a2_0001_450b_a503_7b152d2a6e28 |
Constructor Summary | |
---|---|
|
IGPNumericDomainProxy()
Deprecated. For internal use only |
|
IGPNumericDomainProxy(java.lang.Object obj)
Deprecated. |
protected |
IGPNumericDomainProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IGPNumericDomainProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IGPNumericDomainProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
double |
getHighLimit(boolean[] allowHighLimit)
Deprecated. Returns the HighLimit property. |
double |
getLowLimit()
Deprecated. Sets the lower limit value of the numeric domain object. |
boolean |
isAllowEmpty()
Deprecated. Defines if empty is allowed. |
boolean |
isLowLimitInclusive()
Deprecated. Defines the LowLimitInclusive property. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setAllowEmpty(boolean allowEmpty)
Deprecated. Defines if empty is allowed. |
void |
setHighLimit(boolean allowHighLimit,
double highLimit)
Deprecated. Defines the HighLimit property. |
void |
setLowLimit(double lowLimit)
Deprecated. Sets the lower limit value of the numeric domain object. |
void |
setLowLimitInclusive(boolean bInclusive)
Deprecated. Defines the LowLimitInclusive property. |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IGPNumericDomainProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IGPNumericDomainProxy()
public IGPNumericDomainProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IGPNumericDomainProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IGPNumericDomainProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void setAllowEmpty(boolean allowEmpty) throws java.io.IOException, AutomationException
setAllowEmpty
in interface IGPNumericDomain
allowEmpty
- The allowEmpty (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isAllowEmpty() throws java.io.IOException, AutomationException
isAllowEmpty
in interface IGPNumericDomain
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLowLimit(double lowLimit) throws java.io.IOException, AutomationException
setLowLimit
in interface IGPNumericDomain
lowLimit
- The lowLimit (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getLowLimit() throws java.io.IOException, AutomationException
getLowLimit
in interface IGPNumericDomain
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLowLimitInclusive(boolean bInclusive) throws java.io.IOException, AutomationException
setLowLimitInclusive
in interface IGPNumericDomain
bInclusive
- The bInclusive (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isLowLimitInclusive() throws java.io.IOException, AutomationException
isLowLimitInclusive
in interface IGPNumericDomain
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHighLimit(boolean allowHighLimit, double highLimit) throws java.io.IOException, AutomationException
setHighLimit
in interface IGPNumericDomain
allowHighLimit
- The allowHighLimit (in)highLimit
- The highLimit (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getHighLimit(boolean[] allowHighLimit) throws java.io.IOException, AutomationException
getHighLimit
in interface IGPNumericDomain
allowHighLimit
- The allowHighLimit (out: use single element array)
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 |