|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.esri.arcgis.datasourcesfile.DEDbaseTable
Dbase Table Data Element object.
| Constructor Summary | |
DEDbaseTable()
Constructs a DEDbaseTable using ArcGIS Engine. |
|
DEDbaseTable(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. |
|
| Method Summary | |
void |
assign(IClone src)
Assigns the properties of src to the receiver. |
java.lang.Object |
describe(java.lang.String name)
|
void |
deserialize(IXMLSerializeData data)
Deserializes an object from XML. |
void |
empty()
Clears the value object. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
IClone |
esri_clone()
Clones the receiver and assigns the result to *clone. |
IClone |
getAsIClone()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
IDataElement |
getAsIDataElement()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
IDEDataset |
getAsIDEDataset()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
IDEDbaseTable |
getAsIDEDbaseTable()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
IDETable |
getAsIDETable()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
IGPDescribe |
getAsIGPDescribe()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
IGPValue |
getAsIGPValue()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
IMetadata |
getAsIMetadata()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
IPersistStream |
getAsIPersistStream()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
IXMLSerialize |
getAsIXMLSerialize()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
java.lang.String |
getAsText()
Provides the value of the value object. |
java.lang.String |
getBaseName()
File base name. |
java.lang.String |
getCatalogPath()
The string used to retrieve the element. |
IArray |
getChildren()
The list of sub-elements. |
void |
getClassID(GUID[] pClassID)
Supported Platforms |
static java.lang.String |
getClsid()
|
int |
getDatasetType()
Dataset type. |
IGPDataType |
getDataType()
Provides the data type of the value object. |
int |
getDSID()
The id of the dataset. |
java.lang.String |
getExtension()
File extension. |
IFields |
getFields()
The list of Fields. |
java.lang.String |
getFile()
File name. |
IIndexes |
getIndexes()
The list of Indexes. |
IPropertySet |
getMetadata()
The PropertySet containing metadata. |
java.lang.String |
getName()
The user assigned name for the element. |
java.lang.String |
getOIDFieldName()
The name of the OID Field. |
java.lang.String |
getPath()
File path. |
void |
getSizeMax(_ULARGE_INTEGER[] pcbSize)
Supported Platforms |
java.lang.String |
getType()
The type of the element. |
int |
hashCode()
the hashcode for this object |
boolean |
isCanVersion()
Indicates if this dataset can be versioned. |
boolean |
isChildrenExpanded()
Indicates if the children have been expanded. |
void |
isDirty()
Supported Platforms |
boolean |
isEmpty()
Indicates if the value object empty. |
boolean |
isEqual(IClone other)
Returns TRUE when the receiver and other have the same properties. |
boolean |
isFullPropsRetrieved()
Indicates if full properties have been retrieved. |
boolean |
isHasOID()
Indicates if the table has an object id field. |
boolean |
isIdentical(IClone other)
Returns TRUE when the receiver and other are the same object. |
boolean |
isMetadataRetrieved()
Indicates if the metadata has been retrieved. |
boolean |
isVersioned()
Indicates if this dataset is versioned. |
void |
load(IStream pstm)
Supported Platforms |
void |
save(IStream pstm,
int fClearDirty)
Supported Platforms |
void |
serialize(IXMLSerializeData data)
Serializes an object to XML. |
IGPMessage |
setAsText(java.lang.String text)
Provides the value of the value object with the given string value. |
void |
setCanVersion(boolean canersion)
Indicates if this dataset can be versioned. |
void |
setCatalogPath(java.lang.String path)
The string used to retrieve the element. |
void |
setChildrenByRef(IArray ppDataElements)
The list of sub-elements. |
void |
setChildrenExpanded(boolean pChildrenExpanded)
Indicates if the children have been expanded. |
void |
setDatasetType(int pType)
Dataset type. |
void |
setDSID(int dSID)
The id of the dataset. |
void |
setFieldsByRef(IFields ppFields)
The list of Fields. |
void |
setFullPropsRetrieved(boolean pFullPropsRetrieved)
Indicates if full properties have been retrieved. |
void |
setHasOID(boolean hasOID)
Indicates if the table has an object id field. |
void |
setIndexesByRef(IIndexes ppIndexes)
The list of Indexes. |
void |
setMetadata(IPropertySet ppPropertySet)
The PropertySet containing metadata. |
void |
setMetadataRetrieved(boolean pMetadataRetrieved)
Indicates if the metadata has been retrieved. |
void |
setName(java.lang.String pName)
The user assigned name for the element. |
void |
setOIDFieldName(java.lang.String oIDFieldName)
The name of the OID Field. |
void |
setType(java.lang.String pType)
The type of the element. |
void |
setVersioned(boolean versioned)
Indicates if this dataset is versioned. |
void |
synchronize(int action,
int interval)
Updates metadata with the current properties; may create metadata if it doesn't already exist. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DEDbaseTable()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public DEDbaseTable(java.lang.Object obj)
throws java.io.IOException
obj to DEDbaseTable. DEDbaseTable theDEDbaseTable = (DEDbaseTable) obj;
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 IDEDbaseTable getAsIDEDbaseTable()
public IDETable getAsIDETable()
public IDEDataset getAsIDEDataset()
public IDataElement getAsIDataElement()
public IMetadata getAsIMetadata()
public IGPValue getAsIGPValue()
public IXMLSerialize getAsIXMLSerialize()
public IClone getAsIClone()
public IPersistStream getAsIPersistStream()
public IGPDescribe getAsIGPDescribe()
public boolean equals(java.lang.Object o)
public int hashCode()
public boolean isHasOID()
throws java.io.IOException,
AutomationException
IDETable
isHasOID in interface IDETableAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setHasOID(boolean hasOID)
throws java.io.IOException,
AutomationException
IDETable
setHasOID in interface IDETablehasOID - The hasOID (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public java.lang.String getOIDFieldName()
throws java.io.IOException,
AutomationException
IDETable
getOIDFieldName in interface IDETableAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setOIDFieldName(java.lang.String oIDFieldName)
throws java.io.IOException,
AutomationException
IDETable
setOIDFieldName in interface IDETableoIDFieldName - The oIDFieldName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IIndexes getIndexes()
throws java.io.IOException,
AutomationException
IDETable
getIndexes in interface IDETableAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setIndexesByRef(IIndexes ppIndexes)
throws java.io.IOException,
AutomationException
IDETable
setIndexesByRef in interface IDETableppIndexes - A reference to a com.esri.arcgis.geodatabase.IIndexes (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IFields getFields()
throws java.io.IOException,
AutomationException
IDETable
getFields in interface IDETableAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setFieldsByRef(IFields ppFields)
throws java.io.IOException,
AutomationException
IDETable
setFieldsByRef in interface IDETableppFields - A reference to a com.esri.arcgis.geodatabase.IFields (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public int getDatasetType()
throws java.io.IOException,
AutomationException
IDEDataset
getDatasetType in interface IDEDatasetAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setDatasetType(int pType)
throws java.io.IOException,
AutomationException
IDEDataset
setDatasetType in interface IDEDatasetpType - A com.esri.arcgis.geodatabase.esriDatasetType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isVersioned()
throws java.io.IOException,
AutomationException
IDEDataset
isVersioned in interface IDEDatasetAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setVersioned(boolean versioned)
throws java.io.IOException,
AutomationException
IDEDataset
setVersioned in interface IDEDatasetversioned - The versioned (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public int getDSID()
throws java.io.IOException,
AutomationException
IDEDataset
getDSID in interface IDEDatasetAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setDSID(int dSID)
throws java.io.IOException,
AutomationException
IDEDataset
setDSID in interface IDEDatasetdSID - The dSID (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public boolean isCanVersion()
throws java.io.IOException,
AutomationException
IDEDataset
isCanVersion in interface IDEDatasetAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setCanVersion(boolean canersion)
throws java.io.IOException,
AutomationException
IDEDataset
setCanVersion in interface IDEDatasetcanersion - The canersion (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public java.lang.String getType()
throws java.io.IOException,
AutomationException
IDataElement
getType in interface IDataElementAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setType(java.lang.String pType)
throws java.io.IOException,
AutomationException
IDataElement
setType in interface IDataElementpType - The pType (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getName()
throws java.io.IOException,
AutomationException
IDataElement
getName in interface IDataElementAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setName(java.lang.String pName)
throws java.io.IOException,
AutomationException
IDataElement
setName in interface IDataElementpName - The pName (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public java.lang.String getCatalogPath()
throws java.io.IOException,
AutomationException
IDataElement
getCatalogPath in interface IDataElementjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCatalogPath(java.lang.String path)
throws java.io.IOException,
AutomationException
IDataElement
setCatalogPath in interface IDataElementpath - The path (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public IArray getChildren()
throws java.io.IOException,
AutomationException
IDataElement
getChildren in interface IDataElementjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setChildrenByRef(IArray ppDataElements)
throws java.io.IOException,
AutomationException
IDataElement
setChildrenByRef in interface IDataElementppDataElements - A reference to a com.esri.arcgis.system.IArray (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public boolean isChildrenExpanded()
throws java.io.IOException,
AutomationException
IDataElement
isChildrenExpanded in interface IDataElementAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setChildrenExpanded(boolean pChildrenExpanded)
throws java.io.IOException,
AutomationException
IDataElement
setChildrenExpanded in interface IDataElementpChildrenExpanded - The pChildrenExpanded (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public boolean isMetadataRetrieved()
throws java.io.IOException,
AutomationException
IDataElement
isMetadataRetrieved in interface IDataElementAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setMetadataRetrieved(boolean pMetadataRetrieved)
throws java.io.IOException,
AutomationException
IDataElement
setMetadataRetrieved in interface IDataElementpMetadataRetrieved - The pMetadataRetrieved (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public boolean isFullPropsRetrieved()
throws java.io.IOException,
AutomationException
IDataElement
isFullPropsRetrieved in interface IDataElementAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setFullPropsRetrieved(boolean pFullPropsRetrieved)
throws java.io.IOException,
AutomationException
IDataElement
setFullPropsRetrieved in interface IDataElementpFullPropsRetrieved - The pFullPropsRetrieved (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public java.lang.String getPath()
throws java.io.IOException,
AutomationException
IDataElement
getPath in interface IDataElementjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getFile()
throws java.io.IOException,
AutomationException
IDataElement
getFile in interface IDataElementjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getBaseName()
throws java.io.IOException,
AutomationException
IDataElement
getBaseName in interface IDataElementAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public java.lang.String getExtension()
throws java.io.IOException,
AutomationException
IDataElement
getExtension in interface IDataElementjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IPropertySet getMetadata()
throws java.io.IOException,
AutomationException
IMetadataThe variable to hold the data must be of IPropertySet data type.
The metadata property is frequently used to save, or update, changes to metadata documents that have taken place through methods available on the IPropertySet, IXmlPropertySet, and/or IXmlPropertySet2 interfaces.
getMetadata in interface IMetadataAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setMetadata(IPropertySet ppPropertySet)
throws java.io.IOException,
AutomationException
IMetadata
setMetadata in interface IMetadatappPropertySet - A reference to a com.esri.arcgis.system.IPropertySet (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void synchronize(int action,
int interval)
throws java.io.IOException,
AutomationException
IMetadataThe Synchronize method is used to extract metadata properties from an object and write those properties to the metadata .xml. Depending on the value of the esriMetaSyncAction, the Synchronize method may generate a new set of metadata if it doesn't already exist.
synchronize in interface IMetadataaction - A com.esri.arcgis.geodatabase.esriMetadataSyncAction constant (in)interval - The interval (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGPDataType getDataType()
throws java.io.IOException,
AutomationException
IGPValueThe DataType property returns the DataType object associated with this Value object.
getDataType in interface IGPValueAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public boolean isEmpty()
throws java.io.IOException,
AutomationException
IGPValue
isEmpty in interface IGPValueAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void empty()
throws java.io.IOException,
AutomationException
IGPValueThe Empty method clears this Value object and releases any associated objects.
empty in interface IGPValuejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getAsText()
throws java.io.IOException,
AutomationException
IGPValueThe GetAsText method returns this Value object as a text string. For DataElement value objects it is the NameString. For simple value objects it is the text string for the scalar value.
getAsText in interface IGPValuejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGPMessage setAsText(java.lang.String text)
throws java.io.IOException,
AutomationException
IGPValue
setAsText in interface IGPValuetext - The text (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void serialize(IXMLSerializeData data)
throws java.io.IOException,
AutomationException
IXMLSerialize
serialize in interface IXMLSerializedata - A reference to a com.esri.arcgis.system.IXMLSerializeData (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void deserialize(IXMLSerializeData data)
throws java.io.IOException,
AutomationException
IXMLSerialize
deserialize in interface IXMLSerializedata - A reference to a com.esri.arcgis.system.IXMLSerializeData (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IClone esri_clone()
throws java.io.IOException,
AutomationException
IClone
esri_clone in interface IClonejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void assign(IClone src)
throws java.io.IOException,
AutomationException
IClone
assign in interface IClonesrc - A reference to a com.esri.arcgis.system.IClone (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public boolean isEqual(IClone other)
throws java.io.IOException,
AutomationException
IClone
isEqual in interface ICloneother - A reference to a com.esri.arcgis.system.IClone (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public boolean isIdentical(IClone other)
throws java.io.IOException,
AutomationException
IClone
isIdentical in interface ICloneother - A reference to a com.esri.arcgis.system.IClone (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void isDirty()
throws java.io.IOException,
AutomationException
IPersistStreamIPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
isDirty in interface IPersistStreamjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void load(IStream pstm)
throws java.io.IOException,
AutomationException
IPersistStreamIPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
load in interface IPersistStreampstm - A reference to a com.esri.arcgis.system.IStream (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void save(IStream pstm,
int fClearDirty)
throws java.io.IOException,
AutomationException
IPersistStreamIPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
save in interface IPersistStreampstm - A reference to a com.esri.arcgis.system.IStream (in)fClearDirty - The fClearDirty (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getSizeMax(_ULARGE_INTEGER[] pcbSize)
throws java.io.IOException,
AutomationException
IPersistStreamIPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
getSizeMax in interface IPersistStreampcbSize - A Structure: com.esri.arcgis.system._ULARGE_INTEGER (out: use single element array)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void getClassID(GUID[] pClassID)
throws java.io.IOException,
AutomationException
IPersistIPersist is a Microsoft interface. Please refer to MSDN for information about this interface.
getClassID in interface IPersistpClassID - A Structure: com.esri.arcgis.support.ms.stdole.GUID (out: use single element array)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public java.lang.Object describe(java.lang.String name)
throws java.io.IOException,
AutomationException
describe in interface IGPDescribename - The name (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||