com.esri.arcgis.datasourcesraster
Class TiePointCollection

java.lang.Object
  extended by com.esri.arcgis.datasourcesraster.TiePointCollection
All Implemented Interfaces:
ITiePointCollection, ITiePointOperation, ITiePointOperation2, com.esri.arcgis.interop.RemoteObjRef, java.io.Serializable

public class TiePointCollection
extends java.lang.Object
implements com.esri.arcgis.interop.RemoteObjRef, ITiePointCollection, ITiePointOperation, ITiePointOperation2

COM Class 'TiePointCollection'. Generated 3/19/2015 1:20:42 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description 'The Image Tie point collection class.' 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 =

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.ITiePointCollection
IID, IID7467babc_08f2_4696_97ac_1c3a6798c2f4, xxDummy
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.ITiePointOperation2
IID, IIDef4c3680_badd_4917_a6de_6d52f839d110, xxDummy
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.ITiePointOperation
IID3e402866_3f8d_4b54_add2_ab6d5bb0f0e8
 
Constructor Summary
TiePointCollection()
          Constructs a TiePointCollection using ArcGIS Engine.
TiePointCollection(java.lang.Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
TiePointCollection theTiePointCollection = (TiePointCollection) obj;
 
Method Summary
 void add(ITiePoint pPoint)
          Adds an image tie point.
 void addPoints(IImageMatchPoints pMatchPoints)
          Adds a list of match points.
 void append(ITiePoint pPoint)
          Appends an image tie point.
 void compute(java.lang.Object pCatalog, IQueryFilter pQueryFilter, ITable pTiePoints)
          Computes tiepoints.
 boolean equals(java.lang.Object o)
          Compare this object with another
static java.lang.String getClsid()
          getClsid.
 int getCount()
          The image tie point count.
 com.esri.arcgis.interop.Dispatch getJintegraDispatch()
          Deprecated. Internal use only.
 ITiePoint getPoint(int index)
          The image tie point at the specified position.
 double getResolution()
          The tie point resolution.
 int hashCode()
          the hashcode for this object
 void init(ITable pTiePoints)
          Initializes a tie point collection with a tie point table.
 void insert(int index, ITiePoint pPoint)
          Inserts an image tie point after the specified position.
 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 release()
          Release a TiePointCollection.
 void remove(int index)
          Removes the image tie point at the specified position.
 void removeAll()
          Removes all image tie points.
 void replace(int index, ITiePoint pPoint)
          Replaces an image tie point at the specified position.
 void saveTo(ITable pTiePoints)
          Saves all tie points to a given tie 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 class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TiePointCollection

public TiePointCollection()
                   throws java.io.IOException,
                          java.net.UnknownHostException
Constructs a TiePointCollection using ArcGIS Engine.

Throws:
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems

TiePointCollection

public TiePointCollection(java.lang.Object obj)
                   throws java.io.IOException
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
TiePointCollection theTiePointCollection = (TiePointCollection) obj;

Construct a TiePointCollection using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to TiePointCollection.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
java.io.IOException - if there are interop problems
Method Detail

getClsid

public static java.lang.String getClsid()
getClsid.


equals

public boolean equals(java.lang.Object o)
Compare this object with another

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class java.lang.Object

getJintegraDispatch

public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
Deprecated. Internal use only.

Specified by:
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRef

release

public void release()
Release a TiePointCollection.

Specified by:
release in interface com.esri.arcgis.interop.RemoteObjRef

getCount

public int getCount()
             throws java.io.IOException,
                    AutomationException
The image tie point count.

Specified by:
getCount in interface ITiePointCollection
Returns:
The pCount
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPoint

public ITiePoint getPoint(int index)
                   throws java.io.IOException,
                          AutomationException
The image tie point at the specified position.

Specified by:
getPoint in interface ITiePointCollection
Parameters:
index - The index (in)
Returns:
A reference to a com.esri.arcgis.datasourcesraster.ITiePoint
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

append

public void append(ITiePoint pPoint)
            throws java.io.IOException,
                   AutomationException
Appends an image tie point.

Specified by:
append in interface ITiePointCollection
Parameters:
pPoint - A reference to a com.esri.arcgis.datasourcesraster.ITiePoint (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

replace

public void replace(int index,
                    ITiePoint pPoint)
             throws java.io.IOException,
                    AutomationException
Replaces an image tie point at the specified position.

Specified by:
replace in interface ITiePointCollection
Parameters:
index - The index (in)
pPoint - A reference to a com.esri.arcgis.datasourcesraster.ITiePoint (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

insert

public void insert(int index,
                   ITiePoint pPoint)
            throws java.io.IOException,
                   AutomationException
Inserts an image tie point after the specified position.

Specified by:
insert in interface ITiePointCollection
Parameters:
index - The index (in)
pPoint - A reference to a com.esri.arcgis.datasourcesraster.ITiePoint (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

remove

public void remove(int index)
            throws java.io.IOException,
                   AutomationException
Removes the image tie point at the specified position.

Specified by:
remove in interface ITiePointCollection
Parameters:
index - The index (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

removeAll

public void removeAll()
               throws java.io.IOException,
                      AutomationException
Removes all image tie points.

Specified by:
removeAll in interface ITiePointCollection
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

add

public void add(ITiePoint pPoint)
         throws java.io.IOException,
                AutomationException
Adds an image tie point.

Specified by:
add in interface ITiePointCollection
Parameters:
pPoint - A reference to a com.esri.arcgis.datasourcesraster.ITiePoint (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

init

public void init(ITable pTiePoints)
          throws java.io.IOException,
                 AutomationException
Initializes a tie point collection with a tie point table.

Specified by:
init in interface ITiePointOperation
Parameters:
pTiePoints - A reference to a com.esri.arcgis.geodatabase.ITable (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

saveTo

public void saveTo(ITable pTiePoints)
            throws java.io.IOException,
                   AutomationException
Saves all tie points to a given tie point table.

Specified by:
saveTo in interface ITiePointOperation
Parameters:
pTiePoints - A reference to a com.esri.arcgis.geodatabase.ITable (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addPoints

public void addPoints(IImageMatchPoints pMatchPoints)
               throws java.io.IOException,
                      AutomationException
Adds a list of match points.

Specified by:
addPoints in interface ITiePointOperation
Parameters:
pMatchPoints - A reference to a com.esri.arcgis.datasourcesraster.IImageMatchPoints (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

compute

public void compute(java.lang.Object pCatalog,
                    IQueryFilter pQueryFilter,
                    ITable pTiePoints)
             throws java.io.IOException,
                    AutomationException
Computes tiepoints.

Specified by:
compute in interface ITiePointOperation
Parameters:
pCatalog - A reference to another Object (IUnknown) (in)
pQueryFilter - A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)
pTiePoints - A reference to a com.esri.arcgis.geodatabase.ITable (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

thin

public 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.

Specified by:
thin in interface ITiePointOperation2
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

public 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.

Specified by:
loadFrom in interface ITiePointOperation2
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

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

Specified by:
getResolution in interface ITiePointOperation2
Returns:
The pResolution
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setResolution

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

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