public interface IPolynomialXform extends IGeodataXform, java.io.Serializable
Description: 'Provides access to members that control a polynomial transform.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDb8a34db7_e73b_4a09_8815_a7b729e33504 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID5e6cf525_4e74_419b_946f_7da9bfdf815d
Modifier and Type | Method and Description |
---|---|
void |
applyRotation(int direction,
IPoint pPivotPoint,
double degree)
Applies a rotation to the polynomial.
|
void |
applyScale(int direction,
double scaleX,
double scaleY)
Applies a scale to the polynomial.
|
void |
applyShift(int direction,
double shiftX,
double shiftY)
Applies a shift to the polynomial.
|
void |
checkResidualRMS(IPointCollection checkingsSurcePoints,
IPointCollection checkingsTargetPoints,
int direction,
java.lang.Object[] pResidual,
double[] rms)
Gets the residuals and RMS using checking points.
|
void |
defineFromCoefficients(java.lang.Object pForwardPolyCoef,
java.lang.Object pReversePolyCoef,
int order)
Defines a polynomial XForm from polynomial (order: 0-3) coefficients .
|
void |
defineFromControlPoints(IPointCollection pSrcPoints,
IPointCollection pTarPoints,
int order)
Defines a polynomial (order: 0-3) XForm from control points.
|
java.lang.Object |
getCoefficients(int direction)
Gets the coefficients of the polynomial.
|
void |
getControlPoints(IPointCollection[] ppSrcPoints,
IPointCollection[] ppTarPoints)
Gets control points used in defining the polynomial.
|
int |
getOrder()
The polynomial order (0-3).
|
java.lang.Object |
getSystemResidual(int direction)
Gets the system residuals.
|
double |
getSystemRMS(int direction)
Gets the system RMS.
|
getDomains, getSpatialReference, isIdentity, setSpatialReferenceByRef, transform, transformCellsize, transformExtent, transformPoints
static final int IIDb8a34db7_e73b_4a09_8815_a7b729e33504
static final int xxDummy
static final java.lang.String IID
void defineFromControlPoints(IPointCollection pSrcPoints, IPointCollection pTarPoints, int order) throws java.io.IOException, AutomationException
pSrcPoints
- A reference to a com.esri.arcgis.geometry.IPointCollection (in)pTarPoints
- A reference to a com.esri.arcgis.geometry.IPointCollection (in)order
- The order (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void defineFromCoefficients(java.lang.Object pForwardPolyCoef, java.lang.Object pReversePolyCoef, int order) throws java.io.IOException, AutomationException
pForwardPolyCoef
- A Variant (in)pReversePolyCoef
- A Variant (in)order
- The order (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void getControlPoints(IPointCollection[] ppSrcPoints, IPointCollection[] ppTarPoints) throws java.io.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)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getOrder() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.Object getCoefficients(int direction) throws java.io.IOException, AutomationException
direction
- A com.esri.arcgis.geometry.esriTransformDirection constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.Object getSystemResidual(int direction) throws java.io.IOException, AutomationException
direction
- A com.esri.arcgis.geometry.esriTransformDirection constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getSystemRMS(int direction) throws java.io.IOException, AutomationException
direction
- A com.esri.arcgis.geometry.esriTransformDirection constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void checkResidualRMS(IPointCollection checkingsSurcePoints, IPointCollection checkingsTargetPoints, int direction, java.lang.Object[] pResidual, double[] rms) throws java.io.IOException, AutomationException
checkingsSurcePoints
- A reference to a com.esri.arcgis.geometry.IPointCollection (in)checkingsTargetPoints
- A reference to a com.esri.arcgis.geometry.IPointCollection (in)direction
- A com.esri.arcgis.geometry.esriTransformDirection constant (in)pResidual
- A Variant (out: use single element array)rms
- The rms (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void applyRotation(int direction, IPoint pPivotPoint, double degree) throws java.io.IOException, AutomationException
direction
- A com.esri.arcgis.geometry.esriTransformDirection constant (in)pPivotPoint
- A reference to a com.esri.arcgis.geometry.IPoint (in)degree
- The degree (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void applyShift(int direction, double shiftX, double shiftY) throws java.io.IOException, AutomationException
direction
- A com.esri.arcgis.geometry.esriTransformDirection constant (in)shiftX
- The shiftX (in)shiftY
- The shiftY (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void applyScale(int direction, double scaleX, double scaleY) throws java.io.IOException, AutomationException
direction
- A com.esri.arcgis.geometry.esriTransformDirection constant (in)scaleX
- The scaleX (in)scaleY
- The scaleY (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.