|
|||||||||
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.
public interface IProjectiveTransformation2D
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 |
---|
void setSpatialReferenceByRef(ISpatialReference sR) throws IOException, AutomationException
sR
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISpatialReference getSpatialReference() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void reset() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void defineFromControlPoints(int numPoints, IPoint fromPoints, IPoint toPoints) throws 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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getRMSError(double[] fromError, double[] toError) throws IOException, AutomationException
fromError
- The fromError (out: use single element array)toError
- The toError (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getControlPointError(int i, double[] fromError, double[] toError) throws IOException, AutomationException
i
- The i (in)fromError
- The fromError (out: use single element array)toError
- The toError (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void project(ISpatialReference newSpatialReference) throws IOException, AutomationException
newSpatialReference
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void queryTransformationParameters(int direction, double[] params) throws IOException, AutomationException
direction
- A com.esri.arcgis.geometry.esriTransformDirection constant (in)params
- The params (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTransformationParameters(int direction, double[] params) throws IOException, AutomationException
direction
- A com.esri.arcgis.geometry.esriTransformDirection constant (in)params
- The params (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 |