|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.datasourcesfile.ICoverageProxy
public class ICoverageProxy
Internal use class Proxy for COM Interface 'ICoverage'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesFile.olb'
Description: 'Provides access to members that modifies ArcInfo Coverages.' 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 | |
---|---|
boolean |
noncastable
|
static java.lang.Class |
targetClass
|
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.datasourcesfile.ICoverage |
---|
IID, IIDd42131e1_d187_11d2_b0dc_0000f8780820 |
Constructor Summary | |
---|---|
|
ICoverageProxy()
For internal use only |
|
ICoverageProxy(java.lang.Object obj)
|
protected |
ICoverageProxy(java.lang.Object obj,
java.lang.String iid)
|
|
ICoverageProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
protected |
ICoverageProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
|
void |
build(int featureClassType,
java.lang.String subclassName)
Performs a BUILD operation. |
void |
clean(double dangleTolerance,
double fuzzyTolerance,
int featureClassType)
Performs a CLEAN operation. |
IFeatureClass |
createFeatureClass(int featureClassType,
java.lang.String subclassName)
Creates an empty Feature Class in the Coverage. |
double |
getTolerance(int toleranceType)
Value of the specified Tolerance. |
boolean |
isToleranceStatus(int toleranceType)
Indicates if the specified Tolerance has been verified. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
|
void |
setTolerance(int toleranceType,
double toleranceValue)
Value of the specified Tolerance. |
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 ICoverageProxy(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 ICoverageProxy()
public ICoverageProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected ICoverageProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected ICoverageProxy(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 double getTolerance(int toleranceType) throws java.io.IOException, AutomationException
getTolerance
in interface ICoverage
toleranceType
- A com.esri.arcgis.datasourcesfile.esriCoverageToleranceType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isToleranceStatus(int toleranceType) throws java.io.IOException, AutomationException
isToleranceStatus
in interface ICoverage
toleranceType
- A com.esri.arcgis.datasourcesfile.esriCoverageToleranceType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTolerance(int toleranceType, double toleranceValue) throws java.io.IOException, AutomationException
setTolerance
in interface ICoverage
toleranceType
- A com.esri.arcgis.datasourcesfile.esriCoverageToleranceType constant (in)toleranceValue
- The toleranceValue (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void build(int featureClassType, java.lang.String subclassName) throws java.io.IOException, AutomationException
build
in interface ICoverage
featureClassType
- A com.esri.arcgis.datasourcesfile.esriCoverageFeatureClassType constant (in)subclassName
- The subclassName (in, optional, pass null if not required)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void clean(double dangleTolerance, double fuzzyTolerance, int featureClassType) throws java.io.IOException, AutomationException
clean
in interface ICoverage
dangleTolerance
- The dangleTolerance (in)fuzzyTolerance
- The fuzzyTolerance (in)featureClassType
- A com.esri.arcgis.datasourcesfile.esriCoverageFeatureClassType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IFeatureClass createFeatureClass(int featureClassType, java.lang.String subclassName) throws java.io.IOException, AutomationException
createFeatureClass
in interface ICoverage
featureClassType
- A com.esri.arcgis.datasourcesfile.esriCoverageFeatureClassType constant (in)subclassName
- The subclassName (in, optional, pass null if not required)
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 |