public interface ISplineXform extends IGeodataXform, java.io.Serializable
Description: 'Provides access to members that control a Thin Plate Spline 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 |
IIDb5e683ca_8651_4f27_b987_5f391adcb366 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID5e6cf525_4e74_419b_946f_7da9bfdf815d
Modifier and Type | Method and Description |
---|---|
void |
defineFromControlPoints(IPointCollection pSrcGCPs,
IPointCollection pDstGCPs)
Defines a spline transform using control points.
|
void |
getControlPoints(IPointCollection[] ppSrcGCPs,
IPointCollection[] ppDstGCPs)
Gets control points.
|
getDomains, getSpatialReference, isIdentity, setSpatialReferenceByRef, transform, transformCellsize, transformExtent, transformPoints
static final int IIDb5e683ca_8651_4f27_b987_5f391adcb366
static final int xxDummy
static final java.lang.String IID
void defineFromControlPoints(IPointCollection pSrcGCPs, IPointCollection pDstGCPs) throws java.io.IOException, AutomationException
pSrcGCPs
- A reference to a com.esri.arcgis.geometry.IPointCollection (in)pDstGCPs
- 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 getControlPoints(IPointCollection[] ppSrcGCPs, IPointCollection[] ppDstGCPs) throws java.io.IOException, AutomationException
ppSrcGCPs
- A reference to a com.esri.arcgis.geometry.IPointCollection (out: use single element array)ppDstGCPs
- 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.