|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.cartoUI.AVObject
public class AVObject
An ArcView (3.x) generic object.
Constructor Summary | |
---|---|
AVObject()
Constructs a AVObject using ArcGIS Engine. |
|
AVObject(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. AVObject theAVObject = (AVObject) obj; |
Method Summary | |
---|---|
void |
addProperty(IProperty prop)
Adds a property to the object. |
void |
clearProperties()
Clears out all of the properties of the object. |
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
IProperty |
getProperty(int index)
The properties at the given index. |
int |
getPropertyCount()
Number of properties for the object. |
String |
getType()
Type of object. |
int |
hashCode()
the hashcode for this object |
String |
queryPropertyValue(String propertyName)
Returns the value of one of the object's properties. |
void |
setType(String type)
Type of object. |
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 AVObject() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic AVObject(Object obj) throws IOException
AVObject theAVObject = (AVObject) obj;
obj
to AVObject
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String getType() throws IOException, AutomationException
getType
in interface IAVObject
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setType(String type) throws IOException, AutomationException
setType
in interface IAVObject
type
- The type (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getPropertyCount() throws IOException, AutomationException
getPropertyCount
in interface IAVObject
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IProperty getProperty(int index) throws IOException, AutomationException
getProperty
in interface IAVObject
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addProperty(IProperty prop) throws IOException, AutomationException
addProperty
in interface IAVObject
prop
- A reference to a com.esri.arcgis.geodatabase.IProperty (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String queryPropertyValue(String propertyName) throws IOException, AutomationException
queryPropertyValue
in interface IAVObject
propertyName
- The propertyName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void clearProperties() throws IOException, AutomationException
clearProperties
in interface IAVObject
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 |