|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDatumEdit
Provides access to members that control the properties of a horizontal datum.
Method Summary | |
---|---|
void |
define(Object name,
Object alias,
Object abbreviation,
Object remarks,
Object spheroid)
Defines the properties of a horizontal datum. |
void |
defineEx(String name,
String alias,
String abbreviation,
String remarks,
ISpheroid spheroid)
Defines the properties of a horizontal datum. |
Method Detail |
---|
void defineEx(String name, String alias, String abbreviation, String remarks, ISpheroid spheroid) throws IOException, AutomationException
name
- The name (in)alias
- The alias (in)abbreviation
- The abbreviation (in)remarks
- The remarks (in)spheroid
- A reference to a com.esri.arcgis.geometry.ISpheroid (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, Object spheroid) throws IOException, AutomationException
The properties of a datum that you need to set include the name and a spheroid.
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)spheroid
- 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 |