|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IProjectiveXform
Provides access to members that control a projective transform.
Method Summary | |
---|---|
void |
defineFromCoefficients(int direction,
Object pCoef)
Defines a projective XForm from coefficients. |
void |
defineFromControlPoints(IPointCollection pSrcPoints,
IPointCollection pTarPoints)
Defines a projective XForm from control points. |
Object |
getCoefficients(int direction)
Gets the coefficients of the projective transform. |
void |
getControlPoints(IPointCollection[] ppSrcPoints,
IPointCollection[] ppTarPoints)
Gets control points used in defining the projective transform. |
Object |
getSystemResidual(int direction)
Gets the system residuals. |
double |
getSystemRMS(int direction)
Gets the system RMS. |
Methods inherited from interface com.esri.arcgis.geodatabase.IGeodataXform |
---|
getDomains, getSpatialReference, isIdentity, setSpatialReferenceByRef, transform, transformCellsize, transformExtent, transformPoints |
Method Detail |
---|
void defineFromControlPoints(IPointCollection pSrcPoints, IPointCollection pTarPoints) throws IOException, AutomationException
pSrcPoints
- A reference to a com.esri.arcgis.geometry.IPointCollection (in)pTarPoints
- A reference to a com.esri.arcgis.geometry.IPointCollection (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void defineFromCoefficients(int direction, Object pCoef) throws IOException, AutomationException
direction
- A com.esri.arcgis.geometry.esriTransformDirection constant (in)pCoef
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getControlPoints(IPointCollection[] ppSrcPoints, IPointCollection[] ppTarPoints) throws IOException, AutomationException
ppSrcPoints
- A reference to a com.esri.arcgis.geometry.IPointCollection (out: use single element array)ppTarPoints
- A reference to a com.esri.arcgis.geometry.IPointCollection (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Object getCoefficients(int direction) throws IOException, AutomationException
direction
- A com.esri.arcgis.geometry.esriTransformDirection constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Object getSystemResidual(int direction) throws IOException, AutomationException
direction
- A com.esri.arcgis.geometry.esriTransformDirection constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getSystemRMS(int direction) throws IOException, AutomationException
direction
- A com.esri.arcgis.geometry.esriTransformDirection constant (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 |