public interface IAdjustXform extends IGeodataXform, java.io.Serializable
Description: 'Provides access to members that control an adjustment (rubber sheeting) 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 |
IID8a26d9ef_f002_4124_8939_9ca7a25f484c |
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 an adjustement transform using control points.
|
void |
getControlPoints(IPointCollection[] ppSrcGCPs,
IPointCollection[] ppDstGCPs)
Gets control points.
|
int |
getPolynomialApproximation()
The polynomial for initial approximation.
|
boolean |
isNaturalNeighbor()
Indicates if natural neighbor interpolation should be used.
|
void |
setNaturalNeighbor(boolean pNaturalNeighbor)
Indicates if natural neighbor interpolation should be used.
|
void |
setPolynomialApproximation(int pOrder)
The polynomial for initial approximation.
|
getDomains, getSpatialReference, isIdentity, setSpatialReferenceByRef, transform, transformCellsize, transformExtent, transformPoints
static final int IID8a26d9ef_f002_4124_8939_9ca7a25f484c
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.boolean isNaturalNeighbor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setNaturalNeighbor(boolean pNaturalNeighbor) throws java.io.IOException, AutomationException
pNaturalNeighbor
- The pNaturalNeighbor (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getPolynomialApproximation() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setPolynomialApproximation(int pOrder) throws java.io.IOException, AutomationException
pOrder
- The pOrder (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.