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 =
public class IHVCompositeDatumTransformationEditorProxy extends com.esri.arcgis.interop.Dispatch implements IHVCompositeDatumTransformationEditor, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
IID, IID39edcf6d_89dc_4cc5_a39d_92e31dfa3355
Modifier | Constructor and Description |
---|---|
|
IHVCompositeDatumTransformationEditorProxy()
Deprecated.
For internal use only
|
|
IHVCompositeDatumTransformationEditorProxy(java.lang.Object obj)
Deprecated.
|
protected |
IHVCompositeDatumTransformationEditorProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IHVCompositeDatumTransformationEditorProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IHVCompositeDatumTransformationEditorProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
add(IHVDatumTransformation transform,
int dir)
Deprecated.
Adds a datum transformation.
|
void |
addFromComposite(ITransformation transform,
int dir)
Deprecated.
Adds a composite datum transformation.
|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated.
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
IHVDatumTransformation |
createHVDatumTransformation(int wkid)
Deprecated.
Creates a datum transformation from wkid.
|
IHVDatumTransformation |
createHVDatumTransformationFromGeoTransformation(IGeoTransformation pGT)
Deprecated.
Creates a datum transformation from geo transformation.
|
IHVDatumTransformation |
createHVDatumTransformationFromText(java.lang.String wkt)
Deprecated.
Creates a datum transformation from text.
|
IHVCompositeDatumTransformation |
createNew()
Deprecated.
Creates an hv composite datum transformation from the editor properties.
|
int |
getCount()
Deprecated.
Returns the number of steps in the composite transformation.
|
void |
getHeightSteps(int[] inputHeight,
int[] outputHeight)
Deprecated.
Reserved.
|
IHVDatumTransformation |
getHVDatumTransform(int index)
Deprecated.
Returns a step of the datum transformation.
|
java.lang.String |
getName()
Deprecated.
Sets the name of the transformation.
|
void |
getSpatialReferences(IGeographicCoordinateSystem[] ppFrom,
IGeographicCoordinateSystem[] ppTo)
Deprecated.
Returns spatial references.
|
int |
getTransformationDirection(int index)
Deprecated.
Returns a step of the datum transformation.
|
void |
getVerticalCoordinateSystems(IVerticalCoordinateSystem[] ppFrom,
IVerticalCoordinateSystem[] ppTo)
Deprecated.
Returns vertical coordinate systems.
|
void |
remove(int index)
Deprecated.
Returns a step of the datum transformation.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated.
Removes a Java object as a listener to events generated by a COM object.
|
void |
reset()
Deprecated.
Resets the editor to the initial empty state.
|
void |
resetTo(IHVCompositeDatumTransformation transform)
Deprecated.
Resets the editor to the given transformation.
|
void |
setHeightSteps(int inputHeight,
int outputHeight)
Deprecated.
Reserved.
|
void |
setName(java.lang.String name)
Deprecated.
Sets the name of the transformation.
|
void |
setSpatialReferences(IGeographicCoordinateSystem pFrom,
IGeographicCoordinateSystem pTo)
Deprecated.
Sets spatial references.
|
void |
setVerticalCoordinateSystems(IVerticalCoordinateSystem pFrom,
IVerticalCoordinateSystem pTo)
Deprecated.
Sets vertical coordinate systems.
|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
public static final java.lang.Class targetClass
public boolean noncastable
public IHVCompositeDatumTransformationEditorProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IHVCompositeDatumTransformationEditorProxy()
public IHVCompositeDatumTransformationEditorProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IHVCompositeDatumTransformationEditorProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IHVCompositeDatumTransformationEditorProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object to be informed of the eventstheSource
- the proxy class that represents the COM class that is the source of the eventsjava.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public void setName(java.lang.String name) throws java.io.IOException, AutomationException
setName
in interface IHVCompositeDatumTransformationEditor
name
- The name (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getName() throws java.io.IOException, AutomationException
getName
in interface IHVCompositeDatumTransformationEditor
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setSpatialReferences(IGeographicCoordinateSystem pFrom, IGeographicCoordinateSystem pTo) throws java.io.IOException, AutomationException
setSpatialReferences
in interface IHVCompositeDatumTransformationEditor
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.public void setVerticalCoordinateSystems(IVerticalCoordinateSystem pFrom, IVerticalCoordinateSystem pTo) throws java.io.IOException, AutomationException
setVerticalCoordinateSystems
in interface IHVCompositeDatumTransformationEditor
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.public void getSpatialReferences(IGeographicCoordinateSystem[] ppFrom, IGeographicCoordinateSystem[] ppTo) throws java.io.IOException, AutomationException
getSpatialReferences
in interface IHVCompositeDatumTransformationEditor
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.public void getVerticalCoordinateSystems(IVerticalCoordinateSystem[] ppFrom, IVerticalCoordinateSystem[] ppTo) throws java.io.IOException, AutomationException
getVerticalCoordinateSystems
in interface IHVCompositeDatumTransformationEditor
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.public void add(IHVDatumTransformation transform, int dir) throws java.io.IOException, AutomationException
add
in interface IHVCompositeDatumTransformationEditor
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.public void addFromComposite(ITransformation transform, int dir) throws java.io.IOException, AutomationException
addFromComposite
in interface IHVCompositeDatumTransformationEditor
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.public void setHeightSteps(int inputHeight, int outputHeight) throws java.io.IOException, AutomationException
setHeightSteps
in interface IHVCompositeDatumTransformationEditor
inputHeight
- The inputHeight (in)outputHeight
- The outputHeight (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void getHeightSteps(int[] inputHeight, int[] outputHeight) throws java.io.IOException, AutomationException
getHeightSteps
in interface IHVCompositeDatumTransformationEditor
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.public void remove(int index) throws java.io.IOException, AutomationException
remove
in interface IHVCompositeDatumTransformationEditor
index
- The index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IHVDatumTransformation getHVDatumTransform(int index) throws java.io.IOException, AutomationException
getHVDatumTransform
in interface IHVCompositeDatumTransformationEditor
index
- The index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getTransformationDirection(int index) throws java.io.IOException, AutomationException
getTransformationDirection
in interface IHVCompositeDatumTransformationEditor
index
- The index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getCount() throws java.io.IOException, AutomationException
getCount
in interface IHVCompositeDatumTransformationEditor
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void reset() throws java.io.IOException, AutomationException
reset
in interface IHVCompositeDatumTransformationEditor
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void resetTo(IHVCompositeDatumTransformation transform) throws java.io.IOException, AutomationException
resetTo
in interface IHVCompositeDatumTransformationEditor
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.public IHVCompositeDatumTransformation createNew() throws java.io.IOException, AutomationException
createNew
in interface IHVCompositeDatumTransformationEditor
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IHVDatumTransformation createHVDatumTransformation(int wkid) throws java.io.IOException, AutomationException
createHVDatumTransformation
in interface IHVCompositeDatumTransformationEditor
wkid
- The wkid (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IHVDatumTransformation createHVDatumTransformationFromText(java.lang.String wkt) throws java.io.IOException, AutomationException
createHVDatumTransformationFromText
in interface IHVCompositeDatumTransformationEditor
wkt
- The wkt (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IHVDatumTransformation createHVDatumTransformationFromGeoTransformation(IGeoTransformation pGT) throws java.io.IOException, AutomationException
createHVDatumTransformationFromGeoTransformation
in interface IHVCompositeDatumTransformationEditor
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.