|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.editor.IEditorZProxy
public class IEditorZProxy
Internal use class Proxy for COM Interface 'IEditorZ'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriEditor.olb'
Description: 'Provides access to members that access and manipulate the z-environment of the editor.' 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 | |
---|---|
boolean |
noncastable
|
static java.lang.Class |
targetClass
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.editor.IEditorZ |
---|
IID, IIDf697a79e_e55f_4a63_83a8_7676725d56a4 |
Constructor Summary | |
---|---|
|
IEditorZProxy()
For internal use only |
|
IEditorZProxy(java.lang.Object obj)
|
protected |
IEditorZProxy(java.lang.Object obj,
java.lang.String iid)
|
|
IEditorZProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
protected |
IEditorZProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
|
void |
applyZ(IPoint point)
Applies editor's Z-capture logic to point if it isn't already z-aware. |
void |
drapeGeometry(IGeometry geometry,
boolean addVertices,
IGeometry[] outputGeometry)
Drapes a geometry to the current surface.. |
void |
finalizeZs(IGeometry geometry)
Resolves NaN Zs to definite values. |
INotifyZFinalize |
getNotifyZFinalize()
Callback used to notify if ZCapture mode fails. |
IFunctionalSurface |
getSurface()
Surface used for Z capture. |
int |
getZCaptureType()
Determines method used for z-capture. |
double |
getZDrapingTolerance()
Determines the allowable error from the surface when draping. |
double |
getZOffset()
Determines offset applied to z-value when new vertex is added to edit sketch. |
IMarkerSymbol |
getZSnapSymbol()
Symbol used to indicate when vertex is snapped in Z. |
IFeatureConstruction |
initializeFeatureConstruction()
Initialize a FeatureConstruction object that will use the Editor's ZEnvironment settings. |
boolean |
isDraping()
Indicates whether sketches are draped onto the surface. |
boolean |
isUseZDrapingTolerance()
Indicates whether the ZDrapingTolerance property is used when adding segments to the edit sketch. |
boolean |
isUseZOffset()
Indicates whether new z-values are modified by the ZOffset property. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
|
void |
setDraping(boolean useDraping)
Indicates whether sketches are draped onto the surface. |
void |
setNotifyZFinalizeByRef(INotifyZFinalize callback)
Callback used to notify if ZCapture mode fails. |
void |
setSurfaceByRef(IFunctionalSurface surface)
Surface used for Z capture. |
void |
setUseZDrapingTolerance(boolean useZDrapingTolerance)
Indicates whether the ZDrapingTolerance property is used when adding segments to the edit sketch. |
void |
setUseZOffset(boolean useZOffset)
Indicates whether new z-values are modified by the ZOffset property. |
void |
setZCaptureType(int zCaptureType)
Determines method used for z-capture. |
void |
setZDrapingTolerance(double zDrapingTolerance)
Determines the allowable error from the surface when draping. |
void |
setZOffset(double zOffset)
Determines offset applied to z-value when new vertex is added to edit sketch. |
void |
setZSnapSymbolByRef(IMarkerSymbol symbol)
Symbol used to indicate when vertex is snapped in Z. |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IEditorZProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IEditorZProxy()
public IEditorZProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IEditorZProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IEditorZProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void drapeGeometry(IGeometry geometry, boolean addVertices, IGeometry[] outputGeometry) throws java.io.IOException, AutomationException
drapeGeometry
in interface IEditorZ
geometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)addVertices
- The addVertices (in)outputGeometry
- A reference to a com.esri.arcgis.geometry.IGeometry (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void applyZ(IPoint point) throws java.io.IOException, AutomationException
applyZ
in interface IEditorZ
point
- A reference to a com.esri.arcgis.geometry.IPoint (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void finalizeZs(IGeometry geometry) throws java.io.IOException, AutomationException
finalizeZs
in interface IEditorZ
geometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getZCaptureType() throws java.io.IOException, AutomationException
getZCaptureType
in interface IEditorZ
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setZCaptureType(int zCaptureType) throws java.io.IOException, AutomationException
setZCaptureType
in interface IEditorZ
zCaptureType
- A com.esri.arcgis.editor.esriZCaptureType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isUseZOffset() throws java.io.IOException, AutomationException
isUseZOffset
in interface IEditorZ
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setUseZOffset(boolean useZOffset) throws java.io.IOException, AutomationException
setUseZOffset
in interface IEditorZ
useZOffset
- The useZOffset (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getZOffset() throws java.io.IOException, AutomationException
getZOffset
in interface IEditorZ
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setZOffset(double zOffset) throws java.io.IOException, AutomationException
setZOffset
in interface IEditorZ
zOffset
- The zOffset (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isUseZDrapingTolerance() throws java.io.IOException, AutomationException
isUseZDrapingTolerance
in interface IEditorZ
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setUseZDrapingTolerance(boolean useZDrapingTolerance) throws java.io.IOException, AutomationException
setUseZDrapingTolerance
in interface IEditorZ
useZDrapingTolerance
- The useZDrapingTolerance (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getZDrapingTolerance() throws java.io.IOException, AutomationException
getZDrapingTolerance
in interface IEditorZ
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setZDrapingTolerance(double zDrapingTolerance) throws java.io.IOException, AutomationException
setZDrapingTolerance
in interface IEditorZ
zDrapingTolerance
- The zDrapingTolerance (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isDraping() throws java.io.IOException, AutomationException
isDraping
in interface IEditorZ
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDraping(boolean useDraping) throws java.io.IOException, AutomationException
setDraping
in interface IEditorZ
useDraping
- The useDraping (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IFunctionalSurface getSurface() throws java.io.IOException, AutomationException
getSurface
in interface IEditorZ
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSurfaceByRef(IFunctionalSurface surface) throws java.io.IOException, AutomationException
setSurfaceByRef
in interface IEditorZ
surface
- A reference to a com.esri.arcgis.geometry.IFunctionalSurface (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IMarkerSymbol getZSnapSymbol() throws java.io.IOException, AutomationException
getZSnapSymbol
in interface IEditorZ
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setZSnapSymbolByRef(IMarkerSymbol symbol) throws java.io.IOException, AutomationException
setZSnapSymbolByRef
in interface IEditorZ
symbol
- A reference to a com.esri.arcgis.display.IMarkerSymbol (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public INotifyZFinalize getNotifyZFinalize() throws java.io.IOException, AutomationException
getNotifyZFinalize
in interface IEditorZ
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setNotifyZFinalizeByRef(INotifyZFinalize callback) throws java.io.IOException, AutomationException
setNotifyZFinalizeByRef
in interface IEditorZ
callback
- A reference to a com.esri.arcgis.editor.INotifyZFinalize (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IFeatureConstruction initializeFeatureConstruction() throws java.io.IOException, AutomationException
initializeFeatureConstruction
in interface IEditorZ
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 |