|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPMDomain
Provides access to the properties/methods of a geoprocessing m domain object.
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. |
Method Detail |
---|
void setMFalseOriginAndUnits(double falseM, double mUnits) throws IOException, AutomationException
falseM
- The falseM (in)mUnits
- The mUnits (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getMFalseOriginAndUnits(double[] falseM, double[] mUnits) throws IOException, AutomationException
falseM
- The falseM (out: use single element array)mUnits
- The mUnits (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getMDomain(double[] outMMin, double[] outMMax) throws IOException, AutomationException
outMMin
- The outMMin (out: use single element array)outMMax
- The outMMax (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMDomain(double inMMin, double inMMax) throws IOException, AutomationException
inMMin
- The inMMin (in)inMMax
- The inMMax (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMDomainFromSpatialReference(ISpatialReference pSpRef) throws IOException, AutomationException
pSpRef
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISpatialReference getSpatialReference() throws IOException, AutomationException
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 |