public interface IXForm
extends java.io.Serializable
Description: 'Provides access to members that control a transformation.' 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 |
IIDa10a39ee_b9ca_11d2_8e30_00a0249480f0 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
getInUnit()
Domain units.
|
int |
getOutUnit()
Range units.
|
IPnt |
invert(IPnt y)
Reverses mapping, if possible.
|
int |
isIdentity()
Indicates if XForm does nothing.
|
IPnt |
map(IPnt x)
Transforms input point.
|
void |
setInUnit(int pVal)
Domain units.
|
void |
setOutUnit(int pVal)
Range units.
|
static final int IIDa10a39ee_b9ca_11d2_8e30_00a0249480f0
static final int xxDummy
static final java.lang.String IID
int getInUnit() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setInUnit(int pVal) throws java.io.IOException, AutomationException
pVal
- A com.esri.arcgis.geometry.esriSRUnitType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getOutUnit() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setOutUnit(int pVal) throws java.io.IOException, AutomationException
pVal
- A com.esri.arcgis.geometry.esriSRUnitType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IPnt map(IPnt x) throws java.io.IOException, AutomationException
x
- A reference to a com.esri.arcgis.geodatabase.IPnt (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IPnt invert(IPnt y) throws java.io.IOException, AutomationException
y
- A reference to a com.esri.arcgis.geodatabase.IPnt (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int isIdentity() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.