|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IXForm
Provides access to members that control a transformation.
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. |
Method Detail |
---|
int getInUnit() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setInUnit(int pVal) throws IOException, AutomationException
pVal
- A com.esri.arcgis.geometry.esriSRUnitType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getOutUnit() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOutUnit(int pVal) throws IOException, AutomationException
pVal
- A com.esri.arcgis.geometry.esriSRUnitType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPnt map(IPnt x) throws IOException, AutomationException
x
- A reference to a com.esri.arcgis.geodatabase.IPnt (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPnt invert(IPnt y) throws IOException, AutomationException
y
- A reference to a com.esri.arcgis.geodatabase.IPnt (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int isIdentity() throws IOException, AutomationException
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 |