|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.datasourcesraster.MosaicFunction
public class MosaicFunction
A class for a raster mosaic function.
Constructor Summary | |
---|---|
MosaicFunction()
Constructs a MosaicFunction using ArcGIS Engine. |
|
MosaicFunction(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. MosaicFunction theMosaicFunction = (MosaicFunction) obj; |
Method Summary | |
---|---|
void |
bind(Object pArguments)
Binds function arguments to this raster function. |
String |
constructQueryExpression(IPoint pCellsize)
Constructs a query expression (WHERE clause). |
void |
deserialize(IXMLSerializeData data)
Deserializes an object from XML. |
boolean |
equals(Object o)
Compare this object with another |
ITable |
getCatalog()
The catalog. |
String |
getCellsizeFieldName()
The native raster cellsize field name. |
void |
getClassID(GUID[] pClassID)
getClassID |
static String |
getClsid()
getClsid. |
String |
getDefinitionExpression()
The definition expression on the source catalog. |
IFIDSet |
getDefinitionFIDs()
The definition selection set on the source catalog. |
IGeometry |
getDefinitionGeometry()
The definition (spatial selection) geometry on the source catalog. |
String |
getDescription()
The raster function description. |
IFIDSet |
getFIDs()
The current selection set on the source catalog. |
ISymbol |
getFootprintSymbol()
The symbol used to draw footprints. |
String |
getLockRasterFieldName()
The lock raster ID field name in the source catalog. |
String |
getLockRasterID()
The lock raster ID. |
String |
getLODFieldName()
The LOD field name. |
IMosaicLODInfos |
getLODInfos()
The current mosaic LOD information. |
int |
getMaxCellsizeFieldIndex()
The maximum cellsize field index. |
String |
getMaxCellsizeFieldName()
The maximum cellsize field name. |
IPnt |
getMaximumVisibleCellsize()
The maximum visible cellsize. |
int |
getMaxMosaicImageCount()
The maximum number of rasters used per request. |
int |
getMinCellsizeFieldIndex()
The minimum cellsize field index. |
String |
getMinCellsizeFieldName()
The minimum cellsize field name. |
String |
getMinNamespaceSupported()
The minimum namespace the class can serialize to (eg the 90 namespace). |
int |
getMosaicMethod()
The mosaic method. |
IMosaicOperator |
getMosaicOperator()
The current mosaic operator. |
int |
getMosaicOperatorType()
The current mosaic operator type. |
String |
getName()
The raster function name. |
Object |
getOrderByBaseValue()
The Order By base value. |
String |
getOrderByFieldName()
The Order By field on the source catalog. |
int |
getPixelType()
The output pixel type. |
int |
getRasterFieldIndex()
The raster field index. |
String |
getRasterFieldName()
The raster field name in the source catalog. |
IRasterInfo |
getRasterInfo()
The raster information after this function is applied to an object. |
void |
getSizeMax(_ULARGE_INTEGER[] pcbSize)
getSizeMax |
IPoint |
getViewpoint()
The view point. |
String |
getWhereClause()
The SQL selection where clause expression. |
int |
hashCode()
the hashcode for this object |
boolean |
isApplyColorCorrection()
Indicates if color correction needs to be applied. |
boolean |
isAscending()
Indicates whether the ascending flag of OrderBy. |
boolean |
isClipToFootprint()
Indicates if individual images will be clipped to their footprints. |
void |
isDirty()
isDirty |
boolean |
isDrawFootprint()
Indicates if to draw footprints. |
boolean |
isValid()
Indicates if this function is valid, e.g. |
boolean |
isVisible(double dx,
double dy)
Checks if a given pixel size is visible. |
void |
load(IStream pstm)
load |
void |
lockCellsize(double cellSize)
Locks LOD at a given cellsize. |
void |
read(IPnt pTlc,
IRaster pRaster,
IPixelBlock pPixelBlock)
Reads a pixel block starting from the top left corner. |
void |
readExternal(ObjectInput in)
|
void |
save(IStream pstm,
int fClearDirty)
save |
ICursor |
search(IQueryFilter pQueryFilter,
IPoint pCellsize)
Searches the catalog using current mosaic rules. |
void |
serialize(IXMLSerializeData data)
Serializes an object to XML. |
void |
setApplyColorCorrection(boolean pApplyColorCorrection)
Indicates if color correction needs to be applied. |
void |
setAscending(boolean pAscending)
Indicates whether the ascending flag of OrderBy. |
void |
setCellsizeFieldName(String pCellsizeFieldName)
The native raster cellsize field name. |
void |
setClipToFootprint(boolean pClipping)
Indicates if individual images will be clipped to their footprints. |
void |
setDefinitionExpression(String pExpression)
The definition expression on the source catalog. |
void |
setDefinitionFIDsByRef(IFIDSet ppFIDs)
The definition selection set on the source catalog. |
void |
setDefinitionGeometryByRef(IGeometry ppGeometry)
The definition (spatial selection) geometry on the source catalog. |
void |
setDescription(String pDescription)
The raster function description. |
void |
setDrawFootprint(boolean pDraw)
Indicates if to draw footprints. |
void |
setFIDsByRef(IFIDSet ppFIDs)
The current selection set on the source catalog. |
void |
setFootprintSymbolByRef(ISymbol ppSymbol)
The symbol used to draw footprints. |
void |
setLockRasterFieldName(String pLockFieldName)
The lock raster ID field name in the source catalog. |
void |
setLockRasterID(String pRasterID)
The lock raster ID. |
void |
setLODFieldName(String pLODFieldName)
The LOD field name. |
void |
setLODInfosByRef(IMosaicLODInfos ppLODInfos)
The current mosaic LOD information. |
void |
setMaxCellsizeFieldName(String pMaxCellsizeFieldName)
The maximum cellsize field name. |
void |
setMaximumVisibleCellsize(IPnt ppCellsize)
The maximum visible cellsize. |
void |
setMaxMosaicImageCount(int pCount)
The maximum number of rasters used per request. |
void |
setMinCellsizeFieldName(String pMinCellsizeFieldName)
The minimum cellsize field name. |
void |
setMosaicMethod(int pMosaicMethod)
The mosaic method. |
void |
setMosaicOperatorByRef(IMosaicOperator op)
The current mosaic operator. |
void |
setMosaicOperatorType(int type)
The current mosaic operator type. |
void |
setName(String pName)
The raster function name. |
void |
setOrderByBaseValue(Object pValue)
The Order By base value. |
void |
setOrderByFieldName(String pName)
The Order By field on the source catalog. |
void |
setPixelType(int pPixelType)
The output pixel type. |
void |
setRasterFieldName(String pRasterFieldName)
The raster field name in the source catalog. |
void |
setViewpointByRef(IPoint ppViewpoint)
The view point. |
void |
setWhereClause(String pExpression)
The SQL selection where clause expression. |
void |
unlockCellsize()
Unlocks LOD from the locked cellsize. |
void |
update()
Updates using newly available information from bound object. |
void |
writeExternal(ObjectOutput out)
|
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 MosaicFunction() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic MosaicFunction(Object obj) throws IOException
MosaicFunction theMosaicFunction = (MosaicFunction) obj;
obj
to MosaicFunction
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String getName() throws IOException, AutomationException
getName
in interface IRasterFunction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setName(String pName) throws IOException, AutomationException
setName
in interface IRasterFunction
pName
- The pName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getDescription() throws IOException, AutomationException
getDescription
in interface IRasterFunction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDescription(String pDescription) throws IOException, AutomationException
setDescription
in interface IRasterFunction
pDescription
- The pDescription (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getPixelType() throws IOException, AutomationException
getPixelType
in interface IRasterFunction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPixelType(int pPixelType) throws IOException, AutomationException
setPixelType
in interface IRasterFunction
pPixelType
- A com.esri.arcgis.geodatabase.rstPixelType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void bind(Object pArguments) throws IOException, AutomationException
bind
in interface IRasterFunction
pArguments
- A reference to another Object (IUnknown) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isValid() throws IOException, AutomationException
isValid
in interface IRasterFunction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void update() throws IOException, AutomationException
update
in interface IRasterFunction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IRasterInfo getRasterInfo() throws IOException, AutomationException
getRasterInfo
in interface IRasterFunction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void read(IPnt pTlc, IRaster pRaster, IPixelBlock pPixelBlock) throws IOException, AutomationException
read
in interface IRasterFunction
pTlc
- A reference to a com.esri.arcgis.geodatabase.IPnt (in)pRaster
- A reference to a com.esri.arcgis.geodatabase.IRaster (in)pPixelBlock
- A reference to a com.esri.arcgis.geodatabase.IPixelBlock (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getDefinitionExpression() throws IOException, AutomationException
getDefinitionExpression
in interface IMosaicFunction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDefinitionExpression(String pExpression) throws IOException, AutomationException
setDefinitionExpression
in interface IMosaicFunction
pExpression
- The pExpression (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGeometry getDefinitionGeometry() throws IOException, AutomationException
getDefinitionGeometry
in interface IMosaicFunction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDefinitionGeometryByRef(IGeometry ppGeometry) throws IOException, AutomationException
setDefinitionGeometryByRef
in interface IMosaicFunction
ppGeometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDefinitionFIDsByRef(IFIDSet ppFIDs) throws IOException, AutomationException
setDefinitionFIDsByRef
in interface IMosaicFunction
ppFIDs
- A reference to a com.esri.arcgis.geodatabase.IFIDSet (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IFIDSet getDefinitionFIDs() throws IOException, AutomationException
getDefinitionFIDs
in interface IMosaicFunction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getRasterFieldName() throws IOException, AutomationException
getRasterFieldName
in interface IMosaicFunction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRasterFieldName(String pRasterFieldName) throws IOException, AutomationException
setRasterFieldName
in interface IMosaicFunction
pRasterFieldName
- The pRasterFieldName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getCellsizeFieldName() throws IOException, AutomationException
getCellsizeFieldName
in interface IMosaicFunction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCellsizeFieldName(String pCellsizeFieldName) throws IOException, AutomationException
setCellsizeFieldName
in interface IMosaicFunction
pCellsizeFieldName
- The pCellsizeFieldName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getMinCellsizeFieldName() throws IOException, AutomationException
getMinCellsizeFieldName
in interface IMosaicFunction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMinCellsizeFieldName(String pMinCellsizeFieldName) throws IOException, AutomationException
setMinCellsizeFieldName
in interface IMosaicFunction
pMinCellsizeFieldName
- The pMinCellsizeFieldName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getMaxCellsizeFieldName() throws IOException, AutomationException
getMaxCellsizeFieldName
in interface IMosaicFunction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMaxCellsizeFieldName(String pMaxCellsizeFieldName) throws IOException, AutomationException
setMaxCellsizeFieldName
in interface IMosaicFunction
pMaxCellsizeFieldName
- The pMaxCellsizeFieldName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getLODFieldName() throws IOException, AutomationException
getLODFieldName
in interface IMosaicFunction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLODFieldName(String pLODFieldName) throws IOException, AutomationException
setLODFieldName
in interface IMosaicFunction
pLODFieldName
- The pLODFieldName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IMosaicLODInfos getLODInfos() throws IOException, AutomationException
getLODInfos
in interface IMosaicFunction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLODInfosByRef(IMosaicLODInfos ppLODInfos) throws IOException, AutomationException
setLODInfosByRef
in interface IMosaicFunction
ppLODInfos
- A reference to a com.esri.arcgis.datasourcesraster.IMosaicLODInfos (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IPnt getMaximumVisibleCellsize() throws IOException, AutomationException
getMaximumVisibleCellsize
in interface IMosaicFunction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMaximumVisibleCellsize(IPnt ppCellsize) throws IOException, AutomationException
setMaximumVisibleCellsize
in interface IMosaicFunction
ppCellsize
- A reference to a com.esri.arcgis.geodatabase.IPnt (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isDrawFootprint() throws IOException, AutomationException
isDrawFootprint
in interface IMosaicFunction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDrawFootprint(boolean pDraw) throws IOException, AutomationException
setDrawFootprint
in interface IMosaicFunction
pDraw
- The pDraw (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ISymbol getFootprintSymbol() throws IOException, AutomationException
getFootprintSymbol
in interface IMosaicFunction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFootprintSymbolByRef(ISymbol ppSymbol) throws IOException, AutomationException
setFootprintSymbolByRef
in interface IMosaicFunction
ppSymbol
- A reference to a com.esri.arcgis.display.ISymbol (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getMosaicMethod() throws IOException, AutomationException
getMosaicMethod
in interface IMosaicFunction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMosaicMethod(int pMosaicMethod) throws IOException, AutomationException
setMosaicMethod
in interface IMosaicFunction
pMosaicMethod
- A com.esri.arcgis.datasourcesraster.esriMosaicMethod constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getOrderByFieldName() throws IOException, AutomationException
getOrderByFieldName
in interface IMosaicFunction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setOrderByFieldName(String pName) throws IOException, AutomationException
setOrderByFieldName
in interface IMosaicFunction
pName
- The pName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public Object getOrderByBaseValue() throws IOException, AutomationException
getOrderByBaseValue
in interface IMosaicFunction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setOrderByBaseValue(Object pValue) throws IOException, AutomationException
setOrderByBaseValue
in interface IMosaicFunction
pValue
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getLockRasterFieldName() throws IOException, AutomationException
getLockRasterFieldName
in interface IMosaicFunction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLockRasterFieldName(String pLockFieldName) throws IOException, AutomationException
setLockRasterFieldName
in interface IMosaicFunction
pLockFieldName
- The pLockFieldName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getLockRasterID() throws IOException, AutomationException
getLockRasterID
in interface IMosaicFunction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLockRasterID(String pRasterID) throws IOException, AutomationException
setLockRasterID
in interface IMosaicFunction
pRasterID
- The pRasterID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IPoint getViewpoint() throws IOException, AutomationException
getViewpoint
in interface IMosaicFunction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setViewpointByRef(IPoint ppViewpoint) throws IOException, AutomationException
setViewpointByRef
in interface IMosaicFunction
ppViewpoint
- A reference to a com.esri.arcgis.geometry.IPoint (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isAscending() throws IOException, AutomationException
isAscending
in interface IMosaicFunction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAscending(boolean pAscending) throws IOException, AutomationException
setAscending
in interface IMosaicFunction
pAscending
- The pAscending (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getMosaicOperatorType() throws IOException, AutomationException
getMosaicOperatorType
in interface IMosaicFunction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMosaicOperatorType(int type) throws IOException, AutomationException
setMosaicOperatorType
in interface IMosaicFunction
type
- A com.esri.arcgis.datasourcesraster.rstMosaicOperatorType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IMosaicOperator getMosaicOperator() throws IOException, AutomationException
getMosaicOperator
in interface IMosaicFunction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMosaicOperatorByRef(IMosaicOperator op) throws IOException, AutomationException
setMosaicOperatorByRef
in interface IMosaicFunction
op
- A reference to a com.esri.arcgis.datasourcesraster.IMosaicOperator (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getWhereClause() throws IOException, AutomationException
getWhereClause
in interface IMosaicFunction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setWhereClause(String pExpression) throws IOException, AutomationException
setWhereClause
in interface IMosaicFunction
pExpression
- The pExpression (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFIDsByRef(IFIDSet ppFIDs) throws IOException, AutomationException
setFIDsByRef
in interface IMosaicFunction
ppFIDs
- A reference to a com.esri.arcgis.geodatabase.IFIDSet (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IFIDSet getFIDs() throws IOException, AutomationException
getFIDs
in interface IMosaicFunction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void lockCellsize(double cellSize) throws IOException, AutomationException
lockCellsize
in interface IMosaicFunction
cellSize
- The cellSize (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void unlockCellsize() throws IOException, AutomationException
unlockCellsize
in interface IMosaicFunction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ITable getCatalog() throws IOException, AutomationException
getCatalog
in interface IMosaicFunction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getRasterFieldIndex() throws IOException, AutomationException
getRasterFieldIndex
in interface IMosaicFunction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getMinCellsizeFieldIndex() throws IOException, AutomationException
getMinCellsizeFieldIndex
in interface IMosaicFunction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getMaxCellsizeFieldIndex() throws IOException, AutomationException
getMaxCellsizeFieldIndex
in interface IMosaicFunction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isVisible(double dx, double dy) throws IOException, AutomationException
isVisible
in interface IMosaicFunction
dx
- The dx (in)dy
- The dy (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getMaxMosaicImageCount() throws IOException, AutomationException
getMaxMosaicImageCount
in interface IMosaicFunction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMaxMosaicImageCount(int pCount) throws IOException, AutomationException
setMaxMosaicImageCount
in interface IMosaicFunction
pCount
- The pCount (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isClipToFootprint() throws IOException, AutomationException
isClipToFootprint
in interface IMosaicFunction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setClipToFootprint(boolean pClipping) throws IOException, AutomationException
setClipToFootprint
in interface IMosaicFunction
pClipping
- The pClipping (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isApplyColorCorrection() throws IOException, AutomationException
isApplyColorCorrection
in interface IMosaicFunction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setApplyColorCorrection(boolean pApplyColorCorrection) throws IOException, AutomationException
setApplyColorCorrection
in interface IMosaicFunction
pApplyColorCorrection
- The pApplyColorCorrection (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String constructQueryExpression(IPoint pCellsize) throws IOException, AutomationException
constructQueryExpression
in interface IMosaicFunction
pCellsize
- A reference to a com.esri.arcgis.geometry.IPoint (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ICursor search(IQueryFilter pQueryFilter, IPoint pCellsize) throws IOException, AutomationException
search
in interface IMosaicFunction
pQueryFilter
- A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)pCellsize
- A reference to a com.esri.arcgis.geometry.IPoint (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getClassID(GUID[] pClassID) throws IOException, AutomationException
IPersist is a Microsoft interface. Please refer to MSDN for information about this interface.
getClassID
in interface IPersist
pClassID
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void isDirty() throws IOException, AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
isDirty
in interface IPersistStream
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void load(IStream pstm) throws IOException, AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
load
in interface IPersistStream
pstm
- A reference to a com.esri.arcgis.system.IStream (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void save(IStream pstm, int fClearDirty) throws IOException, AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
save
in interface IPersistStream
pstm
- A reference to a com.esri.arcgis.system.IStream (in)fClearDirty
- The fClearDirty (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getSizeMax(_ULARGE_INTEGER[] pcbSize) throws IOException, AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
getSizeMax
in interface IPersistStream
pcbSize
- A Structure: com.esri.arcgis.system._ULARGE_INTEGER (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void serialize(IXMLSerializeData data) throws IOException, AutomationException
serialize
in interface IXMLSerialize
data
- A reference to a com.esri.arcgis.system.IXMLSerializeData (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void deserialize(IXMLSerializeData data) throws IOException, AutomationException
deserialize
in interface IXMLSerialize
data
- A reference to a com.esri.arcgis.system.IXMLSerializeData (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getMinNamespaceSupported() throws IOException, AutomationException
getMinNamespaceSupported
in interface IXMLVersionSupport
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |