public interface IRouteLocatorName
extends java.io.Serializable
Description: 'Provides access to route locator name properties.' 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDd03a61a0_2070_11d4_9fc1_00c04f6bdf06 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IName |
getRouteFeatureClassName()
The route feature class name (Polyline with M feature class name).
|
java.lang.String |
getRouteIDFieldName()
The route identifier field of the route feature class.
|
int |
getRouteMeasureUnit()
The route measure units.
|
java.lang.String |
getRouteWhereClause()
The where clause that limits the routes that events can be located on.
|
boolean |
isRouteIDIsUnique()
Indicates if the Route ID is unique (Obsolete).
|
void |
setRouteFeatureClassNameByRef(IName name)
The route feature class name (Polyline with M feature class name).
|
void |
setRouteIDFieldName(java.lang.String routeIDFieldName)
The route identifier field of the route feature class.
|
void |
setRouteIDIsUnique(boolean routeIDIsUnique)
Indicates if the Route ID is unique (Obsolete).
|
void |
setRouteMeasureUnit(int units)
The route measure units.
|
void |
setRouteWhereClause(java.lang.String whereClause)
The where clause that limits the routes that events can be located on.
|
static final int IIDd03a61a0_2070_11d4_9fc1_00c04f6bdf06
static final int xxDummy
static final java.lang.String IID
void setRouteFeatureClassNameByRef(IName name) throws java.io.IOException, AutomationException
name
- A reference to a com.esri.arcgis.system.IName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IName getRouteFeatureClassName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRouteIDFieldName(java.lang.String routeIDFieldName) throws java.io.IOException, AutomationException
routeIDFieldName
- The routeIDFieldName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getRouteIDFieldName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRouteIDIsUnique(boolean routeIDIsUnique) throws java.io.IOException, AutomationException
routeIDIsUnique
- The routeIDIsUnique (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isRouteIDIsUnique() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRouteMeasureUnit(int units) throws java.io.IOException, AutomationException
units
- A com.esri.arcgis.system.esriUnits constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getRouteMeasureUnit() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRouteWhereClause(java.lang.String whereClause) throws java.io.IOException, AutomationException
whereClause
- The whereClause (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getRouteWhereClause() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.