|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.datasourcesraster.GeoTransformationHelper
public class GeoTransformationHelper
COM Class 'GeoTransformationHelper'. Generated 3/19/2015 1:20:42 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'
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 =
Field Summary |
---|
Fields inherited from interface com.esri.arcgis.datasourcesraster.IGeoTransformationHelper |
---|
IID, IID1e0bd206_6370_4a39_b79a_cae98f94640b, xxDummy |
Constructor Summary | |
---|---|
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; |
Method Summary | |
---|---|
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()
Deprecated. Internal use only. |
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 a GeoTransformationHelper. |
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. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GeoTransformationHelper() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.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 Server
java.io.IOException
- if there are interop problemsMethod Detail |
---|
public 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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |