|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IRelateDescription
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 =
| Field Summary | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDbadfd2ed_2776_4b21_879a_b99b2ea582a6
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
IGeometryResultOptions |
getGeometryResultOptions()
Indicates whether we need to modify Geometry. |
IGeoTransformation |
getGeoTransformation()
Geo transformation required to transform the geometry if the requested GCS is different from the source. |
ISpatialReference |
getOutputSpatialReference()
Spatial reference of the output geometry in the related records. |
ITimeReference |
getOutputTimeReference()
Output time reference for the time fields. |
java.lang.String |
getRelatedTableDefinitionExpression()
Definition expression of the related table for which related records are being requested. |
java.lang.String |
getRelatedTableFields()
Table fields that need to be returned as a part of the relate results. |
int |
getRelationshipID()
Relationship ID that uniquely idenentifies a relate to a table. |
int |
getResultFormat()
Result format that indicates the type of content in the result. |
boolean |
isIncludeGeometry()
Indicates whether we should include Geometry. |
void |
setGeometryResultOptionsByRef(IGeometryResultOptions geometryOptions)
Indicates whether we need to modify Geometry. |
void |
setGeoTransformationByRef(IGeoTransformation geotransform)
Geo transformation required to transform the geometry if the requested GCS is different from the source. |
void |
setIncludeGeometry(boolean includeGeometry)
Indicates whether we should include Geometry. |
void |
setOutputSpatialReferenceByRef(ISpatialReference spatialReference)
Spatial reference of the output geometry in the related records. |
void |
setOutputTimeReferenceByRef(ITimeReference timeReference)
Output time reference for the time fields. |
void |
setRelatedTableDefinitionExpression(java.lang.String expression)
Definition expression of the related table for which related records are being requested. |
void |
setRelatedTableFields(java.lang.String tablefields)
Table fields that need to be returned as a part of the relate results. |
void |
setRelationshipID(int relationshipID)
Relationship ID that uniquely idenentifies a relate to a table. |
void |
setResultFormat(int resultFormat)
Result format that indicates the type of content in the result. |
| Field Detail |
|---|
static final int IIDbadfd2ed_2776_4b21_879a_b99b2ea582a6
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
int getRelationshipID()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setRelationshipID(int relationshipID)
throws java.io.IOException,
AutomationException
relationshipID - The relationshipID (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getRelatedTableDefinitionExpression()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setRelatedTableDefinitionExpression(java.lang.String expression)
throws java.io.IOException,
AutomationException
expression - The expression (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getRelatedTableFields()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setRelatedTableFields(java.lang.String tablefields)
throws java.io.IOException,
AutomationException
tablefields - The tablefields (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setOutputSpatialReferenceByRef(ISpatialReference spatialReference)
throws java.io.IOException,
AutomationException
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.
ISpatialReference getOutputSpatialReference()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGeoTransformation getGeoTransformation()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setGeoTransformationByRef(IGeoTransformation geotransform)
throws java.io.IOException,
AutomationException
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.
int getResultFormat()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setResultFormat(int resultFormat)
throws java.io.IOException,
AutomationException
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.
void setIncludeGeometry(boolean includeGeometry)
throws java.io.IOException,
AutomationException
includeGeometry - The includeGeometry (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isIncludeGeometry()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setGeometryResultOptionsByRef(IGeometryResultOptions geometryOptions)
throws java.io.IOException,
AutomationException
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.
IGeometryResultOptions getGeometryResultOptions()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setOutputTimeReferenceByRef(ITimeReference timeReference)
throws java.io.IOException,
AutomationException
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.
ITimeReference getOutputTimeReference()
throws java.io.IOException,
AutomationException
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 | ||||||||