|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.geodatabase.XmlPropertySetEdit
public class XmlPropertySetEdit
ESRI XML PropertySet Edit object.
| Constructor Summary | |
|---|---|
XmlPropertySetEdit()
Constructs a XmlPropertySetEdit using ArcGIS Engine. |
|
XmlPropertySetEdit(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. XmlPropertySetEdit theXmlPropertySetEdit = (XmlPropertySetEdit) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
Object |
getProperty(String name)
Returns the set of values for the specified element. |
int |
hashCode()
the hashcode for this object |
void |
setDatasetByRef(IDataset rhs1)
Dataset whose metadata will be edited. |
void |
setProperty(String name,
Object value,
int propType,
int action)
Sets the value of the specified element. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
|---|
getJintegraDispatch, release |
| Constructor Detail |
|---|
public XmlPropertySetEdit()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public XmlPropertySetEdit(Object obj)
throws IOException
XmlPropertySetEdit theXmlPropertySetEdit = (XmlPropertySetEdit) obj;
obj to XmlPropertySetEdit.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public void setDatasetByRef(IDataset rhs1)
throws IOException,
AutomationException
setDatasetByRef in interface IXmlPropertySetEditrhs1 - A reference to a com.esri.arcgis.geodatabase.IDataset (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public Object getProperty(String name)
throws IOException,
AutomationException
getProperty in interface IXmlPropertySetEditname - The name (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setProperty(String name,
Object value,
int propType,
int action)
throws IOException,
AutomationException
setProperty in interface IXmlPropertySetEditname - The name (in)value - A Variant (in)propType - A com.esri.arcgis.geodatabase.esriXmlPropertyType constant (in)action - A com.esri.arcgis.geodatabase.esriXmlSetPropertyAction constant (in)
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 | ||||||||