com.esri.arcgis.datasourcesfile
Interface ISMPointsCollection

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISMPointsCollectionProxy, SMPointsCollection

public interface ISMPointsCollection
extends java.io.Serializable

COM Interface 'ISMPointsCollection'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesFile.olb'

Description: 'Deprecated as of 10.1. Provides access to the collection of geographic points.' 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 DISPID_1_GET_NAME
           
static java.lang.String DISPID_2_GET_NAME
           
static java.lang.String DISPID_3_NAME
           
static java.lang.String DISPID_4_NAME
           
static java.lang.String DISPID_5_NAME
           
static java.lang.String DISPID_6_NAME
           
static java.lang.String IID
          Deprecated. Internal use only
static int IIDf8b65ff3_5850_11d7_b321_008048db11de
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void add(ISMRouterPoint pItem)
          Adds a point to the end of the collection.
 void clear()
          Removes all points from the collection.
 int getCount()
          Number of points in the collection.
 ISMRouterPoint getItem(int position)
          Represents the point in the collection at the specified position.
 void insert(int position, ISMRouterPoint pItem)
          Inserts a point in the collection at the specified position.
 void remove(int position)
          Removes a point from the collection at the specified position.
 

Field Detail

IIDf8b65ff3_5850_11d7_b321_008048db11de

static final int IIDf8b65ff3_5850_11d7_b321_008048db11de
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

DISPID_1_GET_NAME

static final java.lang.String DISPID_1_GET_NAME
See Also:
Constant Field Values

DISPID_2_GET_NAME

static final java.lang.String DISPID_2_GET_NAME
See Also:
Constant Field Values

DISPID_3_NAME

static final java.lang.String DISPID_3_NAME
See Also:
Constant Field Values

DISPID_4_NAME

static final java.lang.String DISPID_4_NAME
See Also:
Constant Field Values

DISPID_5_NAME

static final java.lang.String DISPID_5_NAME
See Also:
Constant Field Values

DISPID_6_NAME

static final java.lang.String DISPID_6_NAME
See Also:
Constant Field Values
Method Detail

getCount

int getCount()
             throws java.io.IOException,
                    AutomationException
Number of points in the collection.

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

getItem

ISMRouterPoint getItem(int position)
                       throws java.io.IOException,
                              AutomationException
Represents the point in the collection at the specified position.

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

add

void add(ISMRouterPoint pItem)
         throws java.io.IOException,
                AutomationException
Adds a point to the end of the collection.

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

insert

void insert(int position,
            ISMRouterPoint pItem)
            throws java.io.IOException,
                   AutomationException
Inserts a point in the collection at the specified position.

Parameters:
position - The position (in)
pItem - A reference to a com.esri.arcgis.datasourcesfile.ISMRouterPoint (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

remove

void remove(int position)
            throws java.io.IOException,
                   AutomationException
Removes a point from the collection at the specified position.

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

clear

void clear()
           throws java.io.IOException,
                  AutomationException
Removes all points from the collection.

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