com.esri.arcgis.geoprocessing
Interface IGPMDomain

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GPMDomain, IGPMDomainProxy

public interface IGPMDomain
extends java.io.Serializable

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

IID3bd599e0_7aa7_411d_ba16_270709460f93

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

setMFalseOriginAndUnits

void setMFalseOriginAndUnits(double falseM,
                             double mUnits)
                             throws java.io.IOException,
                                    AutomationException
Set the measure false origin and units.

Parameters:
falseM - The falseM (in)
mUnits - The mUnits (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMFalseOriginAndUnits

void getMFalseOriginAndUnits(double[] falseM,
                             double[] mUnits)
                             throws java.io.IOException,
                                    AutomationException
Get the measure false origin and units.

Parameters:
falseM - The falseM (out: use single element array)
mUnits - The mUnits (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMDomain

void getMDomain(double[] outMMin,
                double[] outMMax)
                throws java.io.IOException,
                       AutomationException
Get the measure domain extent.

Parameters:
outMMin - The outMMin (out: use single element array)
outMMax - The outMMax (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMDomain

void setMDomain(double inMMin,
                double inMMax)
                throws java.io.IOException,
                       AutomationException
Set the measure domain extent.

Parameters:
inMMin - The inMMin (in)
inMMax - The inMMax (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMDomainFromSpatialReference

void setMDomainFromSpatialReference(ISpatialReference pSpRef)
                                    throws java.io.IOException,
                                           AutomationException
Set the m domain from a spatial reference.

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

getSpatialReference

ISpatialReference getSpatialReference()
                                      throws java.io.IOException,
                                             AutomationException
Get the spatial reference of the m domain.

Returns:
A reference to a com.esri.arcgis.geometry.ISpatialReference
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.