|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.trackinganalyst.PropSet
public class PropSet
COM Class 'PropSet'. Generated 3/19/2015 1:20:45 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'
Description 'Defines set of properties for data.' 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.trackinganalyst.IPropSet |
---|
IID, IID52c6c620_62a2_11d6_b848_00010265adc5, xxDummy |
Constructor Summary | |
---|---|
PropSet()
Constructs a PropSet using ArcGIS Engine. |
|
PropSet(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. PropSet thePropSet = (PropSet) obj; |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another |
void |
getAllProperties(java.lang.Object[] names,
java.lang.Object[] values)
The name and value of all the properties in the property set. |
static java.lang.String |
getClsid()
getClsid. |
int |
getCount()
The number of properties contained in the property set. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
java.lang.String |
getProperty(java.lang.String name)
The value of the specified property. |
int |
hashCode()
the hashcode for this object |
void |
release()
Release a PropSet. |
void |
removeProperty(java.lang.String name)
Removes a property from the set. |
void |
setProperties(java.lang.Object names,
java.lang.Object values)
Set the property collection from an array of names and values. |
void |
setProperty(java.lang.String name,
java.lang.String value)
The value of the specified property. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropSet() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic PropSet(java.lang.Object obj) throws java.io.IOException
PropSet thePropSet = (PropSet) obj;
obj
to PropSet
.
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 int getCount() throws java.io.IOException, AutomationException
getCount
in interface IPropSet
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getProperty(java.lang.String name) throws java.io.IOException, AutomationException
getProperty
in interface IPropSet
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getAllProperties(java.lang.Object[] names, java.lang.Object[] values) throws java.io.IOException, AutomationException
getAllProperties
in interface IPropSet
names
- A Variant (in/out: use single element array)values
- A Variant (in/out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setProperties(java.lang.Object names, java.lang.Object values) throws java.io.IOException, AutomationException
setProperties
in interface IPropSet
names
- A Variant (in)values
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setProperty(java.lang.String name, java.lang.String value) throws java.io.IOException, AutomationException
setProperty
in interface IPropSet
name
- The name (in)value
- The value (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void removeProperty(java.lang.String name) throws java.io.IOException, AutomationException
removeProperty
in interface IPropSet
name
- The name (in)
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 |