|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ICoverage
Provides access to members that modifies ArcInfo Coverages.
| Method Summary | |
|---|---|
void |
build(int featureClassType,
String subclassName)
Performs a BUILD operation. |
void |
clean(double dangleTolerance,
double fuzzyTolerance,
int featureClassType)
Performs a CLEAN operation. |
IFeatureClass |
createFeatureClass(int featureClassType,
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. |
| Method Detail |
|---|
double getTolerance(int toleranceType)
throws IOException,
AutomationException
toleranceType - A com.esri.arcgis.datasourcesfile.esriCoverageToleranceType constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isToleranceStatus(int toleranceType)
throws IOException,
AutomationException
toleranceType - A com.esri.arcgis.datasourcesfile.esriCoverageToleranceType constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTolerance(int toleranceType,
double toleranceValue)
throws IOException,
AutomationException
toleranceType - A com.esri.arcgis.datasourcesfile.esriCoverageToleranceType constant (in)toleranceValue - The toleranceValue (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void build(int featureClassType,
String subclassName)
throws IOException,
AutomationException
featureClassType - A com.esri.arcgis.datasourcesfile.esriCoverageFeatureClassType constant (in)subclassName - The subclassName (in, optional, pass null if not required)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void clean(double dangleTolerance,
double fuzzyTolerance,
int featureClassType)
throws IOException,
AutomationException
dangleTolerance - The dangleTolerance (in)fuzzyTolerance - The fuzzyTolerance (in)featureClassType - A com.esri.arcgis.datasourcesfile.esriCoverageFeatureClassType constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IFeatureClass createFeatureClass(int featureClassType,
String subclassName)
throws IOException,
AutomationException
featureClassType - A com.esri.arcgis.datasourcesfile.esriCoverageFeatureClassType constant (in)subclassName - The subclassName (in, optional, pass null if not required)
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 | ||||||||