public class UNResultType extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, IUNResultType2
Description 'UN Result Type.' 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 =
IID, IIDd63de4ce_69a6_4f8f_9bed_9e9eaf4c94e3, xxDummyIID666a7884_b7e4_4b82_abe6_be36e7a5de51| Constructor and Description |
|---|
UNResultType()
Constructs a UNResultType using ArcGIS Engine.
|
UNResultType(java.lang.Object obj)
Deprecated.
As of ArcGIS 9.2, replaced by normal Java casts.
UNResultType theUNResultType = (UNResultType) obj; |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another
|
static java.lang.String |
getClsid()
getClsid.
|
java.lang.String |
getDiagramTemplateName()
Returns the diagram template name.
|
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Gets a reference to a com.esri.arcgis.interop.Dispatch which can be used to access the COM object that support for this
interface indicates the implementing class references.
|
IStringArray |
getNetworkAttributeNames()
Returns the network attribute names.
|
IArray |
getRelationshipClassInfo()
Returns the relationship class info.
|
IArray |
getResultTypeFields()
Returns the result type fields.
|
int |
getSchemaGeneration()
Returns the schema generation.
|
int |
getType()
Returns the type.
|
int |
hashCode()
the hashcode for this object
|
boolean |
isIncludeDomainDescriptions()
Returns include domain descriptions
|
boolean |
isIncludeGeometry()
Returns include geometry.
|
boolean |
isIncludePropagatedValues()
Returns include propagated values.
|
void |
release()
Release this COM object reference
|
void |
setDiagramTemplateName(java.lang.String diagramTemplateName)
Returns the diagram template name.
|
void |
setIncludeDomainDescriptions(boolean includeDomainDescriptions)
Returns include domain descriptions
|
void |
setIncludeGeometry(boolean includeGeometry)
Returns include geometry.
|
void |
setIncludePropagatedValues(boolean includePropagatedValues)
Returns include propagated values.
|
void |
setNetworkAttributeNamesByRef(IStringArray networkAttributeNames)
Returns the network attribute names.
|
void |
setRelationshipClassInfoByRef(IArray relationshipClassInfoArray)
Returns the relationship class info.
|
void |
setResultTypeFieldsByRef(IArray resultTypeFields)
Returns the result type fields.
|
void |
setSchemaGeneration(int generation)
Returns the schema generation.
|
void |
setType(int type)
Returns the type.
|
public UNResultType()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problemsjava.net.UnknownHostException - if there are interop problemspublic UNResultType(java.lang.Object obj)
throws java.io.IOException
UNResultType theUNResultType = (UNResultType) obj;obj to UNResultType.obj - an object returned from ArcGIS Engine or Serverjava.io.IOException - if there are interop problemspublic static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRefpublic IArray getRelationshipClassInfo() throws java.io.IOException, AutomationException
getRelationshipClassInfo in interface IUNResultType2java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setRelationshipClassInfoByRef(IArray relationshipClassInfoArray) throws java.io.IOException, AutomationException
setRelationshipClassInfoByRef in interface IUNResultType2relationshipClassInfoArray - 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.public int getType()
throws java.io.IOException,
AutomationException
getType in interface IUNResultTypejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setType(int type)
throws java.io.IOException,
AutomationException
setType in interface IUNResultTypetype - A com.esri.arcgis.geodatabase.esriUtilityNetworkTraceResultType constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isIncludeGeometry()
throws java.io.IOException,
AutomationException
isIncludeGeometry in interface IUNResultTypejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setIncludeGeometry(boolean includeGeometry)
throws java.io.IOException,
AutomationException
setIncludeGeometry in interface IUNResultTypeincludeGeometry - The includeGeometry (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isIncludePropagatedValues()
throws java.io.IOException,
AutomationException
isIncludePropagatedValues in interface IUNResultTypejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setIncludePropagatedValues(boolean includePropagatedValues)
throws java.io.IOException,
AutomationException
setIncludePropagatedValues in interface IUNResultTypeincludePropagatedValues - The includePropagatedValues (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IStringArray getNetworkAttributeNames() throws java.io.IOException, AutomationException
getNetworkAttributeNames in interface IUNResultTypejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setNetworkAttributeNamesByRef(IStringArray networkAttributeNames) throws java.io.IOException, AutomationException
setNetworkAttributeNamesByRef in interface IUNResultTypenetworkAttributeNames - A reference to a com.esri.arcgis.system.IStringArray (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getDiagramTemplateName()
throws java.io.IOException,
AutomationException
getDiagramTemplateName in interface IUNResultTypejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setDiagramTemplateName(java.lang.String diagramTemplateName)
throws java.io.IOException,
AutomationException
setDiagramTemplateName in interface IUNResultTypediagramTemplateName - The diagramTemplateName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IArray getResultTypeFields() throws java.io.IOException, AutomationException
getResultTypeFields in interface IUNResultTypejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setResultTypeFieldsByRef(IArray resultTypeFields) throws java.io.IOException, AutomationException
setResultTypeFieldsByRef in interface IUNResultTyperesultTypeFields - 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.public int getSchemaGeneration()
throws java.io.IOException,
AutomationException
getSchemaGeneration in interface IUNResultTypejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setSchemaGeneration(int generation)
throws java.io.IOException,
AutomationException
setSchemaGeneration in interface IUNResultTypegeneration - The generation (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isIncludeDomainDescriptions()
throws java.io.IOException,
AutomationException
isIncludeDomainDescriptions in interface IUNResultTypejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setIncludeDomainDescriptions(boolean includeDomainDescriptions)
throws java.io.IOException,
AutomationException
setIncludeDomainDescriptions in interface IUNResultTypeincludeDomainDescriptions - The includeDomainDescriptions (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.