|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISplineXform
Provides access to members that control a Thin Plate Spline transform.
The ISplineXform interface is used to create the SplineXform object from two sets of control points.
The SplineXform object performs a geodata transformation using a Spline function, a piecewise polynomial that maintains continuity and smoothness between adjacent polynomials. It transforms the source control points exactly to the target control points, while the points or pixels that are away from the control points are not always guaranteed to have higher accuracy. Spline transformation is useful when the control points are very important and required to be registered precisely. Adding more control points can increase an overall accuracy of the Spline transformation.
Method Summary | |
---|---|
void |
defineFromControlPoints(IPointCollection pSrcGCPs,
IPointCollection pDstGCPs)
Defines a spline transform using control points. |
void |
getControlPoints(IPointCollection[] ppSrcGCPs,
IPointCollection[] ppDstGCPs)
Gets control points. |
Methods inherited from interface com.esri.arcgis.geodatabase.IGeodataXform |
---|
getDomains, getSpatialReference, isIdentity, setSpatialReferenceByRef, transform, transformCellsize, transformExtent, transformPoints |
Method Detail |
---|
void defineFromControlPoints(IPointCollection pSrcGCPs, IPointCollection pDstGCPs) throws IOException, AutomationException
pSrcGCPs
- A reference to a com.esri.arcgis.geometry.IPointCollection (in)pDstGCPs
- 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 getControlPoints(IPointCollection[] ppSrcGCPs, IPointCollection[] ppDstGCPs) throws 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)
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 |