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
Modifier and Type | Field and Description |
---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
IID, IIDbadfd2ed_2776_4b21_879a_b99b2ea582a6
Modifier | Constructor and Description |
---|---|
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated.
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
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.
Removes a Java object as a listener to events generated by a COM object.
|
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.
|
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
public static final java.lang.Class targetClass
public boolean noncastable
public IRelateDescriptionProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IRelateDescriptionProxy()
public IRelateDescriptionProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IRelateDescriptionProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IRelateDescriptionProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object to be informed of the eventstheSource
- the proxy class that represents the COM class that is the source of the eventsjava.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public int getRelationshipID() throws java.io.IOException, AutomationException
getRelationshipID
in interface IRelateDescription
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setRelationshipID(int relationshipID) throws java.io.IOException, AutomationException
setRelationshipID
in interface IRelateDescription
relationshipID
- The relationshipID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getRelatedTableDefinitionExpression() throws java.io.IOException, AutomationException
getRelatedTableDefinitionExpression
in interface IRelateDescription
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setRelatedTableDefinitionExpression(java.lang.String expression) throws java.io.IOException, AutomationException
setRelatedTableDefinitionExpression
in interface IRelateDescription
expression
- The expression (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getRelatedTableFields() throws java.io.IOException, AutomationException
getRelatedTableFields
in interface IRelateDescription
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setRelatedTableFields(java.lang.String tableFields) throws java.io.IOException, AutomationException
setRelatedTableFields
in interface IRelateDescription
tableFields
- The tableFields (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setOutputSpatialReferenceByRef(ISpatialReference spatialReference) throws java.io.IOException, AutomationException
setOutputSpatialReferenceByRef
in interface IRelateDescription
spatialReference
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public ISpatialReference getOutputSpatialReference() throws java.io.IOException, AutomationException
getOutputSpatialReference
in interface IRelateDescription
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IGeoTransformation getGeoTransformation() throws java.io.IOException, AutomationException
getGeoTransformation
in interface IRelateDescription
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setGeoTransformationByRef(IGeoTransformation geotransform) throws java.io.IOException, AutomationException
setGeoTransformationByRef
in interface IRelateDescription
geotransform
- A reference to a com.esri.arcgis.geometry.IGeoTransformation (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getResultFormat() throws java.io.IOException, AutomationException
getResultFormat
in interface IRelateDescription
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setResultFormat(int resultFormat) throws java.io.IOException, AutomationException
setResultFormat
in interface IRelateDescription
resultFormat
- A com.esri.arcgis.carto.esriRelateResultFormat constant (in)java.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 IRelateDescription
includeGeometry
- The includeGeometry (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 IRelateDescription
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setGeometryResultOptionsByRef(IGeometryResultOptions geometryOptions) throws java.io.IOException, AutomationException
setGeometryResultOptionsByRef
in interface IRelateDescription
geometryOptions
- A reference to a com.esri.arcgis.geodatabase.IGeometryResultOptions (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IGeometryResultOptions getGeometryResultOptions() throws java.io.IOException, AutomationException
getGeometryResultOptions
in interface IRelateDescription
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setOutputTimeReferenceByRef(ITimeReference timeReference) throws java.io.IOException, AutomationException
setOutputTimeReferenceByRef
in interface IRelateDescription
timeReference
- A reference to a com.esri.arcgis.system.ITimeReference (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public ITimeReference getOutputTimeReference() throws java.io.IOException, AutomationException
getOutputTimeReference
in interface IRelateDescription
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.