Description: 'Provides access to members of KeyPointsClassifier.' 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 =
public class IKeyPointsClassificationProxy extends com.esri.arcgis.interop.Dispatch implements IKeyPointsClassification, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
IID, IID992a53aa_0683_493d_9002_0de1632062bd
Modifier | Constructor and Description |
---|---|
|
IKeyPointsClassificationProxy()
Deprecated.
For internal use only
|
|
IKeyPointsClassificationProxy(java.lang.Object obj)
Deprecated.
|
protected |
IKeyPointsClassificationProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IKeyPointsClassificationProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IKeyPointsClassificationProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated.
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
void |
classify()
Deprecated.
Perform classification.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated.
Removes a Java object as a listener to events generated by a COM object.
|
void |
setAreaOfInterestByRef(IGeometry rhs1)
Deprecated.
The area of interest.
|
void |
setCalculateStats(boolean rhs1)
Deprecated.
setCalculateStats
|
void |
setClassificationType(int type)
Deprecated.
Specify Z-tolerance or Window-size based classification method.
|
void |
setEmpty()
Deprecated.
Empty the object and release resources.
|
void |
setKeepPyramidInSync(boolean rhs1)
Deprecated.
setKeepPyramidInSync
|
void |
setTempFilePath(java.lang.String path)
Deprecated.
The path for temp files.
|
void |
setTrackCancelByRef(ITrackCancel rhs1)
Deprecated.
The cancel-tracking object.
|
void |
setWindowSize(double windowSizeInMeters)
Deprecated.
Set window size in meters.
|
void |
setWindowSizeForZTolerance(double windowSizeInMeters)
Deprecated.
Set z tolerance in meters.
|
void |
setWindowSizeSelectionMethod(int method)
Deprecated.
setWindowSizeSelectionMethod
|
void |
setZTolerance(double zToleranceInMeters)
Deprecated.
Set z tolerance in meters.
|
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
public static final java.lang.Class targetClass
public boolean noncastable
public IKeyPointsClassificationProxy(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 IKeyPointsClassificationProxy()
public IKeyPointsClassificationProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IKeyPointsClassificationProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IKeyPointsClassificationProxy(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
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object to be informed of the eventstheSource
- the proxy class that represents the COM class that is the source of the eventsjava.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public void setEmpty() throws java.io.IOException, AutomationException
setEmpty
in interface IKeyPointsClassification
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setTrackCancelByRef(ITrackCancel rhs1) throws java.io.IOException, AutomationException
setTrackCancelByRef
in interface IKeyPointsClassification
rhs1
- A reference to a com.esri.arcgis.system.ITrackCancel (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setTempFilePath(java.lang.String path) throws java.io.IOException, AutomationException
setTempFilePath
in interface IKeyPointsClassification
path
- The path (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setClassificationType(int type) throws java.io.IOException, AutomationException
setClassificationType
in interface IKeyPointsClassification
type
- A com.esri.arcgis.geodatabaseextensions.esriTerrainPyramidType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setZTolerance(double zToleranceInMeters) throws java.io.IOException, AutomationException
setZTolerance
in interface IKeyPointsClassification
zToleranceInMeters
- The zToleranceInMeters (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setWindowSizeForZTolerance(double windowSizeInMeters) throws java.io.IOException, AutomationException
setWindowSizeForZTolerance
in interface IKeyPointsClassification
windowSizeInMeters
- The windowSizeInMeters (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setWindowSize(double windowSizeInMeters) throws java.io.IOException, AutomationException
setWindowSize
in interface IKeyPointsClassification
windowSizeInMeters
- The windowSizeInMeters (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setWindowSizeSelectionMethod(int method) throws java.io.IOException, AutomationException
setWindowSizeSelectionMethod
in interface IKeyPointsClassification
method
- A com.esri.arcgis.geodatabaseextensions.esriTinPointSelectionMethod constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setAreaOfInterestByRef(IGeometry rhs1) throws java.io.IOException, AutomationException
setAreaOfInterestByRef
in interface IKeyPointsClassification
rhs1
- 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 void setCalculateStats(boolean rhs1) throws java.io.IOException, AutomationException
setCalculateStats
in interface IKeyPointsClassification
rhs1
- The rhs1 (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setKeepPyramidInSync(boolean rhs1) throws java.io.IOException, AutomationException
setKeepPyramidInSync
in interface IKeyPointsClassification
rhs1
- The rhs1 (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void classify() throws java.io.IOException, AutomationException
classify
in interface IKeyPointsClassification
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.