public interface ICoordinateXform2 extends ICoordinateXform, 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 |
IID71abcacf_b2ac_4074_a99b_f6ae0264f293 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID64f70678_9cc7_48db_acd1_faa7e9e8e5c7
IID5e6cf525_4e74_419b_946f_7da9bfdf815d
Modifier and Type | Method and Description |
---|---|
ISpatialReference |
getInputSpatialReference()
The source spatial reference.
|
void |
setInputSpatialReferenceByRef(ISpatialReference ppSpatialRefence)
The source spatial reference.
|
getGeoTransformations, setGeoTransformationsByRef
getDomains, getSpatialReference, isIdentity, setSpatialReferenceByRef, transform, transformCellsize, transformExtent, transformPoints
static final int IID71abcacf_b2ac_4074_a99b_f6ae0264f293
static final int xxDummy
static final java.lang.String IID
void setInputSpatialReferenceByRef(ISpatialReference ppSpatialRefence) throws java.io.IOException, AutomationException
ppSpatialRefence
- 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 getInputSpatialReference() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.