public interface ITiePointOperation2 extends ITiePointOperation, java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDef4c3680_badd_4917_a6de_6d52f839d110 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID3e402866_3f8d_4b54_add2_ab6d5bb0f0e8
Modifier and Type | Method and Description |
---|---|
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.
|
addPoints, compute, init, saveTo
static final int IIDef4c3680_badd_4917_a6de_6d52f839d110
static final int xxDummy
static final java.lang.String IID
void thin(IEnvelope pExtent, int nCols, int nRows, int density) throws java.io.IOException, AutomationException
pExtent
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)nCols
- The nCols (in)nRows
- The nRows (in)density
- The density (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void loadFrom(ITable pPointTable, IQueryFilter pQueryFilter, java.lang.String zFieldName, java.lang.String tagFieldName, IRaster pDEM) throws java.io.IOException, AutomationException
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)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getResolution() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setResolution(double pResolution) throws java.io.IOException, AutomationException
pResolution
- The pResolution (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.