public interface IHVCompositeDatumTransformationEditor
extends java.io.Serializable
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 |
IID39edcf6d_89dc_4cc5_a39d_92e31dfa3355 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
add(IHVDatumTransformation transform,
int dir)
Adds a datum transformation.
|
void |
addFromComposite(ITransformation transform,
int dir)
Adds a composite datum transformation.
|
IHVDatumTransformation |
createHVDatumTransformation(int wkid)
Creates a datum transformation from wkid.
|
IHVDatumTransformation |
createHVDatumTransformationFromGeoTransformation(IGeoTransformation pGT)
Creates a datum transformation from geo transformation.
|
IHVDatumTransformation |
createHVDatumTransformationFromText(java.lang.String wkt)
Creates a datum transformation from text.
|
IHVCompositeDatumTransformation |
createNew()
Creates an hv composite datum transformation from the editor properties.
|
int |
getCount()
Returns the number of steps in the composite transformation.
|
void |
getHeightSteps(int[] inputHeight,
int[] outputHeight)
Reserved.
|
IHVDatumTransformation |
getHVDatumTransform(int index)
Returns a step of the datum transformation.
|
java.lang.String |
getName()
Sets the name of the transformation.
|
void |
getSpatialReferences(IGeographicCoordinateSystem[] ppFrom,
IGeographicCoordinateSystem[] ppTo)
Returns spatial references.
|
int |
getTransformationDirection(int index)
Returns a step of the datum transformation.
|
void |
getVerticalCoordinateSystems(IVerticalCoordinateSystem[] ppFrom,
IVerticalCoordinateSystem[] ppTo)
Returns vertical coordinate systems.
|
void |
remove(int index)
Returns a step of the datum transformation.
|
void |
reset()
Resets the editor to the initial empty state.
|
void |
resetTo(IHVCompositeDatumTransformation transform)
Resets the editor to the given transformation.
|
void |
setHeightSteps(int inputHeight,
int outputHeight)
Reserved.
|
void |
setName(java.lang.String name)
Sets the name of the transformation.
|
void |
setSpatialReferences(IGeographicCoordinateSystem pFrom,
IGeographicCoordinateSystem pTo)
Sets spatial references.
|
void |
setVerticalCoordinateSystems(IVerticalCoordinateSystem pFrom,
IVerticalCoordinateSystem pTo)
Sets vertical coordinate systems.
|
static final int IID39edcf6d_89dc_4cc5_a39d_92e31dfa3355
static final int xxDummy
static final java.lang.String IID
void setName(java.lang.String name) throws java.io.IOException, AutomationException
name
- The name (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSpatialReferences(IGeographicCoordinateSystem pFrom, IGeographicCoordinateSystem pTo) throws java.io.IOException, AutomationException
pFrom
- A reference to a com.esri.arcgis.geometry.IGeographicCoordinateSystem (in)pTo
- 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 setVerticalCoordinateSystems(IVerticalCoordinateSystem pFrom, IVerticalCoordinateSystem pTo) throws java.io.IOException, AutomationException
pFrom
- A reference to a com.esri.arcgis.geometry.IVerticalCoordinateSystem (in)pTo
- A reference to a com.esri.arcgis.geometry.IVerticalCoordinateSystem (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void getSpatialReferences(IGeographicCoordinateSystem[] ppFrom, IGeographicCoordinateSystem[] ppTo) throws java.io.IOException, AutomationException
ppFrom
- A reference to a com.esri.arcgis.geometry.IGeographicCoordinateSystem (out: use single element array)ppTo
- A reference to a com.esri.arcgis.geometry.IGeographicCoordinateSystem (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void getVerticalCoordinateSystems(IVerticalCoordinateSystem[] ppFrom, IVerticalCoordinateSystem[] ppTo) throws java.io.IOException, AutomationException
ppFrom
- A reference to a com.esri.arcgis.geometry.IVerticalCoordinateSystem (out: use single element array)ppTo
- A reference to a com.esri.arcgis.geometry.IVerticalCoordinateSystem (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void add(IHVDatumTransformation transform, int dir) throws java.io.IOException, AutomationException
transform
- A reference to a com.esri.arcgis.geometry.IHVDatumTransformation (in)dir
- A com.esri.arcgis.geometry.esriTransformDirection constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void addFromComposite(ITransformation transform, int dir) throws java.io.IOException, AutomationException
transform
- A reference to a com.esri.arcgis.geometry.ITransformation (in)dir
- A com.esri.arcgis.geometry.esriTransformDirection constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setHeightSteps(int inputHeight, int outputHeight) throws java.io.IOException, AutomationException
inputHeight
- The inputHeight (in)outputHeight
- The outputHeight (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void getHeightSteps(int[] inputHeight, int[] outputHeight) throws java.io.IOException, AutomationException
inputHeight
- The inputHeight (out: use single element array)outputHeight
- The outputHeight (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void remove(int index) throws java.io.IOException, AutomationException
index
- The index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IHVDatumTransformation getHVDatumTransform(int index) throws java.io.IOException, AutomationException
index
- The index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getTransformationDirection(int index) throws java.io.IOException, AutomationException
index
- The index (in)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.void reset() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void resetTo(IHVCompositeDatumTransformation transform) throws java.io.IOException, AutomationException
transform
- 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.IHVCompositeDatumTransformation createNew() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IHVDatumTransformation createHVDatumTransformation(int wkid) throws java.io.IOException, AutomationException
wkid
- The wkid (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IHVDatumTransformation createHVDatumTransformationFromText(java.lang.String wkt) throws java.io.IOException, AutomationException
wkt
- The wkt (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IHVDatumTransformation createHVDatumTransformationFromGeoTransformation(IGeoTransformation pGT) throws java.io.IOException, AutomationException
pGT
- 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.