public interface ICoordinateXform extends IGeodataXform, java.io.Serializable
Description: 'Provides access to members that control a coordinate (projection) transform.' 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 |
IID64f70678_9cc7_48db_acd1_faa7e9e8e5c7 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID5e6cf525_4e74_419b_946f_7da9bfdf815d
Modifier and Type | Method and Description |
---|---|
IGeoTransformationOperationSet |
getGeoTransformations()
The geographic transformations.
|
void |
setGeoTransformationsByRef(IGeoTransformationOperationSet ppGeoXforms)
The geographic transformations.
|
getDomains, getSpatialReference, isIdentity, setSpatialReferenceByRef, transform, transformCellsize, transformExtent, transformPoints
static final int IID64f70678_9cc7_48db_acd1_faa7e9e8e5c7
static final int xxDummy
static final java.lang.String IID
void setGeoTransformationsByRef(IGeoTransformationOperationSet ppGeoXforms) throws java.io.IOException, AutomationException
ppGeoXforms
- A reference to a com.esri.arcgis.geometry.IGeoTransformationOperationSet (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IGeoTransformationOperationSet getGeoTransformations() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.