public class GeoTransformationHelper extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, IGeoTransformationHelper
Description 'The geograpgic transformation (datum conversion) helper 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 =
IID, IID1e0bd206_6370_4a39_b79a_cae98f94640b, xxDummy
Constructor and Description |
---|
GeoTransformationHelper()
Constructs a GeoTransformationHelper using ArcGIS Engine.
|
GeoTransformationHelper(java.lang.Object obj)
Deprecated.
As of ArcGIS 9.2, replaced by normal Java casts.
GeoTransformationHelper theGeoTransformationHelper = (GeoTransformationHelper) obj; |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another
|
static java.lang.String |
getClsid()
getClsid.
|
IArray |
getDefaultTargetCoordinateSystems()
The collection of ISpatialReference objects used as default target coordinate systems by the 'Install' method if the 'pTargetSR' argument is not specified.
|
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Gets a reference to a com.esri.arcgis.interop.Dispatch which can be used to access the COM object that support for this
interface indicates the implementing class references.
|
int |
hashCode()
the hashcode for this object
|
void |
init(IGeoTransformationOperationSet pGTs,
IGeographicCoordinateSystem pCompositionGCS)
Initializes the object given a primary set of geographic transformation operators (GT + direction).
|
void |
install(ISpatialReference pSourceSR,
ISpatialReference pTargetSR,
boolean bAddNew)
Sets the system default geographic transformation on the primary operation set if missing.
|
void |
release()
Release this COM object reference
|
void |
removeAll()
All previously installed geotransformation methods are removed from the system.
|
void |
set(int direction,
IGeoTransformation pGT,
boolean bAddNew)
Sets the system default geographic transformation on the primary operation set if missing.
|
void |
setDefaultTargetCoordinateSystemsByRef(IArray ppDefaultTargetCoordinateSystems)
The collection of ISpatialReference objects used as default target coordinate systems by the 'Install' method if the 'pTargetSR' argument is not specified.
|
public GeoTransformationHelper() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problemsjava.net.UnknownHostException
- if there are interop problemspublic GeoTransformationHelper(java.lang.Object obj) throws java.io.IOException
GeoTransformationHelper theGeoTransformationHelper = (GeoTransformationHelper) obj;
obj
to GeoTransformationHelper
.obj
- an object returned from ArcGIS Engine or Serverjava.io.IOException
- if there are interop problemspublic static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public void init(IGeoTransformationOperationSet pGTs, IGeographicCoordinateSystem pCompositionGCS) throws java.io.IOException, AutomationException
init
in interface IGeoTransformationHelper
pGTs
- A reference to a com.esri.arcgis.geometry.IGeoTransformationOperationSet (in)pCompositionGCS
- 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 install(ISpatialReference pSourceSR, ISpatialReference pTargetSR, boolean bAddNew) throws java.io.IOException, AutomationException
install
in interface IGeoTransformationHelper
pSourceSR
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)pTargetSR
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)bAddNew
- The bAddNew (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void removeAll() throws java.io.IOException, AutomationException
removeAll
in interface IGeoTransformationHelper
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setDefaultTargetCoordinateSystemsByRef(IArray ppDefaultTargetCoordinateSystems) throws java.io.IOException, AutomationException
setDefaultTargetCoordinateSystemsByRef
in interface IGeoTransformationHelper
ppDefaultTargetCoordinateSystems
- A reference to a com.esri.arcgis.system.IArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IArray getDefaultTargetCoordinateSystems() throws java.io.IOException, AutomationException
getDefaultTargetCoordinateSystems
in interface IGeoTransformationHelper
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void set(int direction, IGeoTransformation pGT, boolean bAddNew) throws java.io.IOException, AutomationException
set
in interface IGeoTransformationHelper
direction
- A com.esri.arcgis.geometry.esriTransformDirection constant (in)pGT
- A reference to a com.esri.arcgis.geometry.IGeoTransformation (in)bAddNew
- The bAddNew (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.