public class KeyPointsClassifier extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, IKeyPointsClassification
Description 'Esri 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 =
IID, IID992a53aa_0683_493d_9002_0de1632062bd, xxDummy
Constructor and Description |
---|
KeyPointsClassifier(java.lang.Object obj)
Construct a KeyPointsClassifier using a reference to such an object returned from ArcGIS Engine or Server.
|
Modifier and Type | Method and Description |
---|---|
void |
classify()
Perform classification.
|
boolean |
equals(java.lang.Object o)
Compare this object with another
|
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Gets a reference to a com.esri.arcgis.interop.Dispatch which can be used to access the COM object that support for this
interface indicates the implementing class references.
|
int |
hashCode()
the hashcode for this object
|
void |
release()
Release this COM object reference
|
void |
setAreaOfInterestByRef(IGeometry rhs1)
The area of interest.
|
void |
setCalculateStats(boolean rhs1)
setCalculateStats
|
void |
setClassificationType(int type)
Specify Z-tolerance or Window-size based classification method.
|
void |
setEmpty()
Empty the object and release resources.
|
void |
setKeepPyramidInSync(boolean rhs1)
setKeepPyramidInSync
|
void |
setTempFilePath(java.lang.String path)
The path for temp files.
|
void |
setTrackCancelByRef(ITrackCancel rhs1)
The cancel-tracking object.
|
void |
setWindowSize(double windowSizeInMeters)
Set window size in meters.
|
void |
setWindowSizeForZTolerance(double windowSizeInMeters)
Set z tolerance in meters.
|
void |
setWindowSizeSelectionMethod(int method)
setWindowSizeSelectionMethod
|
void |
setZTolerance(double zToleranceInMeters)
Set z tolerance in meters.
|
public KeyPointsClassifier(java.lang.Object obj) throws java.io.IOException
obj
to KeyPointsClassifier
. *
KeyPointsClassifier o = (KeyPointsClassifier)obj; // will not work
KeyPointsClassifier o = new KeyPointsClassifier(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Serverjava.io.IOException
- if there are interop problems
KeyPointsClassifier theKeyPointsClassifier = (KeyPointsClassifier) obj;
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
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.