com.esri.arcgis.datasourcesraster
Interface ITiePointOperation2

All Superinterfaces:
ITiePointOperation, java.io.Serializable
All Known Implementing Classes:
ITiePointOperation2Proxy, TiePointCollection

public interface ITiePointOperation2
extends ITiePointOperation, java.io.Serializable

COM Interface 'ITiePointOperation2'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Provides access to members that control an image tie point collection.' 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 IIDef4c3680_badd_4917_a6de_6d52f839d110
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.ITiePointOperation
IID3e402866_3f8d_4b54_add2_ab6d5bb0f0e8
 
Method Summary
 double getResolution()
          The tie point resolution.
 void loadFrom(ITable pPointTable, IQueryFilter pQueryFilter, java.lang.String zFieldName, java.lang.String tagFieldName, IRaster pDEM)
          Loads tie points from a control point table.
 void setResolution(double pResolution)
          The tie point resolution.
 void thin(IEnvelope pExtent, int nCols, int nRows, int density)
          Thins/removes extra tie points using a nCols*nRows grid with a given density.
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.ITiePointOperation
addPoints, compute, init, saveTo
 

Field Detail

IIDef4c3680_badd_4917_a6de_6d52f839d110

static final int IIDef4c3680_badd_4917_a6de_6d52f839d110
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

thin

void thin(IEnvelope pExtent,
          int nCols,
          int nRows,
          int density)
          throws java.io.IOException,
                 AutomationException
Thins/removes extra tie points using a nCols*nRows grid with a given density.

Parameters:
pExtent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
nCols - The nCols (in)
nRows - The nRows (in)
density - The density (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

loadFrom

void loadFrom(ITable pPointTable,
              IQueryFilter pQueryFilter,
              java.lang.String zFieldName,
              java.lang.String tagFieldName,
              IRaster pDEM)
              throws java.io.IOException,
                     AutomationException
Loads tie points from a control point table.

Parameters:
pPointTable - A reference to a com.esri.arcgis.geodatabase.ITable (in)
pQueryFilter - A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)
zFieldName - The zFieldName (in)
tagFieldName - The tagFieldName (in)
pDEM - A reference to a com.esri.arcgis.geodatabase.IRaster (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getResolution

double getResolution()
                     throws java.io.IOException,
                            AutomationException
The tie point resolution.

Returns:
The pResolution
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setResolution

void setResolution(double pResolution)
                   throws java.io.IOException,
                          AutomationException
The tie point resolution.

Parameters:
pResolution - The pResolution (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.