|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.datasourcesfile.DEArcInfoUtilities
public class DEArcInfoUtilities
COM Class 'DEArcInfoUtilities'. Generated 3/19/2015 1:20:42 PM from 'C:\ArcGIS\COM\esriDataSourcesFile.olb'
Description 'ArcInfo Data Element utilities object.' 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 |
---|
Fields inherited from interface com.esri.arcgis.datasourcesfile.IDEArcInfoUtilities |
---|
IID, IID1c1d3491_9e02_4283_be2f_b8177cc8f01f, xxDummy |
Constructor Summary | |
---|---|
DEArcInfoUtilities()
Constructs a DEArcInfoUtilities using ArcGIS Engine. |
|
DEArcInfoUtilities(java.lang.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(java.lang.Object o)
Compare this object with another |
IGPArcInfoItem |
findItem(IDEArcInfoTable pDEArcInfoTable,
java.lang.String name)
FindItem. |
static java.lang.String |
getClsid()
getClsid. |
java.lang.String |
getCoverageFeatureClassTypeDescription(int type)
Get coverage feature class type description. |
int |
getCoverageFeatureClassTypeFromString(java.lang.String desc)
Get coverage feature class type from string. |
java.lang.String |
getFeatureClassTopologyDescription(int type)
Get feature class topology description. |
int |
getFeatureClassTopologyFromString(java.lang.String desc)
Get feature class topology from string. |
java.lang.String |
getItemTypeDescription(int type)
Get item type description. |
int |
getItemTypeFromString(java.lang.String desc)
Get item type from string. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
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. |
void |
release()
Release a DEArcInfoUtilities. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DEArcInfoUtilities() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic DEArcInfoUtilities(java.lang.Object obj) throws java.io.IOException
DEArcInfoUtilities theDEArcInfoUtilities = (DEArcInfoUtilities) obj;
obj
to DEArcInfoUtilities
.
obj
- an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problemsMethod Detail |
---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public void assignCoverageProperties(ICoverage pCoverage, IDataElement pDataElement) throws java.io.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)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void assignArcInfoTableProperties(IArcInfoTable pArcInfoTable, IDataElement pDataElement) throws java.io.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)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void assignCoverageFeatureClassProperties(ICoverageFeatureClass pCoverageFeatureClass, IDataElement pDataElement) throws java.io.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)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void assignCoverageFeatureClassNameProperties(ICoverageFeatureClassName pCoverageFeatureClassName, IDataElement pDataElement) throws java.io.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)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IPropertySet makeDETolerances(ICoverage pCoverage) throws java.io.IOException, AutomationException
makeDETolerances
in interface IDEArcInfoUtilities
pCoverage
- A reference to a com.esri.arcgis.datasourcesfile.ICoverage (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IArray makeGPItems(IArcInfoItems pItems) throws java.io.IOException, AutomationException
makeGPItems
in interface IDEArcInfoUtilities
pItems
- A reference to a com.esri.arcgis.datasourcesfile.IArcInfoItems (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGPArcInfoItem makeGPItem(IArcInfoItem pItem) throws java.io.IOException, AutomationException
makeGPItem
in interface IDEArcInfoUtilities
pItem
- A reference to a com.esri.arcgis.datasourcesfile.IArcInfoItem (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getCoverageFeatureClassTypeFromString(java.lang.String desc) throws java.io.IOException, AutomationException
getCoverageFeatureClassTypeFromString
in interface IDEArcInfoUtilities
desc
- The desc (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getCoverageFeatureClassTypeDescription(int type) throws java.io.IOException, AutomationException
getCoverageFeatureClassTypeDescription
in interface IDEArcInfoUtilities
type
- 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 int getFeatureClassTopologyFromString(java.lang.String desc) throws java.io.IOException, AutomationException
getFeatureClassTopologyFromString
in interface IDEArcInfoUtilities
desc
- The desc (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getFeatureClassTopologyDescription(int type) throws java.io.IOException, AutomationException
getFeatureClassTopologyDescription
in interface IDEArcInfoUtilities
type
- A com.esri.arcgis.datasourcesfile.esriFeatureClassTopology constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getItemTypeFromString(java.lang.String desc) throws java.io.IOException, AutomationException
getItemTypeFromString
in interface IDEArcInfoUtilities
desc
- The desc (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getItemTypeDescription(int type) throws java.io.IOException, AutomationException
getItemTypeDescription
in interface IDEArcInfoUtilities
type
- A com.esri.arcgis.datasourcesfile.esriArcInfoItemType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean itemExists(IDEArcInfoTable pDEArcInfoTable, IGPArcInfoItem pGPItem) throws java.io.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)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGPArcInfoItem findItem(IDEArcInfoTable pDEArcInfoTable, java.lang.String name) throws java.io.IOException, AutomationException
findItem
in interface IDEArcInfoUtilities
pDEArcInfoTable
- A reference to a com.esri.arcgis.datasourcesfile.IDEArcInfoTable (in)name
- The name (in)
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 |