public interface IDatumEdit
extends java.io.Serializable
Description: 'Provides access to members that control the properties of a horizontal datum.' 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID3b219f21_d3ff_11d1_bc9b_0000f875bcce |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
define(java.lang.Object name,
java.lang.Object alias,
java.lang.Object abbreviation,
java.lang.Object remarks,
java.lang.Object spheroid)
Defines the properties of a horizontal datum.
|
void |
defineEx(java.lang.String name,
java.lang.String alias,
java.lang.String abbreviation,
java.lang.String remarks,
ISpheroid spheroid)
Defines the properties of a horizontal datum.
|
static final int IID3b219f21_d3ff_11d1_bc9b_0000f875bcce
static final int xxDummy
static final java.lang.String IID
void defineEx(java.lang.String name, java.lang.String alias, java.lang.String abbreviation, java.lang.String remarks, ISpheroid spheroid) throws java.io.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)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void define(java.lang.Object name, java.lang.Object alias, java.lang.Object abbreviation, java.lang.Object remarks, java.lang.Object spheroid) throws java.io.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)spheroid
- A Variant (in, optional, pass null if not required)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.