|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISMStopsCollection
COM Interface 'ISMStopsCollection'. 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 route stops.' 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 |
IIDf8b66017_5850_11d7_b321_008048db11de
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
void |
add(ISMStop pItem)
Adds a stop to the end of collection. |
void |
clear()
Removes all stops from the collection. |
int |
getCount()
The number of stops in the collection. |
ISMStop |
getItem(int position)
The stop at the specified position in the collection. |
void |
insert(int position,
ISMStop pItem)
Inserts a stop at the specified position in the collection. |
void |
remove(int position)
Removes the stop at the specified position in the collection. |
| Field Detail |
|---|
static final int IIDf8b66017_5850_11d7_b321_008048db11de
static final int xxDummy
static final java.lang.String IID
static final java.lang.String DISPID_1_GET_NAME
static final java.lang.String DISPID_2_GET_NAME
static final java.lang.String DISPID_3_NAME
static final java.lang.String DISPID_4_NAME
static final java.lang.String DISPID_5_NAME
static final java.lang.String DISPID_6_NAME
| Method Detail |
|---|
int getCount()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ISMStop getItem(int position)
throws java.io.IOException,
AutomationException
position - The position (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void add(ISMStop pItem)
throws java.io.IOException,
AutomationException
pItem - A reference to a com.esri.arcgis.datasourcesfile.ISMStop (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void insert(int position,
ISMStop pItem)
throws java.io.IOException,
AutomationException
position - The position (in)pItem - A reference to a com.esri.arcgis.datasourcesfile.ISMStop (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void remove(int position)
throws java.io.IOException,
AutomationException
position - The position (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void clear()
throws java.io.IOException,
AutomationException
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 | ||||||||