com.esri.arcgis.trackinganalyst
Class TxMaps

java.lang.Object
  extended by com.esri.arcgis.trackinganalyst.TxMaps
All Implemented Interfaces:
IMaps, com.esri.arcgis.interop.RemoteObjRef, IArray, java.io.Serializable

public class TxMaps
extends java.lang.Object
implements com.esri.arcgis.interop.RemoteObjRef, IMaps, IArray

COM Class 'TxMaps'. Generated 3/19/2015 1:20:45 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'

Description 'TxMaps is a container class that holds a list or array of objects implementing IMap.' 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.carto.IMaps
IID, IIDdfd9ff9f_3080_11d2_94c9_080009eebecb, xxDummy
 
Fields inherited from interface com.esri.arcgis.system.IArray
IID, IIDaafb54d9_aaf8_11d2_87f3_0000f8751720, xxDummy
 
Constructor Summary
TxMaps()
          Constructs a TxMaps using ArcGIS Engine.
TxMaps(java.lang.Object obj)
          Construct a TxMaps using a reference to such an object returned from ArcGIS Engine or Server.
 
Method Summary
 void add(IMap map)
          Adds a map to the collection.
 void add(java.lang.Object unk)
          Adds an object to the array.
 IMap create()
          Creates a new map.
 boolean equals(java.lang.Object o)
          Compare this object with another
static java.lang.String getClsid()
          getClsid.
 int getCount()
          Number of maps.
 java.lang.Object getElement(int index)
          Searches for the object in the array.
 IMap getItem(int index)
          The map at the given index.
 com.esri.arcgis.interop.Dispatch getJintegraDispatch()
          Deprecated. Internal use only.
 int hashCode()
          the hashcode for this object
 void insert(int index, java.lang.Object unk)
          Adds an object to the array at the specified index.
 void release()
          Release a TxMaps.
 void remove(IMap map)
          Removes a map from the collection.
 void remove(int index)
          Removes an object from the array.
 void removeAll()
          Removes all objects from the array.
 void removeAt(int index)
          Removes a map at the specified index.
 void reset()
          Removes all maps from the collection.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TxMaps

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

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

TxMaps

public TxMaps(java.lang.Object obj)
       throws java.io.IOException
Construct a TxMaps using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to TxMaps.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
java.io.IOException - if there are interop problems TxMaps theTxMaps = (TxMaps) obj;
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 TxMaps.

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

getCount

public int getCount()
             throws java.io.IOException,
                    AutomationException
Number of maps.

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

getItem

public IMap getItem(int index)
             throws java.io.IOException,
                    AutomationException
The map at the given index.

Specified by:
getItem in interface IMaps
Parameters:
index - The index (in)
Returns:
A reference to a com.esri.arcgis.carto.IMap
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

create

public IMap create()
            throws java.io.IOException,
                   AutomationException
Creates a new map.

Specified by:
create in interface IMaps
Returns:
A reference to a com.esri.arcgis.carto.IMap
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

remove

public void remove(IMap map)
            throws java.io.IOException,
                   AutomationException
Removes a map from the collection.

Specified by:
remove in interface IMaps
Parameters:
map - A reference to a com.esri.arcgis.carto.IMap (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

add

public void add(IMap map)
         throws java.io.IOException,
                AutomationException
Adds a map to the collection.

Specified by:
add in interface IMaps
Parameters:
map - A reference to a com.esri.arcgis.carto.IMap (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

removeAt

public void removeAt(int index)
              throws java.io.IOException,
                     AutomationException
Removes a map at the specified index.

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

reset

public void reset()
           throws java.io.IOException,
                  AutomationException
Removes all maps from the collection.

Specified by:
reset in interface IMaps
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getElement

public java.lang.Object getElement(int index)
                            throws java.io.IOException,
                                   AutomationException
Searches for the object in the array.

Specified by:
getElement in interface IArray
Parameters:
index - The index (in)
Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

add

public void add(java.lang.Object unk)
         throws java.io.IOException,
                AutomationException
Adds an object to the array.

Specified by:
add in interface IArray
Parameters:
unk - A reference to another Object (IUnknown) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

insert

public void insert(int index,
                   java.lang.Object unk)
            throws java.io.IOException,
                   AutomationException
Adds an object to the array at the specified index.

Specified by:
insert in interface IArray
Parameters:
index - The index (in)
unk - A reference to another Object (IUnknown) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

remove

public void remove(int index)
            throws java.io.IOException,
                   AutomationException
Removes an object from the array.

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

removeAll

public void removeAll()
               throws java.io.IOException,
                      AutomationException
Removes all objects from the array.

Specified by:
removeAll in interface IArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.