|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDEUtilities
COM Interface 'IDEUtilities'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'
Description: 'Provides access to the Data Element Utilities.' 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 |
IID39fcba4f_fad5_4360_a91e_f6c995205676
|
static int |
xxDummy
Deprecated. Internal use only |
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 |
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. |
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. |
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. |
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 |
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. |
Field Detail |
---|
static final int IID39fcba4f_fad5_4360_a91e_f6c995205676
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void assignTinProperties(ITin pTin, IDataElement pDataElement) throws java.io.IOException, AutomationException
pTin
- 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.boolean isEqualArray(IArray pObjects1, IArray pObjects2) throws java.io.IOException, AutomationException
pObjects1
- 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.void setWorkspace(java.lang.String workPath) throws java.io.IOException, AutomationException
workPath
- The workPath (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getWorkspace() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.Object getCatalog() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isRefreshCatalogParent() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRefreshCatalogParent(boolean pRefresh) throws java.io.IOException, AutomationException
pRefresh
- The pRefresh (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IDataElement makeDataElement(java.lang.String catalogPath, IDEBrowseOptions pBrowseOptions, IGPDataType pDataType) throws java.io.IOException, AutomationException
catalogPath
- 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.IDataElement makeDataElementFromNameObject(IName name) throws java.io.IOException, AutomationException
name
- 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.void expandDataElement(IDataElement pInDE, IDEBrowseOptions pBrowseOptions) throws java.io.IOException, AutomationException
pInDE
- 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.IDataset openDataset(IDataElement pDataElement) throws java.io.IOException, AutomationException
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.ILayer openLayerFromLocation(java.lang.String catalogPath) throws java.io.IOException, AutomationException
catalogPath
- The catalogPath (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IDataset openDatasetFromLocation(java.lang.String catalogPath, IGPDataType pDataType) throws java.io.IOException, AutomationException
catalogPath
- 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.void refreshCatalog(IDataElement pSourceDataElement) throws java.io.IOException, AutomationException
pSourceDataElement
- 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.void delete(IGPValue pGPValue) throws java.io.IOException, AutomationException
pGPValue
- 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.void rename(IGPValue pSourceGPValue, IGPValue pTargetGPValue) throws java.io.IOException, AutomationException
pSourceGPValue
- 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.void copy(IGPValue pSourceGPValue, IGPValue pTargetGPValue) throws java.io.IOException, AutomationException
pSourceGPValue
- 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.boolean exists(IGPValue pGPValue) throws java.io.IOException, AutomationException
pGPValue
- 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.boolean compareWildCard(java.lang.String wildCard, java.lang.String data) throws java.io.IOException, AutomationException
wildCard
- The wildCard (in)data
- The data (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IName getNameObject(IDataElement pDataElement) throws java.io.IOException, AutomationException
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.IName getNameObjectFromLocation(java.lang.String locationMoniker, IGPDataType pDataType) throws java.io.IOException, AutomationException
locationMoniker
- 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.java.lang.Object getGxObjectFromLocation(java.lang.String catalogPath, IGPDataType pDataType) throws java.io.IOException, AutomationException
catalogPath
- 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.void parseName(java.lang.String catalogPath, java.lang.String[] pName) throws java.io.IOException, AutomationException
catalogPath
- The catalogPath (in)pName
- The pName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void parseContainer(java.lang.String catalogPath, java.lang.String[] pContainer) throws java.io.IOException, AutomationException
catalogPath
- The catalogPath (in)pContainer
- The pContainer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void releaseInternals() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.Object getGxObject(IDataElement pDataTlement) throws java.io.IOException, AutomationException
pDataTlement
- 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.IArray getGxObjects(java.lang.String catalogPath) throws java.io.IOException, AutomationException
catalogPath
- The catalogPath (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IArray makeDataElements(java.lang.String catalogPath, IDEBrowseOptions pBrowseOptions) throws java.io.IOException, AutomationException
catalogPath
- 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 |