|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGeoTransformation
Provides access to members that define a geographic (datum) transformation.
Most methods and properties are inherited from ITransformation. Each geographic (datum) transformation also has a name, a 'from', and a 'to' spatial reference.
Of the ITransformation interface, only the TransformPointsFF method is implemented.
Method Summary | |
---|---|
String |
getName()
The name of the geographic transformation. |
void |
getSpatialReferences(ISpatialReference[] from,
ISpatialReference[] to)
Returns the from and to spatial references for the transformation. |
void |
putSpatialReferences(ISpatialReference from,
ISpatialReference to)
Sets the from and to spatial references for the transformation. |
void |
setName(String name)
The name of the geographic transformation. |
Methods inherited from interface com.esri.arcgis.geometry.ITransformation |
---|
transformMeasuresFF, transformMeasuresFI, transformMeasuresIF, transformMeasuresII, transformPointsFF, transformPointsFI, transformPointsIF, transformPointsII |
Method Detail |
---|
String getName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setName(String name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getSpatialReferences(ISpatialReference[] from, ISpatialReference[] to) throws IOException, AutomationException
Each geographic transformation is defined by 'from' and 'to' geographic coordinate systems.
from
- A reference to a com.esri.arcgis.geometry.ISpatialReference (out: use single element array)to
- A reference to a com.esri.arcgis.geometry.ISpatialReference (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void putSpatialReferences(ISpatialReference from, ISpatialReference to) throws IOException, AutomationException
from
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)to
- A reference to a com.esri.arcgis.geometry.ISpatialReference (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 |