|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICoverage
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 | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDd42131e1_d187_11d2_b0dc_0000f8780820
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
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 |
setTolerance(int toleranceType,
double toleranceValue)
Value of the specified Tolerance. |
Field Detail |
---|
static final int IIDd42131e1_d187_11d2_b0dc_0000f8780820
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
double getTolerance(int toleranceType) throws java.io.IOException, AutomationException
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.boolean isToleranceStatus(int toleranceType) throws java.io.IOException, AutomationException
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.void setTolerance(int toleranceType, double toleranceValue) throws java.io.IOException, AutomationException
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.void build(int featureClassType, java.lang.String subclassName) throws java.io.IOException, AutomationException
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.void clean(double dangleTolerance, double fuzzyTolerance, int featureClassType) throws java.io.IOException, AutomationException
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.IFeatureClass createFeatureClass(int featureClassType, java.lang.String subclassName) throws java.io.IOException, AutomationException
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 |