com.esri.arcgis.datasourcesfile
Interface esriCadTransform

All Superinterfaces:
java.io.Serializable

public interface esriCadTransform
extends java.io.Serializable

Constants from esriCadTransform' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriDataSourcesFile.olb'

Description: 'The type of transformations applied to a CAD dataset.' 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 int esriCadTransformByPoints
          Two point transformation.
static int esriCadTransformByRst
          Rotate scale and translate.
static int esriCadTransformByWorldFile
          Transformation in WorldFile.
 

Field Detail

esriCadTransformByWorldFile

static final int esriCadTransformByWorldFile
Transformation in WorldFile.

See Also:
Constant Field Values

esriCadTransformByPoints

static final int esriCadTransformByPoints
Two point transformation.

See Also:
Constant Field Values

esriCadTransformByRst

static final int esriCadTransformByRst
Rotate scale and translate.

See Also:
Constant Field Values