|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITiePointOperation2
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 |
---|
static final int IIDef4c3680_badd_4917_a6de_6d52f839d110
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |