com.esri.arcgis.carto
Interface ITinIdentifyObj

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITinIdentifyObjProxy, SimpleTinIdentifyObj

public interface ITinIdentifyObj
extends java.io.Serializable

COM Interface 'ITinIdentifyObj'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to query TIN.' 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 IID24d49fbd_de5c_11d2_9f31_00c04f6bc5f4
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void setFeature(IFeature rhs1)
          The Feature property as IFeature.
 void setLocation(IPoint rhs1)
          The Location property as IPoint.
 

Field Detail

IID24d49fbd_de5c_11d2_9f31_00c04f6bc5f4

static final int IID24d49fbd_de5c_11d2_9f31_00c04f6bc5f4
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setFeature

void setFeature(IFeature rhs1)
                throws java.io.IOException,
                       AutomationException
The Feature property as IFeature.

Parameters:
rhs1 - A reference to a com.esri.arcgis.geodatabase.IFeature (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLocation

void setLocation(IPoint rhs1)
                 throws java.io.IOException,
                        AutomationException
The Location property as IPoint.

Parameters:
rhs1 - A reference to a com.esri.arcgis.geometry.IPoint (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.