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. ITransformationGEN is generic version of ITransformation.

Members

Name Description
Method TransformMeasuresFF Transforms floating point measures to floating point measures (or do the inverse).
Method TransformMeasuresFI Transforms floating point measures to integer measures (or do the inverse).
Method TransformMeasuresIF Transforms integer measures to floating point measures (or do the inverse).
Method TransformMeasuresII Transforms integer measures to integer measures (or do the inverse).
Method TransformPointsFF Transforms floating point points to floating point points (or do the inverse).
Method TransformPointsFI Transforms floating point points to integer points (or do the inverse).
Method TransformPointsIF Transforms integer points to floating point points (or do the inverse).
Method TransformPointsII Transforms integer points to integer points (or do the inverse).

ITransformationGEN.TransformMeasuresFF Method

Transforms floating point measures to floating point measures (or do the inverse).

Public Sub TransformMeasuresFF ( _
    ByVal Direction As esriTransformDirection, _
    ByRef inMeasures As Double[]&, _
    ByRef outMeasures As Double[]& _
)
public void TransformMeasuresFF (
    esriTransformDirection Direction,
    ref Double[]& inMeasures,
    ref Double[]& outMeasures
);

ITransformationGEN.TransformMeasuresFI Method

Transforms floating point measures to integer measures (or do the inverse).

Public Sub TransformMeasuresFI ( _
    ByVal Direction As esriTransformDirection, _
    ByRef inMeasures As Double[]&, _
    ByRef outMeasures As Int32[]& _
)
public void TransformMeasuresFI (
    esriTransformDirection Direction,
    ref Double[]& inMeasures,
    ref Int32[]& outMeasures
);

ITransformationGEN.TransformMeasuresIF Method

Transforms integer measures to floating point measures (or do the inverse).

Public Sub TransformMeasuresIF ( _
    ByVal Direction As esriTransformDirection, _
    ByRef inMeasures As Int32[]&, _
    ByRef outMeasures As Double[]& _
)
public void TransformMeasuresIF (
    esriTransformDirection Direction,
    ref Int32[]& inMeasures,
    ref Double[]& outMeasures
);

ITransformationGEN.TransformMeasuresII Method

Transforms integer measures to integer measures (or do the inverse).

Public Sub TransformMeasuresII ( _
    ByVal Direction As esriTransformDirection, _
    ByRef inMeasures As Int32[]&, _
    ByRef outMeasures As Int32[]& _
)
public void TransformMeasuresII (
    esriTransformDirection Direction,
    ref Int32[]& inMeasures,
    ref Int32[]& outMeasures
);

ITransformationGEN.TransformPointsFF Method

Transforms floating point points to floating point points (or do the inverse).

Public Sub TransformPointsFF ( _
    ByVal Direction As esriTransformDirection, _
    ByRef inPoints As Double[]&, _
    ByRef outPoints As Double[]& _
)
public void TransformPointsFF (
    esriTransformDirection Direction,
    ref Double[]& inPoints,
    ref Double[]& outPoints
);

ITransformationGEN.TransformPointsFI Method

Transforms floating point points to integer points (or do the inverse).

Public Sub TransformPointsFI ( _
    ByVal Direction As esriTransformDirection, _
    ByRef inPoints As Double[]&, _
    ByRef outPoints As Int32[]& _
)
public void TransformPointsFI (
    esriTransformDirection Direction,
    ref Double[]& inPoints,
    ref Int32[]& outPoints
);

ITransformationGEN.TransformPointsIF Method

Transforms integer points to floating point points (or do the inverse).

Public Sub TransformPointsIF ( _
    ByVal Direction As esriTransformDirection, _
    ByRef inPoints As Int32[]&, _
    ByRef outPoints As Double[]& _
)
public void TransformPointsIF (
    esriTransformDirection Direction,
    ref Int32[]& inPoints,
    ref Double[]& outPoints
);

ITransformationGEN.TransformPointsII Method

Transforms integer points to integer points (or do the inverse).

Public Sub TransformPointsII ( _
    ByVal Direction As esriTransformDirection, _
    ByRef inPoints As Int32[]&, _
    ByRef outPoints As Int32[]& _
)
public void TransformPointsII (
    esriTransformDirection Direction,
    ref Int32[]& inPoints,
    ref Int32[]& outPoints
);

Classes that implement ITransformationGEN

Classes Description
AbridgedMolodenskyTransformation (esriGeometry) Creates an Abridged Molodensky transformation.
AffineTransformation2D (esriGeometry) A two dimensional affine transformation.
AffineTransformation3D (esriGeometry) A three dimensional transformation.
CompositeGeoTransformation (esriGeometry) Performs a sequence of geographic transformations.
CoordinateFrameTransformation (esriGeometry) Creates a Coordinate Frame transformation.
GeocentricTranslation (esriGeometry) Creates a geocentric translation.
GEOCONTransformation (esriGeometry) Creates a GEOCON-based transformation.
Geographic2DOffsetTransformation (esriGeometry) Creates a geographic 2D offset transformation.
GeoTransformation (esriGeometry) Generic geotransformation class, holds either a WKT (string) or a WKID (factory code).
HARNTransformation (esriGeometry) Creates a HARN-based transformation.
LongitudeRotationTransformation (esriGeometry) Creates a longitude rotation transformation.
MolodenskyBadekasPositionVectorTransformation (esriGeometry) Creates a Molodensky-Badekas Position Vector transformation.
MolodenskyBadekasTransformation (esriGeometry) Creates a Molodensky-Badekas transformation.
MolodenskyTransformation (esriGeometry) Creates a Molodensky transformation.
NADCON5Transformation (esriGeometry) Creates a NADCON5-based transformation.
NADCONTransformation (esriGeometry) Creates a NADCON-based transformation.
NTv2Transformation (esriGeometry) Creates a NTv2-based transformation.
NTv2VelocityTransformation (esriGeometry) Creates NTv2 Velocity transformation.
NullTransformation (esriGeometry) Creates a null geographic transformation.
PositionVectorTransformation (esriGeometry) Creates a Position Vector transformation.
ProjectiveTransformation2D (esriGeometry) A two dimensional projective transformation.
UnitChangeTransformation (esriGeometry) Creates a unit change transformation.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.