|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.datasourcesraster.CellSizeLevel
public class CellSizeLevel
A cell size level object.
| Constructor Summary | |
|---|---|
CellSizeLevel()
Constructs a CellSizeLevel using ArcGIS Engine. |
|
CellSizeLevel(Object obj)
Construct a CellSizeLevel using a reference to such an object returned from ArcGIS Engine or Server. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
IStringArray |
getAuxiliaryPaths()
Paths to all auxiliary data source items that aid in the construction of this item. |
int |
getCategory()
The category associated with the cell size level. |
double |
getCellSize()
The cell size value assocated with the level. |
static String |
getClsid()
getClsid. |
String |
getDisplayName()
The friendly-name identifying this item in the mosaic dataset. |
IGeometry |
getGeometry()
The geometry defining the boundary of the cell size level. |
String |
getGroup()
The name of the collection to which the item belongs. |
int |
getID()
The unique ID associated with the cell size level. |
String |
getKey()
A phrase that uniquely identifies the item's data source in the mosaic dataset. |
double |
getMaximumCellSize()
The maximum cell size value associated with the level. |
double |
getMinimumCellSize()
The minimum cell size value associated with the level. |
String |
getProductName()
The name of the sensor product associated with the item's data source. |
Date |
getSourceTimeStamp()
The timestamp associated with the data source referenced by this item URI. |
String |
getTag()
The unique identifier of the item within a group. |
int |
hashCode()
the hashcode for this object |
void |
setAuxiliaryPathsByRef(IStringArray ppAuxiliaryPaths)
Paths to all auxiliary data source items that aid in the construction of this item. |
void |
setCategory(int pCategory)
The category associated with the cell size level. |
void |
setCellSize(double pCellsize)
The cell size value assocated with the level. |
void |
setDisplayName(String pDisplayName)
The friendly-name identifying this item in the mosaic dataset. |
void |
setGeometryByRef(IGeometry ppLevelBoundary)
The geometry defining the boundary of the cell size level. |
void |
setGroup(String pItemGroup)
The name of the collection to which the item belongs. |
void |
setID(int pDescriptionID)
The unique ID associated with the cell size level. |
void |
setKey(String pKeyString)
A phrase that uniquely identifies the item's data source in the mosaic dataset. |
void |
setMaximumCellSize(double pMaximumCellSize)
The maximum cell size value associated with the level. |
void |
setMinimumCellSize(double pMinimumCellSize)
The minimum cell size value associated with the level. |
void |
setProductName(String pProductName)
The name of the sensor product associated with the item's data source. |
void |
setSourceTimeStamp(Date pSourceTimeStamp)
The timestamp associated with the data source referenced by this item URI. |
void |
setTag(String pItemTag)
The unique identifier of the item within a group. |
| 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 CellSizeLevel()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public CellSizeLevel(Object obj)
throws IOException
obj to CellSizeLevel.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems
CellSizeLevel theCellSizeLevel = (CellSizeLevel) obj;| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public void setCellSize(double pCellsize)
throws IOException,
AutomationException
setCellSize in interface ICellSizeLevelpCellsize - The pCellsize (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getCellSize()
throws IOException,
AutomationException
getCellSize in interface ICellSizeLevelIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setGeometryByRef(IGeometry ppLevelBoundary)
throws IOException,
AutomationException
setGeometryByRef in interface ICellSizeLevelppLevelBoundary - 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 IGeometry getGeometry()
throws IOException,
AutomationException
getGeometry in interface ICellSizeLevelIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMinimumCellSize(double pMinimumCellSize)
throws IOException,
AutomationException
setMinimumCellSize in interface ICellSizeLevelpMinimumCellSize - The pMinimumCellSize (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getMinimumCellSize()
throws IOException,
AutomationException
getMinimumCellSize in interface ICellSizeLevelIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMaximumCellSize(double pMaximumCellSize)
throws IOException,
AutomationException
setMaximumCellSize in interface ICellSizeLevelpMaximumCellSize - The pMaximumCellSize (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getMaximumCellSize()
throws IOException,
AutomationException
getMaximumCellSize in interface ICellSizeLevelIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setID(int pDescriptionID)
throws IOException,
AutomationException
setID in interface ICellSizeLevelpDescriptionID - The pDescriptionID (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getID()
throws IOException,
AutomationException
getID in interface ICellSizeLevelIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCategory(int pCategory)
throws IOException,
AutomationException
setCategory in interface ICellSizeLevel2pCategory - A com.esri.arcgis.datasourcesraster.esriCellSizeLevelCategory constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getCategory()
throws IOException,
AutomationException
getCategory in interface ICellSizeLevel2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setKey(String pKeyString)
throws IOException,
AutomationException
setKey in interface IItemURIpKeyString - The pKeyString (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getKey()
throws IOException,
AutomationException
getKey in interface IItemURIIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTag(String pItemTag)
throws IOException,
AutomationException
setTag in interface IItemURIpItemTag - The pItemTag (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getTag()
throws IOException,
AutomationException
getTag in interface IItemURIIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setGroup(String pItemGroup)
throws IOException,
AutomationException
setGroup in interface IItemURIpItemGroup - The pItemGroup (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getGroup()
throws IOException,
AutomationException
getGroup in interface IItemURIIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDisplayName(String pDisplayName)
throws IOException,
AutomationException
setDisplayName in interface IItemURIpDisplayName - The pDisplayName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getDisplayName()
throws IOException,
AutomationException
getDisplayName in interface IItemURIIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setProductName(String pProductName)
throws IOException,
AutomationException
setProductName in interface IItemURIpProductName - The pProductName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getProductName()
throws IOException,
AutomationException
getProductName in interface IItemURIIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSourceTimeStamp(Date pSourceTimeStamp)
throws IOException,
AutomationException
setSourceTimeStamp in interface IItemURIpSourceTimeStamp - The pSourceTimeStamp (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public Date getSourceTimeStamp()
throws IOException,
AutomationException
getSourceTimeStamp in interface IItemURIIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAuxiliaryPathsByRef(IStringArray ppAuxiliaryPaths)
throws IOException,
AutomationException
setAuxiliaryPathsByRef in interface IItemURIppAuxiliaryPaths - A reference to a com.esri.arcgis.system.IStringArray (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IStringArray getAuxiliaryPaths()
throws IOException,
AutomationException
getAuxiliaryPaths in interface IItemURIIOException - 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 | ||||||||