public interface IProjectiveTransformation2D extends ITransformation, java.io.Serializable
Description: 'Provides access to members that define and manipulate projective transformations.' 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 |
IID1c8a72c4_5a43_48ef_938e_2119608d77d0 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID6f2cf924_7e00_11d0_82f4_0000f8034032
Modifier and Type | Method and Description |
---|---|
void |
defineFromControlPoints(int numPoints,
IPoint fromPoints,
IPoint toPoints)
Defines the best projective transformation between two sets of points.
|
void |
getControlPointError(int i,
double[] fromError,
double[] toError)
Returns the errors involved in moving control point i from the 'from' to 'to' system.
|
void |
getRMSError(double[] fromError,
double[] toError)
RMS (Root Mean Square) error expressed relative to the 'from' and 'to' points defining the transformation.
|
ISpatialReference |
getSpatialReference()
The spatial reference in which this transformation is meaningful.
|
void |
project(ISpatialReference newSpatialReference)
Moves this transformation into another spatial reference.
|
void |
queryTransformationParameters(int direction,
double[] params)
Returns the eight parameters which define the two dimensional projective transformation.
|
void |
reset()
Resets the tranformation.
|
void |
setSpatialReferenceByRef(ISpatialReference sR)
The spatial reference in which this transformation is meaningful.
|
void |
setTransformationParameters(int direction,
double[] params)
Sets the eight parameters which define the two dimensional projective transformation.
|
transformMeasuresFF, transformMeasuresFI, transformMeasuresIF, transformMeasuresII, transformPointsFF, transformPointsFI, transformPointsIF, transformPointsII
static final int IID1c8a72c4_5a43_48ef_938e_2119608d77d0
static final int xxDummy
static final java.lang.String IID
void setSpatialReferenceByRef(ISpatialReference sR) throws java.io.IOException, AutomationException
sR
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ISpatialReference getSpatialReference() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void reset() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void defineFromControlPoints(int numPoints, IPoint fromPoints, IPoint toPoints) throws java.io.IOException, AutomationException
numPoints
- The numPoints (in)fromPoints
- A reference to a com.esri.arcgis.geometry.IPoint (in)toPoints
- A reference to a com.esri.arcgis.geometry.IPoint (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void getRMSError(double[] fromError, double[] toError) throws java.io.IOException, AutomationException
fromError
- The fromError (out: use single element array)toError
- The toError (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void getControlPointError(int i, double[] fromError, double[] toError) throws java.io.IOException, AutomationException
i
- The i (in)fromError
- The fromError (out: use single element array)toError
- The toError (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void project(ISpatialReference newSpatialReference) throws java.io.IOException, AutomationException
newSpatialReference
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void queryTransformationParameters(int direction, double[] params) throws java.io.IOException, AutomationException
direction
- A com.esri.arcgis.geometry.esriTransformDirection constant (in)params
- The params (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setTransformationParameters(int direction, double[] params) throws java.io.IOException, AutomationException
direction
- A com.esri.arcgis.geometry.esriTransformDirection constant (in)params
- The params (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.