|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.geoprocessing.DEUtilities
public class DEUtilities
COM Class 'DEUtilities'. Generated 3/19/2015 1:20:44 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'
Description '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.geoprocessing.IDEUtilities |
|---|
IID, IID39fcba4f_fad5_4360_a91e_f6c995205676, xxDummy |
| Constructor Summary | |
|---|---|
DEUtilities()
Constructs a DEUtilities using ArcGIS Engine. |
|
DEUtilities(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. DEUtilities theDEUtilities = (DEUtilities) obj; |
|
| Method Summary | |
|---|---|
void |
assignTinProperties(ITin pTin,
IDataElement pDataElement)
Assign tin properties. |
boolean |
compareWildCard(java.lang.String wildCard,
java.lang.String data)
Compares a wildcard string against a given value. |
void |
copy(IGPValue pSourceGPValue,
IGPValue pTargetGPValue)
Copys the data element. |
void |
delete(IGPValue pGPValue)
Deletes the data element. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
boolean |
exists(IGPValue pGPValue)
Checks if a data element exists. |
void |
expandDataElement(IDataElement pInDE,
IDEBrowseOptions pBrowseOptions)
Expands a given data element. |
java.lang.Object |
getCatalog()
Gets the catalog object. |
static java.lang.String |
getClsid()
getClsid. |
java.lang.Object |
getGxObject(IDataElement pDataTlement)
Gets the GxObject for a data element. |
java.lang.Object |
getGxObjectFromLocation(java.lang.String catalogPath,
IGPDataType pDataType)
Gets the GxObject from a catalog path. |
IArray |
getGxObjects(java.lang.String catalogPath)
Returns an array of GxObjects for a catalog path. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
IName |
getNameObject(IDataElement pDataElement)
Gets the name object for data element. |
IName |
getNameObjectFromLocation(java.lang.String locationMoniker,
IGPDataType pDataType)
Gets the name object from a catalog path. |
java.lang.String |
getWorkspace()
Sets the current workspace. |
int |
hashCode()
the hashcode for this object |
boolean |
isEqualArray(IArray pObjects1,
IArray pObjects2)
Check if field arrays are equal. |
boolean |
isRefreshCatalogParent()
Indicates whether to refresh catalog parent. |
IDataElement |
makeDataElement(java.lang.String catalogPath,
IDEBrowseOptions pBrowseOptions,
IGPDataType pDataType)
Makes a data element from path. |
IDataElement |
makeDataElementFromNameObject(IName name)
Makes a data element from name object. |
IArray |
makeDataElements(java.lang.String catalogPath,
IDEBrowseOptions pBrowseOptions)
Returns an array of data elements for a catalog path. |
IDataset |
openDataset(IDataElement pDataElement)
Returns the dataset for the given data element. |
IDataset |
openDatasetFromLocation(java.lang.String catalogPath,
IGPDataType pDataType)
Returns the dataset by catalog path. |
ILayer |
openLayerFromLocation(java.lang.String catalogPath)
Returns the layer based upon the given catalog path. |
void |
parseContainer(java.lang.String catalogPath,
java.lang.String[] pContainer)
Returns the container of a catalog path. |
void |
parseName(java.lang.String catalogPath,
java.lang.String[] pName)
Returns the name of a catalog path. |
void |
refreshCatalog(IDataElement pSourceDataElement)
Refreshs catalog for the parent of the given data element. |
void |
release()
Release a DEUtilities. |
void |
releaseInternals()
Release the internal objects used prior to releasing this DEUtilities object. |
void |
rename(IGPValue pSourceGPValue,
IGPValue pTargetGPValue)
Renames the data element. |
void |
setRefreshCatalogParent(boolean pRefresh)
Indicates whether to refresh catalog parent. |
void |
setWorkspace(java.lang.String workPath)
Sets the current workspace. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DEUtilities()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public DEUtilities(java.lang.Object obj)
throws java.io.IOException
DEUtilities theDEUtilities = (DEUtilities) obj;
obj to DEUtilities.
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems| Method Detail |
|---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
public void assignTinProperties(ITin pTin,
IDataElement pDataElement)
throws java.io.IOException,
AutomationException
assignTinProperties in interface IDEUtilitiespTin - A reference to a com.esri.arcgis.geodatabase.ITin (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 boolean isEqualArray(IArray pObjects1,
IArray pObjects2)
throws java.io.IOException,
AutomationException
isEqualArray in interface IDEUtilitiespObjects1 - A reference to a com.esri.arcgis.system.IArray (in)pObjects2 - A reference to a com.esri.arcgis.system.IArray (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setWorkspace(java.lang.String workPath)
throws java.io.IOException,
AutomationException
setWorkspace in interface IDEUtilitiesworkPath - The workPath (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getWorkspace()
throws java.io.IOException,
AutomationException
getWorkspace in interface IDEUtilitiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.Object getCatalog()
throws java.io.IOException,
AutomationException
getCatalog in interface IDEUtilitiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isRefreshCatalogParent()
throws java.io.IOException,
AutomationException
isRefreshCatalogParent in interface IDEUtilitiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setRefreshCatalogParent(boolean pRefresh)
throws java.io.IOException,
AutomationException
setRefreshCatalogParent in interface IDEUtilitiespRefresh - The pRefresh (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IDataElement makeDataElement(java.lang.String catalogPath,
IDEBrowseOptions pBrowseOptions,
IGPDataType pDataType)
throws java.io.IOException,
AutomationException
makeDataElement in interface IDEUtilitiescatalogPath - The catalogPath (in)pBrowseOptions - A reference to a com.esri.arcgis.geodatabase.IDEBrowseOptions (in)pDataType - A reference to a com.esri.arcgis.geodatabase.IGPDataType (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IDataElement makeDataElementFromNameObject(IName name)
throws java.io.IOException,
AutomationException
makeDataElementFromNameObject in interface IDEUtilitiesname - A reference to a com.esri.arcgis.system.IName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void expandDataElement(IDataElement pInDE,
IDEBrowseOptions pBrowseOptions)
throws java.io.IOException,
AutomationException
expandDataElement in interface IDEUtilitiespInDE - A reference to a com.esri.arcgis.geodatabase.IDataElement (in)pBrowseOptions - A reference to a com.esri.arcgis.geodatabase.IDEBrowseOptions (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IDataset openDataset(IDataElement pDataElement)
throws java.io.IOException,
AutomationException
openDataset in interface IDEUtilitiespDataElement - 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 ILayer openLayerFromLocation(java.lang.String catalogPath)
throws java.io.IOException,
AutomationException
openLayerFromLocation in interface IDEUtilitiescatalogPath - The catalogPath (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IDataset openDatasetFromLocation(java.lang.String catalogPath,
IGPDataType pDataType)
throws java.io.IOException,
AutomationException
openDatasetFromLocation in interface IDEUtilitiescatalogPath - The catalogPath (in)pDataType - A reference to a com.esri.arcgis.geodatabase.IGPDataType (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void refreshCatalog(IDataElement pSourceDataElement)
throws java.io.IOException,
AutomationException
refreshCatalog in interface IDEUtilitiespSourceDataElement - 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 delete(IGPValue pGPValue)
throws java.io.IOException,
AutomationException
delete in interface IDEUtilitiespGPValue - A reference to a com.esri.arcgis.geodatabase.IGPValue (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void rename(IGPValue pSourceGPValue,
IGPValue pTargetGPValue)
throws java.io.IOException,
AutomationException
rename in interface IDEUtilitiespSourceGPValue - A reference to a com.esri.arcgis.geodatabase.IGPValue (in)pTargetGPValue - A reference to a com.esri.arcgis.geodatabase.IGPValue (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void copy(IGPValue pSourceGPValue,
IGPValue pTargetGPValue)
throws java.io.IOException,
AutomationException
copy in interface IDEUtilitiespSourceGPValue - A reference to a com.esri.arcgis.geodatabase.IGPValue (in)pTargetGPValue - A reference to a com.esri.arcgis.geodatabase.IGPValue (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean exists(IGPValue pGPValue)
throws java.io.IOException,
AutomationException
exists in interface IDEUtilitiespGPValue - A reference to a com.esri.arcgis.geodatabase.IGPValue (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean compareWildCard(java.lang.String wildCard,
java.lang.String data)
throws java.io.IOException,
AutomationException
compareWildCard in interface IDEUtilitieswildCard - The wildCard (in)data - The data (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IName getNameObject(IDataElement pDataElement)
throws java.io.IOException,
AutomationException
getNameObject in interface IDEUtilitiespDataElement - 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 IName getNameObjectFromLocation(java.lang.String locationMoniker,
IGPDataType pDataType)
throws java.io.IOException,
AutomationException
getNameObjectFromLocation in interface IDEUtilitieslocationMoniker - The locationMoniker (in)pDataType - A reference to a com.esri.arcgis.geodatabase.IGPDataType (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.Object getGxObjectFromLocation(java.lang.String catalogPath,
IGPDataType pDataType)
throws java.io.IOException,
AutomationException
getGxObjectFromLocation in interface IDEUtilitiescatalogPath - The catalogPath (in)pDataType - A reference to a com.esri.arcgis.geodatabase.IGPDataType (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void parseName(java.lang.String catalogPath,
java.lang.String[] pName)
throws java.io.IOException,
AutomationException
parseName in interface IDEUtilitiescatalogPath - The catalogPath (in)pName - The pName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void parseContainer(java.lang.String catalogPath,
java.lang.String[] pContainer)
throws java.io.IOException,
AutomationException
parseContainer in interface IDEUtilitiescatalogPath - The catalogPath (in)pContainer - The pContainer (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void releaseInternals()
throws java.io.IOException,
AutomationException
releaseInternals in interface IDEUtilitiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.Object getGxObject(IDataElement pDataTlement)
throws java.io.IOException,
AutomationException
getGxObject in interface IDEUtilitiespDataTlement - 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 IArray getGxObjects(java.lang.String catalogPath)
throws java.io.IOException,
AutomationException
getGxObjects in interface IDEUtilitiescatalogPath - The catalogPath (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IArray makeDataElements(java.lang.String catalogPath,
IDEBrowseOptions pBrowseOptions)
throws java.io.IOException,
AutomationException
makeDataElements in interface IDEUtilitiescatalogPath - The catalogPath (in)pBrowseOptions - A reference to a com.esri.arcgis.geodatabase.IDEBrowseOptions (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 | ||||||||