public class UNOutputFilter extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, IUNOutputFilter
Description 'UN Output Filter.' 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, IID524ce68c_a954_41e1_b431_c7d22c639e43, xxDummy
Constructor and Description |
---|
UNOutputFilter()
Constructs a UNOutputFilter using ArcGIS Engine.
|
UNOutputFilter(java.lang.Object obj)
Deprecated.
As of ArcGIS 9.2, replaced by normal Java casts.
UNOutputFilter theUNOutputFilter = (UNOutputFilter) obj; |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another
|
int |
getAssetGroupCode()
Returns the asset group code.
|
int |
getAssetTypeCode()
Returns the asset type code.
|
static java.lang.String |
getClsid()
getClsid.
|
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.
|
int |
getNetworkSourceID()
Returns the network source ID.
|
int |
getSchemaGeneration()
Returns the schema generation.
|
int |
hashCode()
the hashcode for this object
|
void |
release()
Release this COM object reference
|
void |
setAssetGroupCode(int assetGroupCode)
Returns the asset group code.
|
void |
setAssetTypeCode(int assetTypeCode)
Returns the asset type code.
|
void |
setNetworkSourceID(int networkSourceID)
Returns the network source ID.
|
void |
setSchemaGeneration(int generation)
Returns the schema generation.
|
public UNOutputFilter() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problemsjava.net.UnknownHostException
- if there are interop problemspublic UNOutputFilter(java.lang.Object obj) throws java.io.IOException
UNOutputFilter theUNOutputFilter = (UNOutputFilter) obj;
obj
to UNOutputFilter
.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.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public int getNetworkSourceID() throws java.io.IOException, AutomationException
getNetworkSourceID
in interface IUNOutputFilter
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setNetworkSourceID(int networkSourceID) throws java.io.IOException, AutomationException
setNetworkSourceID
in interface IUNOutputFilter
networkSourceID
- The networkSourceID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getAssetGroupCode() throws java.io.IOException, AutomationException
getAssetGroupCode
in interface IUNOutputFilter
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setAssetGroupCode(int assetGroupCode) throws java.io.IOException, AutomationException
setAssetGroupCode
in interface IUNOutputFilter
assetGroupCode
- The assetGroupCode (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getAssetTypeCode() throws java.io.IOException, AutomationException
getAssetTypeCode
in interface IUNOutputFilter
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setAssetTypeCode(int assetTypeCode) throws java.io.IOException, AutomationException
setAssetTypeCode
in interface IUNOutputFilter
assetTypeCode
- The assetTypeCode (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 IUNOutputFilter
java.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 IUNOutputFilter
generation
- The generation (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.