com.esri.arcgis.geometry
Interface ITransformation

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IAffineTransformation2D, IAffineTransformation2D2, IAffineTransformation2D3, IAffineTransformation3D, ICompositeGeoTransformation, ICoordinateFrameTransformation, IDisplayTransformation, IGeocentricTranslation, IGeographic2DOffsetTransformation, IGeoTransformation, IGridTransformation, ILongitudeRotationTransformation, IMolodenskyBadekasTransformation, IMolodenskyTransformation, INullTransformation, IPositionVectorTransformation, IProjectiveTransformation2D, IUnitChangeTransformation
All Known Implementing Classes:
AbridgedMolodenskyTransformation, AdjustXform, AffineTransformation2D, AffineTransformation3D, ApproximationXform, CompositeGeoTransformation, CompositeXform, CoordinateFrameTransformation, CSMXform, DisplayTransformation, Formosat2Xform, FrameXform, GCSShiftXform, GeocentricTranslation, Geographic2DOffsetTransformation, GeometricXform, GeoTransformation, HARNTransformation, IAffineTransformation2D2Proxy, IAffineTransformation2D3Proxy, IAffineTransformation2DProxy, IAffineTransformation3DProxy, ICompositeGeoTransformationProxy, ICoordinateFrameTransformationProxy, IdentityXform, IDisplayTransformationProxy, IGeocentricTranslationProxy, IGeographic2DOffsetTransformationProxy, IGeoTransformationProxy, IGridTransformationProxy, ILongitudeRotationTransformationProxy, IMolodenskyBadekasTransformationProxy, IMolodenskyTransformationProxy, INullTransformationProxy, IPositionVectorTransformationProxy, IProjectiveTransformation2DProxy, ITransformationProxy, IUnitChangeTransformationProxy, LongitudeRotationTransformation, LSRXform, MolodenskyBadekasTransformation, MolodenskyTransformation, NADCONTransformation, NTv2Transformation, NullTransformation, PolynomialXform, PositionVectorTransformation, ProjectiveTransformation2D, ProjectiveXform, RPCXform, SplineXform, SPOT5Xform, UnitChangeTransformation

public interface ITransformation
extends java.io.Serializable

COM Interface 'ITransformation'. Generated 3/19/2015 1:20:50 PM from 'C:\ArcGIS\COM\esriGeometry.olb'

Description: 'Provides access to members that apply a function (or its inverse) to a set of points or measures. The suffix of each method indicates the type of parameters operated on.' 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID6f2cf924_7e00_11d0_82f4_0000f8034032
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void transformMeasuresFF(int direction, int cMeasures, double[] inMeasures, double[] outMeasures)
          Transforms floating point measures to floating point measures (or do the inverse).
 void transformMeasuresFI(int direction, int cMeasures, double[] inMeasures, int[] outMeasures)
          Transforms floating point measures to integer measures (or do the inverse).
 void transformMeasuresIF(int direction, int cMeasures, int[] inMeasures, double[] outMeasures)
          Transforms integer measures to floating point measures (or do the inverse).
 void transformMeasuresII(int direction, int cMeasures, int[] inMeasures, int[] outMeasures)
          Transforms integer measures to integer measures (or do the inverse).
 void transformPointsFF(int direction, int cPoints, double[] inPoints, double[] outPoints)
          Transforms floating point points to floating point points (or do the inverse).
 void transformPointsFI(int direction, int cPoints, double[] inPoints, int[] outPoints)
          Transforms floating point points to integer points (or do the inverse).
 void transformPointsIF(int direction, int cPoints, int[] inPoints, double[] outPoints)
          Transforms integer points to floating point points (or do the inverse).
 void transformPointsII(int direction, int cPoints, int[] inPoints, int[] outPoints)
          Transforms integer points to integer points (or do the inverse).
 

Field Detail

IID6f2cf924_7e00_11d0_82f4_0000f8034032

static final int IID6f2cf924_7e00_11d0_82f4_0000f8034032
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

transformMeasuresFF

void transformMeasuresFF(int direction,
                         int cMeasures,
                         double[] inMeasures,
                         double[] outMeasures)
                         throws java.io.IOException,
                                AutomationException
Transforms floating point measures to floating point measures (or do the inverse).

Parameters:
direction - A com.esri.arcgis.geometry.esriTransformDirection constant (in)
cMeasures - The cMeasures (in)
inMeasures - The inMeasures (in)
outMeasures - The outMeasures (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

transformMeasuresFI

void transformMeasuresFI(int direction,
                         int cMeasures,
                         double[] inMeasures,
                         int[] outMeasures)
                         throws java.io.IOException,
                                AutomationException
Transforms floating point measures to integer measures (or do the inverse).

Parameters:
direction - A com.esri.arcgis.geometry.esriTransformDirection constant (in)
cMeasures - The cMeasures (in)
inMeasures - The inMeasures (in)
outMeasures - The outMeasures (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

transformMeasuresIF

void transformMeasuresIF(int direction,
                         int cMeasures,
                         int[] inMeasures,
                         double[] outMeasures)
                         throws java.io.IOException,
                                AutomationException
Transforms integer measures to floating point measures (or do the inverse).

Parameters:
direction - A com.esri.arcgis.geometry.esriTransformDirection constant (in)
cMeasures - The cMeasures (in)
inMeasures - The inMeasures (in)
outMeasures - The outMeasures (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

transformMeasuresII

void transformMeasuresII(int direction,
                         int cMeasures,
                         int[] inMeasures,
                         int[] outMeasures)
                         throws java.io.IOException,
                                AutomationException
Transforms integer measures to integer measures (or do the inverse).

Parameters:
direction - A com.esri.arcgis.geometry.esriTransformDirection constant (in)
cMeasures - The cMeasures (in)
inMeasures - The inMeasures (in)
outMeasures - The outMeasures (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

transformPointsFF

void transformPointsFF(int direction,
                       int cPoints,
                       double[] inPoints,
                       double[] outPoints)
                       throws java.io.IOException,
                              AutomationException
Transforms floating point points to floating point points (or do the inverse).

Parameters:
direction - A com.esri.arcgis.geometry.esriTransformDirection constant (in)
cPoints - The cPoints (in)
inPoints - The inPoints (in)
outPoints - The outPoints (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

transformPointsFI

void transformPointsFI(int direction,
                       int cPoints,
                       double[] inPoints,
                       int[] outPoints)
                       throws java.io.IOException,
                              AutomationException
Transforms floating point points to integer points (or do the inverse).

Parameters:
direction - A com.esri.arcgis.geometry.esriTransformDirection constant (in)
cPoints - The cPoints (in)
inPoints - The inPoints (in)
outPoints - The outPoints (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

transformPointsIF

void transformPointsIF(int direction,
                       int cPoints,
                       int[] inPoints,
                       double[] outPoints)
                       throws java.io.IOException,
                              AutomationException
Transforms integer points to floating point points (or do the inverse).

Parameters:
direction - A com.esri.arcgis.geometry.esriTransformDirection constant (in)
cPoints - The cPoints (in)
inPoints - The inPoints (in)
outPoints - The outPoints (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

transformPointsII

void transformPointsII(int direction,
                       int cPoints,
                       int[] inPoints,
                       int[] outPoints)
                       throws java.io.IOException,
                              AutomationException
Transforms integer points to integer points (or do the inverse).

Parameters:
direction - A com.esri.arcgis.geometry.esriTransformDirection constant (in)
cPoints - The cPoints (in)
inPoints - The inPoints (in)
outPoints - The outPoints (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.