com.esri.arcgis.carto
Class IRelateDescriptionProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.carto.IRelateDescriptionProxy
All Implemented Interfaces:
IRelateDescription, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IRelateDescription'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to the RelateDescription Interface.' 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 =

public class IRelateDescriptionProxy
extends com.esri.arcgis.interop.Dispatch
implements IRelateDescription, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.carto.IRelateDescription
IID, IIDbadfd2ed_2776_4b21_879a_b99b2ea582a6
 
Constructor Summary
  IRelateDescriptionProxy()
          Deprecated. For internal use only
  IRelateDescriptionProxy(java.lang.Object obj)
          Deprecated.  
protected IRelateDescriptionProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IRelateDescriptionProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IRelateDescriptionProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 IGeometryResultOptions getGeometryResultOptions()
          Deprecated. Indicates whether we need to modify Geometry.
 IGeoTransformation getGeoTransformation()
          Deprecated. Geo transformation required to transform the geometry if the requested GCS is different from the source.
 ISpatialReference getOutputSpatialReference()
          Deprecated. Spatial reference of the output geometry in the related records.
 ITimeReference getOutputTimeReference()
          Deprecated. Output time reference for the time fields.
 java.lang.String getRelatedTableDefinitionExpression()
          Deprecated. Definition expression of the related table for which related records are being requested.
 java.lang.String getRelatedTableFields()
          Deprecated. Table fields that need to be returned as a part of the relate results.
 int getRelationshipID()
          Deprecated. Relationship ID that uniquely idenentifies a relate to a table.
 int getResultFormat()
          Deprecated. Result format that indicates the type of content in the result.
 boolean isIncludeGeometry()
          Deprecated. Indicates whether we should include Geometry.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setGeometryResultOptionsByRef(IGeometryResultOptions geometryOptions)
          Deprecated. Indicates whether we need to modify Geometry.
 void setGeoTransformationByRef(IGeoTransformation geotransform)
          Deprecated. Geo transformation required to transform the geometry if the requested GCS is different from the source.
 void setIncludeGeometry(boolean includeGeometry)
          Deprecated. Indicates whether we should include Geometry.
 void setOutputSpatialReferenceByRef(ISpatialReference spatialReference)
          Deprecated. Spatial reference of the output geometry in the related records.
 void setOutputTimeReferenceByRef(ITimeReference timeReference)
          Deprecated. Output time reference for the time fields.
 void setRelatedTableDefinitionExpression(java.lang.String expression)
          Deprecated. Definition expression of the related table for which related records are being requested.
 void setRelatedTableFields(java.lang.String tablefields)
          Deprecated. Table fields that need to be returned as a part of the relate results.
 void setRelationshipID(int relationshipID)
          Deprecated. Relationship ID that uniquely idenentifies a relate to a table.
 void setResultFormat(int resultFormat)
          Deprecated. Result format that indicates the type of content in the result.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IRelateDescriptionProxy

public IRelateDescriptionProxy(java.lang.String CLSID,
                               java.lang.String host,
                               com.esri.arcgis.interop.AuthInfo authInfo)
                        throws java.net.UnknownHostException,
                               java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IRelateDescriptionProxy

public IRelateDescriptionProxy()
Deprecated. 
For internal use only


IRelateDescriptionProxy

public IRelateDescriptionProxy(java.lang.Object obj)
                        throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IRelateDescriptionProxy

protected IRelateDescriptionProxy(java.lang.Object obj,
                                  java.lang.String iid)
                           throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IRelateDescriptionProxy

protected IRelateDescriptionProxy(java.lang.String CLSID,
                                  java.lang.String iid,
                                  java.lang.String host,
                                  com.esri.arcgis.interop.AuthInfo authInfo)
                           throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getRelationshipID

public int getRelationshipID()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Relationship ID that uniquely idenentifies a relate to a table.

Specified by:
getRelationshipID in interface IRelateDescription
Returns:
The relationshipID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRelationshipID

public void setRelationshipID(int relationshipID)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Relationship ID that uniquely idenentifies a relate to a table.

