|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMolodenskyTransformation
Provides access to members that control the parameters of a Molodensky transformation.
The Molodensky (and Abridged Molodensky) transformation methods converts data between geographic coordinate systems. It's a three parameter method. The parameters are three translations in a XYZ system and are defined in meters.
Method Summary | |
---|---|
void |
getParameters(double[] dx,
double[] dy,
double[] dz)
Returns the dx, dy and dz parameters. |
void |
putParameters(double dx,
double dy,
double dz)
Sets the dx, dy and dz parameters. |
Methods inherited from interface com.esri.arcgis.geometry.IGeoTransformation |
---|
getName, getSpatialReferences, putSpatialReferences, setName |
Methods inherited from interface com.esri.arcgis.geometry.ITransformation |
---|
transformMeasuresFF, transformMeasuresFI, transformMeasuresIF, transformMeasuresII, transformPointsFF, transformPointsFI, transformPointsIF, transformPointsII |
Method Detail |
---|
void getParameters(double[] dx, double[] dy, double[] dz) throws IOException, AutomationException
dx
- The dx (out: use single element array)dy
- The dy (out: use single element array)dz
- The dz (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void putParameters(double dx, double dy, double dz) throws IOException, AutomationException
dx
- The dx (in)dy
- The dy (in)dz
- The dz (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 |