com.esri.arcgis.output
Interface ISpotPlateCollection

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISpotPlateCollectionProxy, PSDriver, PsPrinter

public interface ISpotPlateCollection
extends java.io.Serializable

COM Interface 'ISpotPlateCollection'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriOutput.olb'

Description: 'Provides access to members that control the Collection of Spot Plates.' 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
static java.lang.String IID
          Deprecated. Internal use only
static int IIDf480e790_2b0f_11d3_9fc3_00c04f6bc8dd
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void add(ISpotPlate spotPlate)
          Add an ISpotPlate to the Spot Plate collection.
 int getCount()
          The count of the Spot Plate collection.
 ISpotPlate getSpotPlate(int index)
          An ISpotPlate from the Spot Plate collection.
 void insert(int index, ISpotPlate spotPlate)
          Insert an ISpotPlate into the Spot Plate collection at position index.
 void remove(int index)
          Remove ISpotPlate at index from the Spot Plate collection.
 void removeAll()
          Remove all ISpotPlates from the Spot Plate collection.
 

Field Detail

IIDf480e790_2b0f_11d3_9fc3_00c04f6bc8dd

static final int IIDf480e790_2b0f_11d3_9fc3_00c04f6bc8dd
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getCount

int getCount()
             throws java.io.IOException,
                    AutomationException
The count of the Spot Plate collection.

Returns:
The count
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSpotPlate

ISpotPlate getSpotPlate(int index)
                        throws java.io.IOException,
                               AutomationException
An ISpotPlate from the Spot Plate collection.

Parameters:
index - The index (in)
Returns:
A reference to a com.esri.arcgis.output.ISpotPlate
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

add

void add(ISpotPlate spotPlate)
         throws java.io.IOException,
                AutomationException
Add an ISpotPlate to the Spot Plate collection.

Parameters:
spotPlate - A reference to a com.esri.arcgis.output.ISpotPlate (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

insert

void insert(int index,
            ISpotPlate spotPlate)
            throws java.io.IOException,
                   AutomationException
Insert an ISpotPlate into the Spot Plate collection at position index.

Parameters:
index - The index (in)
spotPlate - A reference to a com.esri.arcgis.output.ISpotPlate (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

remove

void remove(int index)
            throws java.io.IOException,
                   AutomationException
Remove ISpotPlate at index from the Spot Plate collection.

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

removeAll

void removeAll()
               throws java.io.IOException,
                      AutomationException
Remove all ISpotPlates from the Spot Plate collection.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.