|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.carto.IRelateDescriptionProxy
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
Internal use class
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 |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
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
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |