com.esri.arcgis.geometry
Interface IConstructDomainExtent2

All Superinterfaces:
IConstructDomainExtent, java.io.Serializable
All Known Implementing Classes:
IConstructDomainExtent2Proxy

public interface IConstructDomainExtent2
extends IConstructDomainExtent, java.io.Serializable

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

Description: 'Constructs a Z/M domain extent from the specified extent and information from a spatial reference.' 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 IID32839157_dbc8_40a8_8ff9_fe8f716a300c
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geometry.IConstructDomainExtent
IID3f419d43_5486_11d2_aaeb_00c04fa33c20
 
Method Summary
 double constructZMDomainExtent2(ISpatialReference pSR, double inMin, double inMax, double inScale, double[] outMin, double[] outMax)
          Constructs a low or high precision Z or M domain extent centered on the input extent.
 
Methods inherited from interface com.esri.arcgis.geometry.IConstructDomainExtent
constructDomainExtent, constructZMDomainExtent
 

Field Detail

IID32839157_dbc8_40a8_8ff9_fe8f716a300c

static final int IID32839157_dbc8_40a8_8ff9_fe8f716a300c
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

constructZMDomainExtent2

double constructZMDomainExtent2(ISpatialReference pSR,
                                double inMin,
                                double inMax,
                                double inScale,
                                double[] outMin,
                                double[] outMax)
                                throws java.io.IOException,
                                       AutomationException
Constructs a low or high precision Z or M domain extent centered on the input extent. inScale is 1/desired resolution. If inScale is zero, 1/.1 mm is used for a high precision domain and 1/1mm is used for a low precision domain.

Parameters:
pSR - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
inMin - The inMin (in)
inMax - The inMax (in)
inScale - The inScale (in)
outMin - The outMin (out: use single element array)
outMax - The outMax (out: use single element array)
Returns:
The outScale
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.