public interface IAssociationObject
extends java.io.Serializable
Description: 'Provides access to members that specify the properties of a utility network association 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 |
IID6d76a607_8604_4c66_bc8d_e92e04bd92e1 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
getAssociationType()
Returns the type of association.
|
long |
getErrorCode()
Returns the association record errorCode.
|
java.lang.String |
getErrorMessage()
Returns the association record error message.
|
GUID |
getFromFeatureID()
Returns the from feature Global ID.
|
int |
getFromSourceID()
Returns the from feature source ID.
|
int |
getFromTerminalID()
Returns the from feature terminal ID if applicable.
|
IGeometry |
getGeometry()
Returns the association geometry.
|
GUID |
getGlobalID()
Returns the association record Global ID.
|
long |
getObjectID()
Returns the association record Object ID.
|
double |
getPercentAlong()
Returns the association record percent along.
|
int |
getStatus()
Returns the association record status.
|
GUID |
getToFeatureID()
Returns the to feature Global ID.
|
int |
getToSourceID()
Returns the to feature source ID.
|
int |
getToTerminalID()
Returns the to feature terminal ID if applicable.
|
boolean |
isContentVisible()
Returns the association record isContentVisible.
|
void |
setAssociationType(int type)
Returns the type of association.
|
void |
setErrorCode(long errorCode)
Returns the association record errorCode.
|
void |
setErrorMessage(java.lang.String errorMessage)
Returns the association record error message.
|
void |
setFromFeatureID(GUID fromFeatureID)
Returns the from feature Global ID.
|
void |
setFromSourceID(int fromSourceID)
Returns the from feature source ID.
|
void |
setFromTerminalID(int fromTerminalID)
Returns the from feature terminal ID if applicable.
|
void |
setGeometryByRef(IGeometry geom)
Returns the association geometry.
|
void |
setGlobalID(GUID globalID)
Returns the association record Global ID.
|
void |
setIsContentVisible(boolean isContentVisible)
Returns the association record isContentVisible.
|
void |
setObjectID(long objectID)
Returns the association record Object ID.
|
void |
setPercentAlong(double percentAlong)
Returns the association record percent along.
|
void |
setStatus(int status)
Returns the association record status.
|
void |
setToFeatureID(GUID toFeatureID)
Returns the to feature Global ID.
|
void |
setToSourceID(int toSourceID)
Returns the to feature source ID.
|
void |
setToTerminalID(int toTerminalID)
Returns the to feature terminal ID if applicable.
|
static final int IID6d76a607_8604_4c66_bc8d_e92e04bd92e1
static final int xxDummy
static final java.lang.String IID
int getAssociationType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setAssociationType(int type) throws java.io.IOException, AutomationException
type
- A com.esri.arcgis.geodatabase.esriUtilityNetworkAssociationType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IGeometry getGeometry() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setGeometryByRef(IGeometry geom) throws java.io.IOException, AutomationException
geom
- A reference to a com.esri.arcgis.geometry.IGeometry (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getFromSourceID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setFromSourceID(int fromSourceID) throws java.io.IOException, AutomationException
fromSourceID
- The fromSourceID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getToSourceID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setToSourceID(int toSourceID) throws java.io.IOException, AutomationException
toSourceID
- The toSourceID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.GUID getFromFeatureID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setFromFeatureID(GUID fromFeatureID) throws java.io.IOException, AutomationException
fromFeatureID
- 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.GUID getToFeatureID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setToFeatureID(GUID toFeatureID) throws java.io.IOException, AutomationException
toFeatureID
- 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 getFromTerminalID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setFromTerminalID(int fromTerminalID) throws java.io.IOException, AutomationException
fromTerminalID
- The fromTerminalID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getToTerminalID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setToTerminalID(int toTerminalID) throws java.io.IOException, AutomationException
toTerminalID
- The toTerminalID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getStatus() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setStatus(int status) throws java.io.IOException, AutomationException
status
- The status (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.long getErrorCode() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setErrorCode(long errorCode) throws java.io.IOException, AutomationException
errorCode
- Signed 64-bit int (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getErrorMessage() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setErrorMessage(java.lang.String errorMessage) throws java.io.IOException, AutomationException
errorMessage
- The errorMessage (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 isContentVisible() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setIsContentVisible(boolean isContentVisible) throws java.io.IOException, AutomationException
isContentVisible
- The isContentVisible (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.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.