public interface ISpatialReferenceAuthority
extends java.io.Serializable
Description: 'Provides access to the authority-related metadata for a spatial reference object.' 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 |
IIDd2f20dac_5ca7_4b58_bddb_309fdd0e364a |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
define(java.lang.String authorityName,
int authorityCode,
java.lang.String authorityVersion)
Defines the authority-related metadata properties for this spatial reference object.
|
java.lang.String |
getAuthorityName()
The name of the defining authority for this object.
|
int |
getCode()
The code identifying this object relative to its authority.
|
java.lang.String |
getVersion()
The version of this spatial reference object.
|
static final int IIDd2f20dac_5ca7_4b58_bddb_309fdd0e364a
static final int xxDummy
static final java.lang.String IID
java.lang.String getAuthorityName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getVersion() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getCode() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void define(java.lang.String authorityName, int authorityCode, java.lang.String authorityVersion) throws java.io.IOException, AutomationException
authorityName
- The authorityName (in)authorityCode
- The authorityCode (in)authorityVersion
- The authorityVersion (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.