|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICustomXform
Provides access to members that control a custom geodata transform.
Method Summary | |
---|---|
void |
initialize(String filename,
String data)
Initializes a custom geodata transform. |
boolean |
isApproximation()
Indicates if approximation is desired. |
Method Detail |
---|
void initialize(String filename, String data) throws IOException, AutomationException
filename
- The filename (in)data
- The data (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isApproximation() 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 |