public interface IConstructDomainExtent2 extends IConstructDomainExtent, java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID32839157_dbc8_40a8_8ff9_fe8f716a300c |
static int |
xxDummy
Deprecated.
Internal use only
|
IID3f419d43_5486_11d2_aaeb_00c04fa33c20
Modifier and Type | Method and Description |
---|---|
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.
|
constructDomainExtent, constructZMDomainExtent
static final int IID32839157_dbc8_40a8_8ff9_fe8f716a300c
static final int xxDummy
static final java.lang.String IID
double constructZMDomainExtent2(ISpatialReference pSR, double inMin, double inMax, double inScale, double[] outMin, double[] outMax) throws java.io.IOException, AutomationException
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)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.