|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDataElement
Provides access to the Basic Data Element.
Method Summary | |
---|---|
String |
getBaseName()
File base name. |
String |
getCatalogPath()
The string used to retrieve the element. |
IArray |
getChildren()
The list of sub-elements. |
String |
getExtension()
File extension. |
String |
getFile()
File name. |
String |
getName()
The user assigned name for the element. |
String |
getPath()
File path. |
String |
IDataElement_getType()
The type of the element. |
boolean |
isChildrenExpanded()
Indicates if the children have been expanded. |
boolean |
isFullPropsRetrieved()
Indicates if full properties have been retrieved. |
boolean |
isMetadataRetrieved()
Indicates if the metadata has been retrieved. |
void |
setCatalogPath(String path)
The string used to retrieve the element. |
void |
setChildrenByRef(IArray dataElements)
The list of sub-elements. |
void |
setChildrenExpanded(boolean childrenExpanded)
Indicates if the children have been expanded. |
void |
setFullPropsRetrieved(boolean fullPropsRetrieved)
Indicates if full properties have been retrieved. |
void |
setMetadataRetrieved(boolean metadataRetrieved)
Indicates if the metadata has been retrieved. |
void |
setName(String name)
The user assigned name for the element. |
void |
setType(String type)
The type of the element. |
Method Detail |
---|
String IDataElement_getType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setType(String type) throws IOException, AutomationException
type
- The type (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setName(String name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getCatalogPath() throws IOException, AutomationException
Dataset Type | Keyword |
---|---|
Feature dataset | FD |
Feature class | FC |
Object class | OC |
Relationship class | RC |
Geometric network | GN |
Topology | TOPO |
Raster band | RB |
Raster dataset | RD |
Raster catalog | RCAT |
Toolbox | TB |
The following are sample catalog paths:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCatalogPath(String path) throws IOException, AutomationException
path
- The path (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IArray getChildren() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setChildrenByRef(IArray dataElements) throws IOException, AutomationException
dataElements
- A reference to a com.esri.arcgis.system.IArray (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isChildrenExpanded() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setChildrenExpanded(boolean childrenExpanded) throws IOException, AutomationException
childrenExpanded
- The childrenExpanded (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isMetadataRetrieved() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMetadataRetrieved(boolean metadataRetrieved) throws IOException, AutomationException
metadataRetrieved
- The metadataRetrieved (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isFullPropsRetrieved() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFullPropsRetrieved(boolean fullPropsRetrieved) throws IOException, AutomationException
fullPropsRetrieved
- The fullPropsRetrieved (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getPath() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getFile() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getBaseName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getExtension() throws IOException, AutomationException
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 |