com.esri.arcgis.trackinganalyst
Class PropSet

java.lang.Object
  extended by com.esri.arcgis.trackinganalyst.PropSet
All Implemented Interfaces:
com.esri.arcgis.interop.RemoteObjRef, IPropSet, java.io.Serializable

public class PropSet
extends java.lang.Object
implements com.esri.arcgis.interop.RemoteObjRef, IPropSet

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 =

See Also:
Serialized Form

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

PropSet

public PropSet()
        throws java.io.IOException,
               java.net.UnknownHostException
Constructs a PropSet using ArcGIS Engine.

Throws:
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems

PropSet

public PropSet(java.lang.Object obj)
        throws java.io.IOException
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
PropSet thePropSet = (PropSet) obj;

Construct a PropSet using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to PropSet.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
java.io.IOException - if there are interop problems
Method Detail

getClsid

public static java.lang.String getClsid()
getClsid.


equals

public boolean equals(java.lang.Object o)
Compare this object with another

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class java.lang.Object

getJintegraDispatch

public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
Deprecated. Internal use only.

Specified by:
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRef

release

public void release()
Release a PropSet.

Specified by:
release in interface com.esri.arcgis.interop.RemoteObjRef

getCount

public int getCount()
             throws java.io.IOException,
                    AutomationException
The number of properties contained in the property set.

Specified by:
getCount in interface IPropSet
Returns:
The count
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getProperty

public java.lang.String getProperty(java.lang.String name)
                             throws java.io.IOException,
                                    AutomationException
The value of the specified property.

Specified by:
getProperty in interface IPropSet
Parameters:
name - The name (in)
Returns:
The value
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAllProperties

public void getAllProperties(java.lang.Object[] names,
                             java.lang.Object[] values)
                      throws java.io.IOException,
                             AutomationException
The name and value of all the properties in the property set.

Specified by:
getAllProperties in interface IPropSet
Parameters:
names - A Variant (in/out: use single element array)
values - A Variant (in/out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setProperties

public void setProperties(java.lang.Object names,
                          java.lang.Object values)
                   throws java.io.IOException,
                          AutomationException
Set the property collection from an array of names and values.

Specified by:
setProperties in interface IPropSet
Parameters:
names - A Variant (in)
values - A Variant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setProperty

public void setProperty(java.lang.String name,
                        java.lang.String value)
                 throws java.io.IOException,
                        AutomationException
The value of the specified property.

Specified by:
setProperty in interface IPropSet
Parameters:
name - The name (in)
value - The value (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

removeProperty

public void removeProperty(java.lang.String name)
                    throws java.io.IOException,
                           AutomationException
Removes a property from the set.

Specified by:
removeProperty in interface IPropSet
Parameters:
name - The name (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.