public interface IConstructUnknownCoordinateSystem
extends java.io.Serializable
Description: 'Provides method to define the properties of an unknown coordinate system.' 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 |
IIDd087590a_822c_4349_95ed_509668930118 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
constructFromEnvelope(IEnvelope pEnvelope)
Constructs the smallest, high precision, standard UCS that will completely contain the specified envelope.
|
static final int IIDd087590a_822c_4349_95ed_509668930118
static final int xxDummy
static final java.lang.String IID
void constructFromEnvelope(IEnvelope pEnvelope) throws java.io.IOException, AutomationException
pEnvelope
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.