|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IXForm
COM Interface 'IXForm'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'
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 =
| Field Summary | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDa10a39ee_b9ca_11d2_8e30_00a0249480f0
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
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. |
| Field Detail |
|---|
static final int IIDa10a39ee_b9ca_11d2_8e30_00a0249480f0
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||