public interface ITraceFeatureObject
extends java.io.Serializable
Description: 'Provides access to members that specify the properties of a trace feature object.' 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 |
IIDe2484f6b_e94f_41ec_bde6_410f34ad14b2 |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
int |
getAssetGroupCode()
Returns the asset group code.
|
int |
getAssetTypeCode()
Returns the asset type code.
|
short |
getFirstUnit()
Returns the first unit.
|
GUID |
getGlobalID()
Returns the global ID.
|
int |
getNetworkSourceID()
Returns the network source ID.
|
short |
getNumUnits()
Returns the num units.
|
long |
getObjectID()
Returns the object ID.
|
double |
getPositionFrom()
Returns the position from.
|
double |
getPositionTo()
Returns the position to.
|
int |
getTerminalID()
Returns the terminal ID.
|
void |
setAssetGroupCode(int assetGroupCode)
Returns the asset group code.
|
void |
setAssetTypeCode(int assetTypeCode)
Returns the asset type code.
|
void |
setFirstUnit(short firstUnit)
Returns the first unit.
|
void |
setGlobalID(GUID globalID)
Returns the global ID.
|
void |
setNetworkSourceID(int networkSourceID)
Returns the network source ID.
|
void |
setNumUnits(short numUnits)
Returns the num units.
|
void |
setObjectID(long objectID)
Returns the object ID.
|
void |
setPositionFrom(double positionFrom)
Returns the position from.
|
void |
setPositionTo(double positionTo)
Returns the position to.
|
void |
setTerminalID(int terminalID)
Returns the terminal ID.
|
static final int IIDe2484f6b_e94f_41ec_bde6_410f34ad14b2
static final int xxDummy
static final java.lang.String IID
int getNetworkSourceID()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setNetworkSourceID(int networkSourceID)
throws java.io.IOException,
AutomationException
networkSourceID - The networkSourceID (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 globalID) throws java.io.IOException, AutomationException
globalID - 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.long getObjectID()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setObjectID(long objectID)
throws java.io.IOException,
AutomationException
objectID - Signed 64-bit int (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getAssetGroupCode()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setAssetGroupCode(int assetGroupCode)
throws java.io.IOException,
AutomationException
assetGroupCode - The assetGroupCode (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getAssetTypeCode()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setAssetTypeCode(int assetTypeCode)
throws java.io.IOException,
AutomationException
assetTypeCode - The assetTypeCode (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 getPositionFrom()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setPositionFrom(double positionFrom)
throws java.io.IOException,
AutomationException
positionFrom - The positionFrom (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.double getPositionTo()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setPositionTo(double positionTo)
throws java.io.IOException,
AutomationException
positionTo - The positionTo (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.short getFirstUnit()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setFirstUnit(short firstUnit)
throws java.io.IOException,
AutomationException
firstUnit - The firstUnit (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.short getNumUnits()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setNumUnits(short numUnits)
throws java.io.IOException,
AutomationException
numUnits - The numUnits (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.