public interface IGeoTransformationOperationSet
extends java.io.Serializable
Description: 'Provides access to members that control a set of geographic transformation operators (GT + direction).' 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 |
IID0049530e_e3ec_11d3_9f62_00c04f6bdd7f |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
boolean |
find(int direction,
IGeoTransformation gT)
Check a geographic transformation and a direction to see if it exists in the set.
|
void |
get(IGeographicCoordinateSystem pFromGCS,
IGeographicCoordinateSystem pToGCS,
int[] direction,
IGeoTransformation[] transformation)
Returns a default geographic transformation.
|
int |
getCount()
The number of geographic transformations in the set.
|
void |
next(int[] direction,
IGeoTransformation[] gT)
Retrieves the next geographic transformation in the set.
|
void |
remove(int direction,
IGeoTransformation transformation)
Deletes a particular geographic transformation.
|
void |
removeAll()
Deletes all transformations in the set.
|
void |
removeByKey(IGeographicCoordinateSystem pFromGCS,
IGeographicCoordinateSystem pToGCS)
Deletes a particular geographic transformation by its from and to GCS.
|
void |
reset()
Reinitializes the transformation set iterator.
|
void |
set(int direction,
IGeoTransformation transformation)
Sets a default geographic transformation.
|
static final int IID0049530e_e3ec_11d3_9f62_00c04f6bdd7f
static final int xxDummy
static final java.lang.String IID
void set(int direction, IGeoTransformation transformation) throws java.io.IOException, AutomationException
direction
- A com.esri.arcgis.geometry.esriTransformDirection constant (in)transformation
- A reference to a com.esri.arcgis.geometry.IGeoTransformation (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void get(IGeographicCoordinateSystem pFromGCS, IGeographicCoordinateSystem pToGCS, int[] direction, IGeoTransformation[] 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.IGeoTransformation (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean find(int direction, IGeoTransformation gT) throws java.io.IOException, AutomationException
direction
- A com.esri.arcgis.geometry.esriTransformDirection constant (in)gT
- A reference to a com.esri.arcgis.geometry.IGeoTransformation (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void remove(int direction, IGeoTransformation transformation) throws java.io.IOException, AutomationException
direction
- A com.esri.arcgis.geometry.esriTransformDirection constant (in)transformation
- A reference to a com.esri.arcgis.geometry.IGeoTransformation (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void removeByKey(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 next(int[] direction, IGeoTransformation[] 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.IGeoTransformation (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void reset() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void removeAll() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.