|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IVerticalDatumEdit
Provides access to members that control the properties of a vertical datum.
Use IVerticalDatumEdit to define a custom vertical datum. You would then use IVerticalCoordinateSystemEdit to define a custom vertical coordinate system.
| Method Summary | |
|---|---|
void |
define(Object name,
Object alias,
Object abbreviation,
Object remarks)
Defines the properties of a vertical datum. |
void |
defineEx(String name,
String alias,
String abbreviation,
String remarks)
Defines the properties of a vertical datum. |
| Method Detail |
|---|
void defineEx(String name,
String alias,
String abbreviation,
String remarks)
throws IOException,
AutomationException
name - The name (in)alias - The alias (in)abbreviation - The abbreviation (in)remarks - The remarks (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void define(Object name,
Object alias,
Object abbreviation,
Object remarks)
throws IOException,
AutomationException
name - A Variant (in, optional, pass null if not required)alias - A Variant (in, optional, pass null if not required)abbreviation - A Variant (in, optional, pass null if not required)remarks - A Variant (in, optional, pass null if not required)
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 | ||||||||