public interface IUNLocation
extends java.io.Serializable
Description: 'Provides access to members that specify the properties of a utility network trace location.' 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 |
IID747e9894_39bf_4dd1_aba2_afc596bb5f9a |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
GUID |
getGlobalID()
Returns the global ID.
|
double |
getPercentAlong()
Returns the percent along.
|
int |
getSchemaGeneration()
Returns the schema generation.
|
int |
getTerminalID()
Returns the terminal ID.
|
int |
getTraceLocationType()
Returns the trace location type.
|
boolean |
isFilterBarrier()
Returns is filter barrier.
|
void |
setGlobalID(GUID iD)
Returns the global ID.
|
void |
setIsFilterBarrier(boolean isFilterBarrier)
Returns is filter barrier.
|
void |
setPercentAlong(double percentAlong)
Returns the percent along.
|
void |
setSchemaGeneration(int generation)
Returns the schema generation.
|
void |
setTerminalID(int terminalID)
Returns the terminal ID.
|
void |
setTraceLocationType(int type)
Returns the trace location type.
|
static final int IID747e9894_39bf_4dd1_aba2_afc596bb5f9a
static final int xxDummy
static final java.lang.String IID
int getTraceLocationType()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setTraceLocationType(int type)
throws java.io.IOException,
AutomationException
type - A com.esri.arcgis.geodatabase.esriTraceLocationType constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.GUID getGlobalID() throws java.io.IOException, AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setGlobalID(GUID iD) throws java.io.IOException, AutomationException
iD - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getTerminalID()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setTerminalID(int terminalID)
throws java.io.IOException,
AutomationException
terminalID - The terminalID (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.double getPercentAlong()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setPercentAlong(double percentAlong)
throws java.io.IOException,
AutomationException
percentAlong - The percentAlong (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.boolean isFilterBarrier()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setIsFilterBarrier(boolean isFilterBarrier)
throws java.io.IOException,
AutomationException
isFilterBarrier - The isFilterBarrier (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getSchemaGeneration()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setSchemaGeneration(int generation)
throws java.io.IOException,
AutomationException
generation - The generation (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.