com.esri.arcgis.datasourcesfile
Class ICoverageProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.datasourcesfile.ICoverageProxy
All Implemented Interfaces:
ICoverage, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
ICoverage2Proxy

public class ICoverageProxy
extends com.esri.arcgis.interop.Dispatch
implements ICoverage, java.io.Serializable

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 =

See Also:
Serialized Form

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

targetClass

public static final java.lang.Class targetClass

noncastable

public boolean noncastable
Constructor Detail

ICoverageProxy

public ICoverageProxy(java.lang.String CLSID,
                      java.lang.String host,
                      com.esri.arcgis.interop.AuthInfo authInfo)
               throws java.net.UnknownHostException,
                      java.io.IOException
Throws:
java.net.UnknownHostException
java.io.IOException

ICoverageProxy

public ICoverageProxy()
For internal use only


ICoverageProxy

public ICoverageProxy(java.lang.Object obj)
               throws java.io.IOException
Throws:
java.io.IOException

ICoverageProxy

protected ICoverageProxy(java.lang.Object obj,
                         java.lang.String iid)
                  throws java.io.IOException
Throws:
java.io.IOException

ICoverageProxy

protected ICoverageProxy(java.lang.String CLSID,
                         java.lang.String iid,
                         java.lang.String host,
                         com.esri.arcgis.interop.AuthInfo authInfo)
                  throws java.io.IOException
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getTolerance

public double getTolerance(int toleranceType)
                    throws java.io.IOException,
                           AutomationException
Value of the specified Tolerance.

Specified by:
getTolerance in interface ICoverage
Parameters:
toleranceType - A com.esri.arcgis.datasourcesfile.esriCoverageToleranceType constant (in)
Returns:
The toleranceValue
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isToleranceStatus

public boolean isToleranceStatus(int toleranceType)
                          throws java.io.IOException,
                                 AutomationException
Indicates if the specified Tolerance has been verified.

Specified by:
isToleranceStatus in interface ICoverage
Parameters:
toleranceType - A com.esri.arcgis.datasourcesfile.esriCoverageToleranceType constant (in)
Returns:
The isVerified
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTolerance

public void setTolerance(int toleranceType,
                         double toleranceValue)
                  throws java.io.IOException,
                         AutomationException
Value of the specified Tolerance.

Specified by:
setTolerance in interface ICoverage
Parameters:
toleranceType - A com.esri.arcgis.datasourcesfile.esriCoverageToleranceType constant (in)
toleranceValue - The toleranceValue (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

build

public void build(int featureClassType,
                  java.lang.String subclassName)
           throws java.io.IOException,
                  AutomationException
Performs a BUILD operation.

Specified by:
build in interface ICoverage
Parameters:
featureClassType - A com.esri.arcgis.datasourcesfile.esriCoverageFeatureClassType constant (in)
subclassName - The subclassName (in, optional, pass null if not required)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

clean

public void clean(double dangleTolerance,
                  double fuzzyTolerance,
                  int featureClassType)
           throws java.io.IOException,
                  AutomationException
Performs a CLEAN operation.

Specified by:
clean in interface ICoverage
Parameters:
dangleTolerance - The dangleTolerance (in)
fuzzyTolerance - The fuzzyTolerance (in)
featureClassType - A com.esri.arcgis.datasourcesfile.esriCoverageFeatureClassType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

createFeatureClass

public IFeatureClass createFeatureClass(int featureClassType,
                                        java.lang.String subclassName)
                                 throws java.io.IOException,
                                        AutomationException
Creates an empty Feature Class in the Coverage.

Specified by:
createFeatureClass in interface ICoverage
Parameters:
featureClassType - A com.esri.arcgis.datasourcesfile.esriCoverageFeatureClassType constant (in)
subclassName - The subclassName (in, optional, pass null if not required)
Returns:
A reference to a com.esri.arcgis.geodatabase.IFeatureClass
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.