|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGPXYDomain
Provides access to the properties/methods of a geoprocessing xy domain object.
| Method Summary | |
|---|---|
void |
getDomain(double[] xMin,
double[] xMax,
double[] yMin,
double[] yMax)
Get the xy domain extent. |
IEnvelope |
getExtent()
Get the extent of the xy domain. |
void |
getFalseOriginAndUnits(double[] falseX,
double[] falseY,
double[] xyUnits)
Get the false origin and units. |
ISpatialReference |
getSpatialReference()
Get the spatial reference of the xy domain. |
void |
setDomain(double xMin,
double xMax,
double yMin,
double yMax)
Set the xy domain extent. |
void |
setDomainFromExtent(IEnvelope pExtent)
Set the xy domain from an extent. |
void |
setDomainFromSpatialReference(ISpatialReference pSpRef)
Set the xy domain from a spatial reference. |
void |
setFalseOriginAndUnits(double falseX,
double falseY,
double xyUnits)
Set the false origin and units. |
| Method Detail |
|---|
void setDomain(double xMin,
double xMax,
double yMin,
double yMax)
throws IOException,
AutomationException
xMin - The xMin (in)xMax - The xMax (in)yMin - The yMin (in)yMax - The yMax (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void getDomain(double[] xMin,
double[] xMax,
double[] yMin,
double[] yMax)
throws IOException,
AutomationException
xMin - The xMin (out: use single element array)xMax - The xMax (out: use single element array)yMin - The yMin (out: use single element array)yMax - The yMax (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFalseOriginAndUnits(double falseX,
double falseY,
double xyUnits)
throws IOException,
AutomationException
falseX - The falseX (in)falseY - The falseY (in)xyUnits - The xyUnits (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void getFalseOriginAndUnits(double[] falseX,
double[] falseY,
double[] xyUnits)
throws IOException,
AutomationException
falseX - The falseX (out: use single element array)falseY - The falseY (out: use single element array)xyUnits - The xyUnits (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDomainFromSpatialReference(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.
void setDomainFromExtent(IEnvelope pExtent)
throws IOException,
AutomationException
pExtent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnvelope getExtent()
throws IOException,
AutomationException
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 | ||||||||