|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.esri.arcgis.geometry.GeoTransformationOperationSet
Stores a set of geographic transformation operators (GT + direction).
| Constructor Summary | |
GeoTransformationOperationSet()
Constructs a GeoTransformationOperationSet using ArcGIS Engine. |
|
GeoTransformationOperationSet(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. |
|
| Method Summary | |
boolean |
equals(java.lang.Object o)
Compare this object with another |
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. |
IGeoTransformationOperationSet |
getAsIGeoTransformationOperationSet()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
ISupportErrorInfo |
getAsISupportErrorInfo()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
static java.lang.String |
getClsid()
|
int |
getCount()
The number of geographic transformations in the set. |
int |
hashCode()
the hashcode for this object |
void |
interfaceSupportsErrorInfo(GUID riid)
Supported Platforms |
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 geographic transformations in the set. |
void |
removeByKey(IGeographicCoordinateSystem pFromGCS,
IGeographicCoordinateSystem pToGCS)
Deletes a particular geographic transformation by its from and to GeoCS. |
void |
reset()
Reinitializes the geographic transformation set. |
void |
set(int direction,
IGeoTransformation transformation)
Sets a default geographic transformation. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public GeoTransformationOperationSet()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public GeoTransformationOperationSet(java.lang.Object obj)
throws java.io.IOException
obj to GeoTransformationOperationSet. GeoTransformationOperationSet theGeoTransformationOperationSet = (GeoTransformationOperationSet) obj;
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems| Method Detail |
public static java.lang.String getClsid()
public IGeoTransformationOperationSet getAsIGeoTransformationOperationSet()
public ISupportErrorInfo getAsISupportErrorInfo()
public boolean equals(java.lang.Object o)
public int hashCode()
public void set(int direction,
IGeoTransformation transformation)
throws java.io.IOException,
AutomationException
IGeoTransformationOperationSet
set in interface IGeoTransformationOperationSetdirection - A com.esri.arcgis.geometry.esriTransformDirection constant (in)transformation - A reference to a com.esri.arcgis.geometry.IGeoTransformation (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void get(IGeographicCoordinateSystem pFromGCS,
IGeographicCoordinateSystem pToGCS,
int[] direction,
IGeoTransformation[] transformation)
throws java.io.IOException,
AutomationException
IGeoTransformationOperationSet
get in interface IGeoTransformationOperationSetpFromGCS - 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.
public boolean find(int direction,
IGeoTransformation gT)
throws java.io.IOException,
AutomationException
IGeoTransformationOperationSet
find in interface IGeoTransformationOperationSetdirection - 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.
public void remove(int direction,
IGeoTransformation transformation)
throws java.io.IOException,
AutomationException
IGeoTransformationOperationSet
remove in interface IGeoTransformationOperationSetdirection - A com.esri.arcgis.geometry.esriTransformDirection constant (in)transformation - A reference to a com.esri.arcgis.geometry.IGeoTransformation (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void removeByKey(IGeographicCoordinateSystem pFromGCS,
IGeographicCoordinateSystem pToGCS)
throws java.io.IOException,
AutomationException
IGeoTransformationOperationSet
removeByKey in interface IGeoTransformationOperationSetpFromGCS - 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.
public void next(int[] direction,
IGeoTransformation[] gT)
throws java.io.IOException,
AutomationException
IGeoTransformationOperationSet
next in interface IGeoTransformationOperationSetdirection - 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)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void reset()
throws java.io.IOException,
AutomationException
IGeoTransformationOperationSet
reset in interface IGeoTransformationOperationSetAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void removeAll()
throws java.io.IOException,
AutomationException
IGeoTransformationOperationSet
removeAll in interface IGeoTransformationOperationSetAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public int getCount()
throws java.io.IOException,
AutomationException
IGeoTransformationOperationSet
getCount in interface IGeoTransformationOperationSetAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void interfaceSupportsErrorInfo(GUID riid)
throws java.io.IOException,
AutomationException
ISupportErrorInfoIndicates whether the interface supports IErrorInfo.
interfaceSupportsErrorInfo in interface ISupportErrorInforiid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||