|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.datasourcesfile.DEArcInfoUtilities
public class DEArcInfoUtilities
ArcInfo Data Element utilities object.
Constructor Summary | |
---|---|
DEArcInfoUtilities()
Constructs a DEArcInfoUtilities using ArcGIS Engine. |
|
DEArcInfoUtilities(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. DEArcInfoUtilities theDEArcInfoUtilities = (DEArcInfoUtilities) obj; |
Method Summary | |
---|---|
void |
assignArcInfoTableProperties(IArcInfoTable pArcInfoTable,
IDataElement pDataElement)
Assign ArcInfo table properties. |
void |
assignCoverageFeatureClassNameProperties(ICoverageFeatureClassName pCoverageFeatureClassName,
IDataElement pDataElement)
Assign coverage feature class name properties. |
void |
assignCoverageFeatureClassProperties(ICoverageFeatureClass pCoverageFeatureClass,
IDataElement pDataElement)
Assign coverage feature class properties. |
void |
assignCoverageProperties(ICoverage pCoverage,
IDataElement pDataElement)
Assign coverage properties. |
boolean |
equals(Object o)
Compare this object with another |
IGPArcInfoItem |
findItem(IDEArcInfoTable pDEArcInfoTable,
String name)
FindItem. |
static String |
getClsid()
getClsid. |
String |
getCoverageFeatureClassTypeDescription(int type)
Get coverage feature class type description. |
int |
getCoverageFeatureClassTypeFromString(String desc)
Get coverage feature class type from string. |
String |
getFeatureClassTopologyDescription(int type)
Get feature class topology description. |
int |
getFeatureClassTopologyFromString(String desc)
Get feature class topology from string. |
String |
getItemTypeDescription(int type)
Get item type description. |
int |
getItemTypeFromString(String desc)
Get item type from string. |
int |
hashCode()
the hashcode for this object |
boolean |
itemExists(IDEArcInfoTable pDEArcInfoTable,
IGPArcInfoItem pGPItem)
Item exists. |
IPropertySet |
makeDETolerances(ICoverage pCoverage)
Make tolerances. |
IGPArcInfoItem |
makeGPItem(IArcInfoItem pItem)
Make item. |
IArray |
makeGPItems(IArcInfoItems pItems)
Make Items. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public DEArcInfoUtilities() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic DEArcInfoUtilities(Object obj) throws IOException
DEArcInfoUtilities theDEArcInfoUtilities = (DEArcInfoUtilities) obj;
obj
to DEArcInfoUtilities
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public void assignCoverageProperties(ICoverage pCoverage, IDataElement pDataElement) throws IOException, AutomationException
assignCoverageProperties
in interface IDEArcInfoUtilities
pCoverage
- A reference to a com.esri.arcgis.datasourcesfile.ICoverage (in)pDataElement
- A reference to a com.esri.arcgis.geodatabase.IDataElement (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void assignArcInfoTableProperties(IArcInfoTable pArcInfoTable, IDataElement pDataElement) throws IOException, AutomationException
assignArcInfoTableProperties
in interface IDEArcInfoUtilities
pArcInfoTable
- A reference to a com.esri.arcgis.datasourcesfile.IArcInfoTable (in)pDataElement
- A reference to a com.esri.arcgis.geodatabase.IDataElement (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void assignCoverageFeatureClassProperties(ICoverageFeatureClass pCoverageFeatureClass, IDataElement pDataElement) throws IOException, AutomationException
assignCoverageFeatureClassProperties
in interface IDEArcInfoUtilities
pCoverageFeatureClass
- A reference to a com.esri.arcgis.datasourcesfile.ICoverageFeatureClass (in)pDataElement
- A reference to a com.esri.arcgis.geodatabase.IDataElement (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void assignCoverageFeatureClassNameProperties(ICoverageFeatureClassName pCoverageFeatureClassName, IDataElement pDataElement) throws IOException, AutomationException
assignCoverageFeatureClassNameProperties
in interface IDEArcInfoUtilities
pCoverageFeatureClassName
- A reference to a com.esri.arcgis.datasourcesfile.ICoverageFeatureClassName (in)pDataElement
- A reference to a com.esri.arcgis.geodatabase.IDataElement (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IPropertySet makeDETolerances(ICoverage pCoverage) throws IOException, AutomationException
makeDETolerances
in interface IDEArcInfoUtilities
pCoverage
- A reference to a com.esri.arcgis.datasourcesfile.ICoverage (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IArray makeGPItems(IArcInfoItems pItems) throws IOException, AutomationException
makeGPItems
in interface IDEArcInfoUtilities
pItems
- A reference to a com.esri.arcgis.datasourcesfile.IArcInfoItems (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGPArcInfoItem makeGPItem(IArcInfoItem pItem) throws IOException, AutomationException
makeGPItem
in interface IDEArcInfoUtilities
pItem
- A reference to a com.esri.arcgis.datasourcesfile.IArcInfoItem (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getCoverageFeatureClassTypeFromString(String desc) throws IOException, AutomationException
getCoverageFeatureClassTypeFromString
in interface IDEArcInfoUtilities
desc
- The desc (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getCoverageFeatureClassTypeDescription(int type) throws IOException, AutomationException
getCoverageFeatureClassTypeDescription
in interface IDEArcInfoUtilities
type
- A com.esri.arcgis.datasourcesfile.esriCoverageFeatureClassType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getFeatureClassTopologyFromString(String desc) throws IOException, AutomationException
getFeatureClassTopologyFromString
in interface IDEArcInfoUtilities
desc
- The desc (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getFeatureClassTopologyDescription(int type) throws IOException, AutomationException
getFeatureClassTopologyDescription
in interface IDEArcInfoUtilities
type
- A com.esri.arcgis.datasourcesfile.esriFeatureClassTopology constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getItemTypeFromString(String desc) throws IOException, AutomationException
getItemTypeFromString
in interface IDEArcInfoUtilities
desc
- The desc (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getItemTypeDescription(int type) throws IOException, AutomationException
getItemTypeDescription
in interface IDEArcInfoUtilities
type
- A com.esri.arcgis.datasourcesfile.esriArcInfoItemType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean itemExists(IDEArcInfoTable pDEArcInfoTable, IGPArcInfoItem pGPItem) throws IOException, AutomationException
itemExists
in interface IDEArcInfoUtilities
pDEArcInfoTable
- A reference to a com.esri.arcgis.datasourcesfile.IDEArcInfoTable (in)pGPItem
- A reference to a com.esri.arcgis.datasourcesfile.IGPArcInfoItem (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGPArcInfoItem findItem(IDEArcInfoTable pDEArcInfoTable, String name) throws IOException, AutomationException
findItem
in interface IDEArcInfoUtilities
pDEArcInfoTable
- A reference to a com.esri.arcgis.datasourcesfile.IDEArcInfoTable (in)name
- The name (in)
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 |