|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
IProjectiveTransformation2DGEN. You can use the GEN interface proxy's Object-constructor to cast an instance of this interface to its GEN equivalent. Any ArcGIS class that implements this interface also implements the GEN interface.
Provides access to members that define and manipulate projective transformations.
| Method Summary | |
void |
defineFromControlPoints(int numPoints,
IPoint fromPoints,
IPoint toPoints)
Deprecated. Defines the best projective transformation between two sets of points. |
void |
getControlPointError(int i,
double[] fromError,
double[] toError)
Deprecated. Returns the errors involved in moving control point i from the 'from' to 'to' system. |
void |
getRMSError(double[] fromError,
double[] toError)
Deprecated. RMS (Root Mean Square) error expressed relative to the 'from' and 'to' points defining the transformation. |
ISpatialReference |
getSpatialReference()
Deprecated. The spatial reference in which this transformation is meaningful. |
void |
project(ISpatialReference newSpatialReference)
Deprecated. Moves this transformation into another spatial reference. |
void |
queryTransformationParameters(int direction,
double[] params)
Deprecated. Returns the eight parameters which define the two dimensional projective transformation. |
void |
reset()
Deprecated. Resets the tranformation. |
void |
setSpatialReferenceByRef(ISpatialReference sR)
Deprecated. The spatial reference in which this transformation is meaningful. |
void |
setTransformationParameters(int direction,
double[] params)
Deprecated. Sets the eight parameters which define the two dimensional projective transformation. |
| Methods inherited from interface com.esri.arcgis.geometry.ITransformation |
transformMeasuresFF, transformMeasuresFI, transformMeasuresIF, transformMeasuresII, transformPointsFF, transformPointsFI, transformPointsIF, transformPointsII |
| Method Detail |
public void setSpatialReferenceByRef(ISpatialReference sR)
throws java.io.IOException,
AutomationException
sR - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ISpatialReference getSpatialReference()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void reset()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void defineFromControlPoints(int numPoints,
IPoint fromPoints,
IPoint toPoints)
throws java.io.IOException,
AutomationException
numPoints - The numPoints (in)fromPoints - A reference to a com.esri.arcgis.geometry.IPoint (in)toPoints - A reference to a com.esri.arcgis.geometry.IPoint (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getRMSError(double[] fromError,
double[] toError)
throws java.io.IOException,
AutomationException
fromError - The fromError (out: use single element array)toError - The toError (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getControlPointError(int i,
double[] fromError,
double[] toError)
throws java.io.IOException,
AutomationException
i - The i (in)fromError - The fromError (out: use single element array)toError - The toError (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void project(ISpatialReference newSpatialReference)
throws java.io.IOException,
AutomationException
newSpatialReference - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void queryTransformationParameters(int direction,
double[] params)
throws java.io.IOException,
AutomationException
direction - A com.esri.arcgis.geometry.esriTransformDirection constant (in)params - The params (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTransformationParameters(int direction,
double[] params)
throws java.io.IOException,
AutomationException
direction - A com.esri.arcgis.geometry.esriTransformDirection constant (in)params - The params (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 | |||||||||