com.esri.arcgis.geometry
Interface IConstructUnknownCoordinateSystem

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IConstructUnknownCoordinateSystemProxy, UnknownCoordinateSystem

public interface IConstructUnknownCoordinateSystem
extends java.io.Serializable

COM Interface 'IConstructUnknownCoordinateSystem'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGeometry.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDd087590a_822c_4349_95ed_509668930118
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void constructFromEnvelope(IEnvelope pEnvelope)
          Constructs the smallest, high precision, standard UCS that will completely contain the specified envelope.
 

Field Detail

IIDd087590a_822c_4349_95ed_509668930118

static final int IIDd087590a_822c_4349_95ed_509668930118
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

constructFromEnvelope

void constructFromEnvelope(IEnvelope pEnvelope)
                           throws java.io.IOException,
                                  AutomationException
Constructs the smallest, high precision, standard UCS that will completely contain the specified envelope.

Parameters:
pEnvelope - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.