public interface IProjectiveXform extends IGeodataXform, java.io.Serializable
Description: 'Provides access to members that control a projective 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 |
IIDe2fa80d1_ee50_43fa_834f_50d056aae150 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID5e6cf525_4e74_419b_946f_7da9bfdf815d
Modifier and Type | Method and Description |
---|---|
void |
defineFromCoefficients(int direction,
java.lang.Object pCoef)
Defines a projective XForm from coefficients.
|
void |
defineFromControlPoints(IPointCollection pSrcPoints,
IPointCollection pTarPoints)
Defines a projective XForm from control points.
|
java.lang.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.
|
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 IIDe2fa80d1_ee50_43fa_834f_50d056aae150
static final int xxDummy
static final java.lang.String IID
void defineFromControlPoints(IPointCollection pSrcPoints, IPointCollection pTarPoints) 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)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void defineFromCoefficients(int direction, java.lang.Object pCoef) throws java.io.IOException, AutomationException
direction
- A com.esri.arcgis.geometry.esriTransformDirection constant (in)pCoef
- A Variant (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.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.