|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPMDomain
COM Interface 'IGPMDomain'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'
Description: 'Provides access to the properties/methods of a geoprocessing m domain 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 =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID3bd599e0_7aa7_411d_ba16_270709460f93
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
getMDomain(double[] outMMin,
double[] outMMax)
Get the measure domain extent. |
void |
getMFalseOriginAndUnits(double[] falseM,
double[] mUnits)
Get the measure false origin and units. |
ISpatialReference |
getSpatialReference()
Get the spatial reference of the m domain. |
void |
setMDomain(double inMMin,
double inMMax)
Set the measure domain extent. |
void |
setMDomainFromSpatialReference(ISpatialReference pSpRef)
Set the m domain from a spatial reference. |
void |
setMFalseOriginAndUnits(double falseM,
double mUnits)
Set the measure false origin and units. |
Field Detail |
---|
static final int IID3bd599e0_7aa7_411d_ba16_270709460f93
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void setMFalseOriginAndUnits(double falseM, double mUnits) throws java.io.IOException, AutomationException
falseM
- The falseM (in)mUnits
- The mUnits (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getMFalseOriginAndUnits(double[] falseM, double[] mUnits) throws java.io.IOException, AutomationException
falseM
- The falseM (out: use single element array)mUnits
- The mUnits (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getMDomain(double[] outMMin, double[] outMMax) throws java.io.IOException, AutomationException
outMMin
- The outMMin (out: use single element array)outMMax
- The outMMax (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMDomain(double inMMin, double inMMax) throws java.io.IOException, AutomationException
inMMin
- The inMMin (in)inMMax
- The inMMax (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMDomainFromSpatialReference(ISpatialReference pSpRef) throws java.io.IOException, AutomationException
pSpRef
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISpatialReference getSpatialReference() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |