|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.cartoUI.AVObject
public class AVObject
COM Class 'AVObject'. Generated 3/19/2015 1:20:50 PM from 'C:\ArcGIS\COM\esriCartoUI.olb'
Description 'An ArcView (3.x) generic object.' 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 |
---|
Fields inherited from interface com.esri.arcgis.cartoUI.IAVObject |
---|
IID, IID049eadd1_dd95_11d3_9fd4_00c04f6bc78e, xxDummy |
Constructor Summary | |
---|---|
AVObject()
Constructs a AVObject using ArcGIS Engine. |
|
AVObject(java.lang.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(java.lang.Object o)
Compare this object with another |
static java.lang.String |
getClsid()
getClsid. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
IProperty |
getProperty(int index)
The properties at the given index. |
int |
getPropertyCount()
Number of properties for the object. |
java.lang.String |
getType()
Type of object. |
int |
hashCode()
the hashcode for this object |
java.lang.String |
queryPropertyValue(java.lang.String propertyName)
Returns the value of one of the object's properties. |
void |
release()
Release a AVObject. |
void |
setType(java.lang.String type)
Type of object. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AVObject() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic AVObject(java.lang.Object obj) throws java.io.IOException
AVObject theAVObject = (AVObject) obj;
obj
to AVObject
.
obj
- an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problemsMethod Detail |
---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public java.lang.String getType() throws java.io.IOException, AutomationException
getType
in interface IAVObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setType(java.lang.String type) throws java.io.IOException, AutomationException
setType
in interface IAVObject
type
- The type (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getPropertyCount() throws java.io.IOException, AutomationException
getPropertyCount
in interface IAVObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IProperty getProperty(int index) throws java.io.IOException, AutomationException
getProperty
in interface IAVObject
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addProperty(IProperty prop) throws java.io.IOException, AutomationException
addProperty
in interface IAVObject
prop
- A reference to a com.esri.arcgis.geodatabase.IProperty (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String queryPropertyValue(java.lang.String propertyName) throws java.io.IOException, AutomationException
queryPropertyValue
in interface IAVObject
propertyName
- The propertyName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void clearProperties() throws java.io.IOException, AutomationException
clearProperties
in interface IAVObject
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 |