| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGPZDomain
Provides access to the properties/methods of a geoprocessing z domain object.
| Method Summary | |
|---|---|
|  ISpatialReference | getSpatialReference()Get the spatial reference of the z domain. | 
|  void | getZDomain(double[] outZMin,
           double[] outZMax)Get the Z domain extent. | 
|  void | getZFalseOriginAndUnits(double[] falseZ,
                        double[] zUnits)Get the Z false origin and units. | 
|  void | setZDomain(double inZMin,
           double inZMax)Set the z domain extent. | 
|  void | setZDomainFromSpatialReference(ISpatialReference pSpRef)Set the z domain from a spatial reference. | 
|  void | setZFalseOriginAndUnits(double falseZ,
                        double zUnits)Set the Z false origin and units. | 
| Method Detail | 
|---|
void setZFalseOriginAndUnits(double falseZ,
                             double zUnits)
                             throws IOException,
                                    AutomationException
falseZ - The falseZ  (in)zUnits - The zUnits  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void getZFalseOriginAndUnits(double[] falseZ,
                             double[] zUnits)
                             throws IOException,
                                    AutomationException
falseZ - The falseZ  (out: use single element array)zUnits - The zUnits  (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void getZDomain(double[] outZMin,
                double[] outZMax)
                throws IOException,
                       AutomationException
outZMin - The outZMin  (out: use single element array)outZMax - The outZMax  (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setZDomain(double inZMin,
                double inZMax)
                throws IOException,
                       AutomationException
inZMin - The inZMin  (in)inZMax - The inZMax  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setZDomainFromSpatialReference(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 | ||||||||