|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPZDomain
COM Interface 'IGPZDomain'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'
Description: 'Provides access to the properties/methods of a geoprocessing z 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 |
IID61f57f76_ab2e_4efc_9d2d_beb6d13e1c54
|
static int |
xxDummy
Deprecated. Internal use only |
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. |
Field Detail |
---|
static final int IID61f57f76_ab2e_4efc_9d2d_beb6d13e1c54
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void setZFalseOriginAndUnits(double falseZ, double zUnits) throws java.io.IOException, AutomationException
falseZ
- The falseZ (in)zUnits
- The zUnits (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getZFalseOriginAndUnits(double[] falseZ, double[] zUnits) throws java.io.IOException, AutomationException
falseZ
- The falseZ (out: use single element array)zUnits
- The zUnits (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getZDomain(double[] outZMin, double[] outZMax) throws java.io.IOException, AutomationException
outZMin
- The outZMin (out: use single element array)outZMax
- The outZMax (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setZDomain(double inZMin, double inZMax) throws java.io.IOException, AutomationException
inZMin
- The inZMin (in)inZMax
- The inZMax (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setZDomainFromSpatialReference(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 |