|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.datasourcesraster.BuildBoundaryParameters
public class BuildBoundaryParameters
An object that controls how the boundary of a mosaic dataset is computed.
Constructor Summary | |
---|---|
BuildBoundaryParameters()
Constructs a BuildBoundaryParameters using ArcGIS Engine. |
|
BuildBoundaryParameters(Object obj)
Construct a BuildBoundaryParameters using a reference to such an object returned from ArcGIS Engine or Server. |
Method Summary | |
---|---|
boolean |
equals(Object o)
Compare this object with another |
double |
getBufferDistanceFactor()
The buffer factor applied on each item footprint before it is merged with the cumulative boundary geometry. |
static String |
getClsid()
getClsid. |
double |
getMinArea()
The area below which a polygon is considered a sliver. |
double |
getMinCircularityRatio()
The circularity value below which a polygon is considered a sliver. |
int |
getMinPointsForElimination()
A number of points in a polygon below which it is eligible to be considered a sliver using minimum area or minimum circularity tests. |
int |
getNumThreads()
The number of parallel threads that execute parts of the associated operation. |
IPropertySet |
getParameters()
All parameters associated with the mosaic dataset operation. |
IProgressor |
getProgressor()
The external progressor object associated with the mosaic dataset operation. |
IQueryFilter |
getQueryFilter()
The query filter applied on the selection set to identify the collection of catalog items on which to perform the associated operation. |
void |
getRecommendedNumThreads(int[] pRecommendedNumThreads)
The number of parallel threads of execution recommended by the system. |
IPropertySet |
getResults()
The properties of the result associated with the mosaic dataset operation. |
ISelectionSet |
getSelectionSet()
The selection set that identifies the collection of catalog items on which to perform the associated operation. |
String |
getServerName()
The host machine name where parts of the operation are remotely executed. |
double |
getWeedTolerance()
The tolerance for weeding points. |
int |
hashCode()
the hashcode for this object |
boolean |
isAppendToExistingBoundary()
Indicates whether the computed boundary geometry is merged with existing mosaic boundary. |
boolean |
isDatasetReadOnly()
Indicates whether the mosaic dataset is in read-only mode. |
boolean |
isPerformWeeding()
Indicates whether the computed boundary geometry is run through a point-weeding routine. |
boolean |
isRemoveSlivers()
Indicates whether polygons designated as slivers are removed from the boundary geometry. |
boolean |
isUpdateBoundary()
Indicates whether the mosaic dataset is updated with the computed boundary geometry. |
void |
setAppendToExistingBoundary(boolean pbAppendToExistingBoundary)
Indicates whether the computed boundary geometry is merged with existing mosaic boundary. |
void |
setBufferDistanceFactor(double pBufferDistanceFactor)
The buffer factor applied on each item footprint before it is merged with the cumulative boundary geometry. |
void |
setIsDatasetReadOnly(boolean pbIsDatasetReadOnly)
Indicates whether the mosaic dataset is in read-only mode. |
void |
setMinArea(double pMinArea)
The area below which a polygon is considered a sliver. |
void |
setMinCircularityRatio(double pMinCircularityRatio)
The circularity value below which a polygon is considered a sliver. |
void |
setMinPointsForElimination(int pMinPointsForElimination)
A number of points in a polygon below which it is eligible to be considered a sliver using minimum area or minimum circularity tests. |
void |
setNumThreads(int pNumThreads)
The number of parallel threads that execute parts of the associated operation. |
void |
setParametersByRef(IPropertySet ppAllParameters)
All parameters associated with the mosaic dataset operation. |
void |
setPerformWeeding(boolean pbPerformWeeding)
Indicates whether the computed boundary geometry is run through a point-weeding routine. |
void |
setProgressorByRef(IProgressor ppProgressor)
The external progressor object associated with the mosaic dataset operation. |
void |
setQueryFilterByRef(IQueryFilter ppQueryFilter)
The query filter applied on the selection set to identify the collection of catalog items on which to perform the associated operation. |
void |
setRemoveSlivers(boolean pbRemoveSlivers)
Indicates whether polygons designated as slivers are removed from the boundary geometry. |
void |
setResultsByRef(IPropertySet ppOperationResults)
The properties of the result associated with the mosaic dataset operation. |
void |
setSelectionSetByRef(ISelectionSet ppSelectionSet)
The selection set that identifies the collection of catalog items on which to perform the associated operation. |
void |
setServerName(String pServerName)
The host machine name where parts of the operation are remotely executed. |
void |
setUpdateBoundary(boolean pbUpdateBoundary)
Indicates whether the mosaic dataset is updated with the computed boundary geometry. |
void |
setWeedTolerance(double pWeedTolerance)
The tolerance for weeding points. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public BuildBoundaryParameters() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic BuildBoundaryParameters(Object obj) throws IOException
obj
to BuildBoundaryParameters
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problems
BuildBoundaryParameters theBuildBoundaryParameters = (BuildBoundaryParameters) obj;
Method Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public void setParametersByRef(IPropertySet ppAllParameters) throws IOException, AutomationException
setParametersByRef
in interface IMosaicDatasetOperationParameters
ppAllParameters
- A reference to a com.esri.arcgis.system.IPropertySet (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IPropertySet getParameters() throws IOException, AutomationException
getParameters
in interface IMosaicDatasetOperationParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setProgressorByRef(IProgressor ppProgressor) throws IOException, AutomationException
setProgressorByRef
in interface IMosaicDatasetOperationParameters
ppProgressor
- A reference to a com.esri.arcgis.system.IProgressor (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IProgressor getProgressor() throws IOException, AutomationException
getProgressor
in interface IMosaicDatasetOperationParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setIsDatasetReadOnly(boolean pbIsDatasetReadOnly) throws IOException, AutomationException
setIsDatasetReadOnly
in interface IMosaicDatasetOperationParameters
pbIsDatasetReadOnly
- The pbIsDatasetReadOnly (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isDatasetReadOnly() throws IOException, AutomationException
isDatasetReadOnly
in interface IMosaicDatasetOperationParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setResultsByRef(IPropertySet ppOperationResults) throws IOException, AutomationException
setResultsByRef
in interface IMosaicDatasetOperationParameters
ppOperationResults
- A reference to a com.esri.arcgis.system.IPropertySet (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IPropertySet getResults() throws IOException, AutomationException
getResults
in interface IMosaicDatasetOperationParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAppendToExistingBoundary(boolean pbAppendToExistingBoundary) throws IOException, AutomationException
setAppendToExistingBoundary
in interface IBuildBoundaryParameters
pbAppendToExistingBoundary
- The pbAppendToExistingBoundary (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isAppendToExistingBoundary() throws IOException, AutomationException
isAppendToExistingBoundary
in interface IBuildBoundaryParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPerformWeeding(boolean pbPerformWeeding) throws IOException, AutomationException
setPerformWeeding
in interface IBuildBoundaryParameters
pbPerformWeeding
- The pbPerformWeeding (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isPerformWeeding() throws IOException, AutomationException
isPerformWeeding
in interface IBuildBoundaryParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setWeedTolerance(double pWeedTolerance) throws IOException, AutomationException
setWeedTolerance
in interface IBuildBoundaryParameters
pWeedTolerance
- The pWeedTolerance (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getWeedTolerance() throws IOException, AutomationException
getWeedTolerance
in interface IBuildBoundaryParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setBufferDistanceFactor(double pBufferDistanceFactor) throws IOException, AutomationException
setBufferDistanceFactor
in interface IBuildBoundaryParameters
pBufferDistanceFactor
- The pBufferDistanceFactor (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getBufferDistanceFactor() throws IOException, AutomationException
getBufferDistanceFactor
in interface IBuildBoundaryParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRemoveSlivers(boolean pbRemoveSlivers) throws IOException, AutomationException
setRemoveSlivers
in interface IBuildBoundaryParameters
pbRemoveSlivers
- The pbRemoveSlivers (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isRemoveSlivers() throws IOException, AutomationException
isRemoveSlivers
in interface IBuildBoundaryParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setUpdateBoundary(boolean pbUpdateBoundary) throws IOException, AutomationException
setUpdateBoundary
in interface IBuildBoundaryParameters
pbUpdateBoundary
- The pbUpdateBoundary (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isUpdateBoundary() throws IOException, AutomationException
isUpdateBoundary
in interface IBuildBoundaryParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMinPointsForElimination(int pMinPointsForElimination) throws IOException, AutomationException
setMinPointsForElimination
in interface IRemoveSliversParameters
pMinPointsForElimination
- The pMinPointsForElimination (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getMinPointsForElimination() throws IOException, AutomationException
getMinPointsForElimination
in interface IRemoveSliversParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMinArea(double pMinArea) throws IOException, AutomationException
setMinArea
in interface IRemoveSliversParameters
pMinArea
- The pMinArea (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getMinArea() throws IOException, AutomationException
getMinArea
in interface IRemoveSliversParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMinCircularityRatio(double pMinCircularityRatio) throws IOException, AutomationException
setMinCircularityRatio
in interface IRemoveSliversParameters
pMinCircularityRatio
- The pMinCircularityRatio (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getMinCircularityRatio() throws IOException, AutomationException
getMinCircularityRatio
in interface IRemoveSliversParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSelectionSetByRef(ISelectionSet ppSelectionSet) throws IOException, AutomationException
setSelectionSetByRef
in interface ISelectionParameters
ppSelectionSet
- A reference to a com.esri.arcgis.geodatabase.ISelectionSet (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ISelectionSet getSelectionSet() throws IOException, AutomationException
getSelectionSet
in interface ISelectionParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setQueryFilterByRef(IQueryFilter ppQueryFilter) throws IOException, AutomationException
setQueryFilterByRef
in interface ISelectionParameters
ppQueryFilter
- A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IQueryFilter getQueryFilter() throws IOException, AutomationException
getQueryFilter
in interface ISelectionParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setServerName(String pServerName) throws IOException, AutomationException
setServerName
in interface IThreadedOperationParameters
pServerName
- The pServerName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getServerName() throws IOException, AutomationException
getServerName
in interface IThreadedOperationParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setNumThreads(int pNumThreads) throws IOException, AutomationException
setNumThreads
in interface IThreadedOperationParameters
pNumThreads
- The pNumThreads (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getNumThreads() throws IOException, AutomationException
getNumThreads
in interface IThreadedOperationParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getRecommendedNumThreads(int[] pRecommendedNumThreads) throws IOException, AutomationException
getRecommendedNumThreads
in interface IThreadedOperationParameters
pRecommendedNumThreads
- The pRecommendedNumThreads (in)
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 |