public interface IUNRelationshipValue
extends java.io.Serializable
Description: 'Provides access to members that specify the properties of a utility network relationship value.' 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 |
IID2c75d5ae_bf6d_4a4a_a12c_930a72916f58 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IGeometry |
getGeometry()
Returns the geometry.
|
IArray |
getOutFieldValues()
Returns the out field values.
|
IArray |
getRelationshipOutFieldValues()
Returns the relationship out field values.
|
void |
setGeometryByRef(IGeometry geometry)
Returns the geometry.
|
void |
setOutFieldValuesByRef(IArray outFieldValues)
Returns the out field values.
|
void |
setRelationshipOutFieldValuesByRef(IArray relationshipOutFieldValues)
Returns the relationship out field values.
|
static final int IID2c75d5ae_bf6d_4a4a_a12c_930a72916f58
static final int xxDummy
static final java.lang.String IID
IArray getOutFieldValues() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setOutFieldValuesByRef(IArray outFieldValues) throws java.io.IOException, AutomationException
outFieldValues
- A reference to a com.esri.arcgis.system.IArray (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 geometry) throws java.io.IOException, AutomationException
geometry
- 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.IArray getRelationshipOutFieldValues() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRelationshipOutFieldValuesByRef(IArray relationshipOutFieldValues) throws java.io.IOException, AutomationException
relationshipOutFieldValues
- A reference to a com.esri.arcgis.system.IArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.