|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.geometry.GeoTransformationOperationSet
public class GeoTransformationOperationSet
Stores a set of geographic transformation operators (GT + direction).
| Constructor Summary | |
|---|---|
GeoTransformationOperationSet()
Constructs a GeoTransformationOperationSet using ArcGIS Engine. |
|
GeoTransformationOperationSet(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. GeoTransformationOperationSet theGeoTransformationOperationSet = (GeoTransformationOperationSet) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(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. |
static String |
getClsid()
getClsid. |
int |
getCount()
The number of geographic transformations in the set. |
int |
hashCode()
the hashcode for this object |
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo |
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 |
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
|---|
getJintegraDispatch, release |
| Constructor Detail |
|---|
public GeoTransformationOperationSet()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public GeoTransformationOperationSet(Object obj)
throws IOException
GeoTransformationOperationSet theGeoTransformationOperationSet = (GeoTransformationOperationSet) obj;
obj to GeoTransformationOperationSet.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public void set(int direction,
IGeoTransformation transformation)
throws IOException,
AutomationException
set in interface IGeoTransformationOperationSetdirection - A com.esri.arcgis.geometry.esriTransformDirection constant (in)transformation - A reference to a com.esri.arcgis.geometry.IGeoTransformation (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void get(IGeographicCoordinateSystem pFromGCS,
IGeographicCoordinateSystem pToGCS,
int[] direction,
IGeoTransformation[] transformation)
throws IOException,
AutomationException
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)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean find(int direction,
IGeoTransformation gT)
throws IOException,
AutomationException
find in interface IGeoTransformationOperationSetdirection - A com.esri.arcgis.geometry.esriTransformDirection constant (in)gT - A reference to a com.esri.arcgis.geometry.IGeoTransformation (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void remove(int direction,
IGeoTransformation transformation)
throws IOException,
AutomationException
remove in interface IGeoTransformationOperationSetdirection - A com.esri.arcgis.geometry.esriTransformDirection constant (in)transformation - A reference to a com.esri.arcgis.geometry.IGeoTransformation (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void removeByKey(IGeographicCoordinateSystem pFromGCS,
IGeographicCoordinateSystem pToGCS)
throws IOException,
AutomationException
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)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void next(int[] direction,
IGeoTransformation[] gT)
throws IOException,
AutomationException
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)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void reset()
throws IOException,
AutomationException
reset in interface IGeoTransformationOperationSetIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void removeAll()
throws IOException,
AutomationException
removeAll in interface IGeoTransformationOperationSetIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getCount()
throws IOException,
AutomationException
getCount in interface IGeoTransformationOperationSetIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void interfaceSupportsErrorInfo(GUID riid)
throws IOException,
AutomationException
Indicates whether the interface supports IErrorInfo.
interfaceSupportsErrorInfo in interface ISupportErrorInforiid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)
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 | ||||||||