public interface IGeoTransformationOperationSet2 extends IGeoTransformationOperationSet, java.io.Serializable
Description: 'Provides access to members that control a set of geographic and vertical transformation operators.' 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 |
IID61f5a2fd_1476_4e99_af6a_77d7f9919083 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID0049530e_e3ec_11d3_9f62_00c04f6bdd7f
Modifier and Type | Method and Description |
---|---|
void |
addTo(IGeoTransformationOperationSet2 pDst)
Adds content of this set to the pDst.
|
boolean |
findHVTransform(int direction,
ITransformation gT)
Check a transformation and a direction to see if it exists in the set.
|
int |
getHVCount()
The number of HV transformations in the set.
|
void |
getHVTransform(IGeographicCoordinateSystem pFromGCS,
IGeographicCoordinateSystem pToGCS,
int[] direction,
IHVCompositeDatumTransformation[] transformation)
Finds a transformation.
|
void |
nextHVTransform(int[] direction,
IHVCompositeDatumTransformation[] gT)
Retrieves the next transformation in the set.
|
void |
removeHVTransform(int direction,
ITransformation transformation)
Deletes a particular geographic or HV transformation.
|
void |
removeHVTransformByKey(IGeographicCoordinateSystem pFromGCS,
IGeographicCoordinateSystem pToGCS)
Deletes a particular transformation by its from and to GCS.
|
void |
setHVTransform(int direction,
IHVCompositeDatumTransformation transformation)
Adds an HV transformation.
|
find, get, getCount, next, remove, removeAll, removeByKey, reset, set
static final int IID61f5a2fd_1476_4e99_af6a_77d7f9919083
static final int xxDummy
static final java.lang.String IID
void setHVTransform(int direction, IHVCompositeDatumTransformation transformation) throws java.io.IOException, AutomationException
direction
- A com.esri.arcgis.geometry.esriTransformDirection constant (in)transformation
- A reference to a com.esri.arcgis.geometry.IHVCompositeDatumTransformation (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void getHVTransform(IGeographicCoordinateSystem pFromGCS, IGeographicCoordinateSystem pToGCS, int[] direction, IHVCompositeDatumTransformation[] transformation) throws java.io.IOException, AutomationException
pFromGCS
- A reference to a com.esri.arcgis.geometry.IGeographicCoordinateSystem (in)pToGCS
- A reference to a com.esri.arcgis.geometry.IGeographicCoordinateSystem (in)direction
- A com.esri.arcgis.geometry.esriTransformDirection constant (out: use single element array)transformation
- A reference to a com.esri.arcgis.geometry.IHVCompositeDatumTransformation (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean findHVTransform(int direction, ITransformation gT) throws java.io.IOException, AutomationException
direction
- A com.esri.arcgis.geometry.esriTransformDirection constant (in)gT
- A reference to a com.esri.arcgis.geometry.ITransformation (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void nextHVTransform(int[] direction, IHVCompositeDatumTransformation[] gT) throws java.io.IOException, AutomationException
direction
- A com.esri.arcgis.geometry.esriTransformDirection constant (out: use single element array)gT
- A reference to a com.esri.arcgis.geometry.IHVCompositeDatumTransformation (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getHVCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void removeHVTransform(int direction, ITransformation transformation) throws java.io.IOException, AutomationException
direction
- A com.esri.arcgis.geometry.esriTransformDirection constant (in)transformation
- A reference to a com.esri.arcgis.geometry.ITransformation (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void removeHVTransformByKey(IGeographicCoordinateSystem pFromGCS, IGeographicCoordinateSystem pToGCS) throws java.io.IOException, AutomationException
pFromGCS
- A reference to a com.esri.arcgis.geometry.IGeographicCoordinateSystem (in)pToGCS
- A reference to a com.esri.arcgis.geometry.IGeographicCoordinateSystem (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void addTo(IGeoTransformationOperationSet2 pDst) throws java.io.IOException, AutomationException
pDst
- A reference to a com.esri.arcgis.geometry.IGeoTransformationOperationSet2 (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.