Specified by:
setRelationshipID in interface IRelateDescription
Parameters:
relationshipID - The relationshipID (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRelatedTableDefinitionExpression

public java.lang.String getRelatedTableDefinitionExpression()
                                                     throws java.io.IOException,
                                                            AutomationException
Deprecated. 
Definition expression of the related table for which related records are being requested.

Specified by:
getRelatedTableDefinitionExpression in interface IRelateDescription
Returns:
The expression
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRelatedTableDefinitionExpression

public void setRelatedTableDefinitionExpression(java.lang.String expression)
                                         throws java.io.IOException,
                                                AutomationException
Deprecated. 
Definition expression of the related table for which related records are being requested.

Specified by:
setRelatedTableDefinitionExpression in interface IRelateDescription
Parameters:
expression - The expression (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRelatedTableFields

public java.lang.String getRelatedTableFields()
                                       throws java.io.IOException,
                                              AutomationException
Deprecated. 
Table fields that need to be returned as a part of the relate results.

Specified by:
getRelatedTableFields in interface IRelateDescription
Returns:
The tablefields
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRelatedTableFields

public void setRelatedTableFields(java.lang.String tablefields)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Table fields that need to be returned as a part of the relate results.

Specified by:
setRelatedTableFields in interface IRelateDescription
Parameters:
tablefields - The tablefields (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setOutputSpatialReferenceByRef

public void setOutputSpatialReferenceByRef(ISpatialReference spatialReference)
                                    throws java.io.IOException,
                                           AutomationException
Deprecated. 
Spatial reference of the output geometry in the related records.

Specified by:
setOutputSpatialReferenceByRef in interface IRelateDescription
Parameters:
spatialReference - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getOutputSpatialReference

public ISpatialReference getOutputSpatialReference()
                                            throws java.io.IOException,
                                                   AutomationException
Deprecated. 
Spatial reference of the output geometry in the related records.

Specified by:
getOutputSpatialReference in interface IRelateDescription
Returns:
A reference to a com.esri.arcgis.geometry.ISpatialReference
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGeoTransformation

public IGeoTransformation getGeoTransformation()
                                        throws java.io.IOException,
                                               AutomationException
Deprecated. 
Geo transformation required to transform the geometry if the requested GCS is different from the source.

Specified by:
getGeoTransformation in interface IRelateDescription
Returns:
A reference to a com.esri.arcgis.geometry.IGeoTransformation
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setGeoTransformationByRef

public void setGeoTransformationByRef(IGeoTransformation geotransform)
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Geo transformation required to transform the geometry if the requested GCS is different from the source.

Specified by:
setGeoTransformationByRef in interface IRelateDescription
Parameters:
geotransform - A reference to a com.esri.arcgis.geometry.IGeoTransformation (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getResultFormat

public int getResultFormat()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Result format that indicates the type of content in the result.

Specified by:
getResultFormat in interface IRelateDescription
Returns:
A com.esri.arcgis.carto.esriRelateResultFormat constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setResultFormat

public void setResultFormat(int resultFormat)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Result format that indicates the type of content in the result.

Specified by:
setResultFormat in interface IRelateDescription
Parameters:
resultFormat - A com.esri.arcgis.carto.esriRelateResultFormat constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIncludeGeometry

public void setIncludeGeometry(boolean includeGeometry)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Indicates whether we should include Geometry.

Specified by:
setIncludeGeometry in interface IRelateDescription
Parameters:
includeGeometry - The includeGeometry (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isIncludeGeometry

public boolean isIncludeGeometry()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Indicates whether we should include Geometry.

Specified by:
isIncludeGeometry in interface IRelateDescription
Returns:
The includeGeometry
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setGeometryResultOptionsByRef

public void setGeometryResultOptionsByRef(IGeometryResultOptions geometryOptions)
                                   throws java.io.IOException,
                                          AutomationException
Deprecated. 
Indicates whether we need to modify Geometry.

Specified by:
setGeometryResultOptionsByRef in interface IRelateDescription
Parameters:
geometryOptions - A reference to a com.esri.arcgis.geodatabase.IGeometryResultOptions (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGeometryResultOptions

public IGeometryResultOptions getGeometryResultOptions()
                                                throws java.io.IOException,
                                                       AutomationException
Deprecated. 
Indicates whether we need to modify Geometry.

Specified by:
getGeometryResultOptions in interface IRelateDescription
Returns:
A reference to a com.esri.arcgis.geodatabase.IGeometryResultOptions
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setOutputTimeReferenceByRef

public void setOutputTimeReferenceByRef(ITimeReference timeReference)
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
Output time reference for the time fields.

Specified by:
setOutputTimeReferenceByRef in interface IRelateDescription
Parameters:
timeReference - A reference to a com.esri.arcgis.system.ITimeReference (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getOutputTimeReference

public ITimeReference getOutputTimeReference()
                                      throws java.io.IOException,
                                             AutomationException
Deprecated. 
Output time reference for the time fields.

Specified by:
getOutputTimeReference in interface IRelateDescription
Returns:
A reference to a com.esri.arcgis.system.ITimeReference
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.