public class CellSizeLevel extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, ICellSizeLevel, ICellSizeLevel2, IItemURI
Description 'A cell size level object.' 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, IIDa5c2a545_736d_493f_a981_f0f23531d3d2, xxDummy
IIDcb2f5079_e498_4d7c_aedc_f7ecb4deb021
IID, IID0fc1719b_b1aa_4d23_af07_932490a18075, xxDummy
Constructor and Description |
---|
CellSizeLevel()
Constructs a CellSizeLevel using ArcGIS Engine.
|
CellSizeLevel(java.lang.Object obj)
Construct a CellSizeLevel using a reference to such an object returned from ArcGIS Engine or Server.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.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 java.lang.String |
getClsid()
getClsid.
|
java.lang.String |
getDisplayName()
The friendly-name identifying this item in the mosaic dataset.
|
IGeometry |
getGeometry()
The geometry defining the boundary of the cell size level.
|
java.lang.String |
getGroup()
The name of the collection to which the item belongs.
|
int |
getID()
The unique ID associated with the cell size level.
|
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.
|
java.lang.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.
|
java.lang.String |
getProductName()
The name of the sensor product associated with the item's data source.
|
java.util.Date |
getSourceTimeStamp()
The timestamp associated with the data source referenced by this item URI.
|
java.lang.String |
getTag()
The unique identifier of the item within a group.
|
int |
hashCode()
the hashcode for this object
|
void |
release()
Release this COM object reference
|
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(java.lang.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(java.lang.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(java.lang.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(java.lang.String pProductName)
The name of the sensor product associated with the item's data source.
|
void |
setSourceTimeStamp(java.util.Date pSourceTimeStamp)
The timestamp associated with the data source referenced by this item URI.
|
void |
setTag(java.lang.String pItemTag)
The unique identifier of the item within a group.
|
public CellSizeLevel() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problemsjava.net.UnknownHostException
- if there are interop problemspublic CellSizeLevel(java.lang.Object obj) throws java.io.IOException
obj
to CellSizeLevel
.obj
- an object returned from ArcGIS Engine or Serverjava.io.IOException
- if there are interop problems
CellSizeLevel theCellSizeLevel = (CellSizeLevel) obj;
public static java.lang.String getClsid()
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 setCellSize(double pCellsize) throws java.io.IOException, AutomationException
setCellSize
in interface ICellSizeLevel
pCellsize
- The pCellsize (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getCellSize() throws java.io.IOException, AutomationException
getCellSize
in interface ICellSizeLevel
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setGeometryByRef(IGeometry ppLevelBoundary) throws java.io.IOException, AutomationException
setGeometryByRef
in interface ICellSizeLevel
ppLevelBoundary
- 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 IGeometry getGeometry() throws java.io.IOException, AutomationException
getGeometry
in interface ICellSizeLevel
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setMinimumCellSize(double pMinimumCellSize) throws java.io.IOException, AutomationException
setMinimumCellSize
in interface ICellSizeLevel
pMinimumCellSize
- The pMinimumCellSize (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getMinimumCellSize() throws java.io.IOException, AutomationException
getMinimumCellSize
in interface ICellSizeLevel
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setMaximumCellSize(double pMaximumCellSize) throws java.io.IOException, AutomationException
setMaximumCellSize
in interface ICellSizeLevel
pMaximumCellSize
- The pMaximumCellSize (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getMaximumCellSize() throws java.io.IOException, AutomationException
getMaximumCellSize
in interface ICellSizeLevel
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setID(int pDescriptionID) throws java.io.IOException, AutomationException
setID
in interface ICellSizeLevel
pDescriptionID
- The pDescriptionID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getID() throws java.io.IOException, AutomationException
getID
in interface ICellSizeLevel
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setCategory(int pCategory) throws java.io.IOException, AutomationException
setCategory
in interface ICellSizeLevel2
pCategory
- A com.esri.arcgis.datasourcesraster.esriCellSizeLevelCategory constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getCategory() throws java.io.IOException, AutomationException
getCategory
in interface ICellSizeLevel2
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setKey(java.lang.String pKeyString) throws java.io.IOException, AutomationException
setKey
in interface IItemURI
pKeyString
- The pKeyString (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getKey() throws java.io.IOException, AutomationException
getKey
in interface IItemURI
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setTag(java.lang.String pItemTag) throws java.io.IOException, AutomationException
setTag
in interface IItemURI
pItemTag
- The pItemTag (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getTag() throws java.io.IOException, AutomationException
getTag
in interface IItemURI
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setGroup(java.lang.String pItemGroup) throws java.io.IOException, AutomationException
setGroup
in interface IItemURI
pItemGroup
- The pItemGroup (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getGroup() throws java.io.IOException, AutomationException
getGroup
in interface IItemURI
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setDisplayName(java.lang.String pDisplayName) throws java.io.IOException, AutomationException
setDisplayName
in interface IItemURI
pDisplayName
- The pDisplayName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getDisplayName() throws java.io.IOException, AutomationException
getDisplayName
in interface IItemURI
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setProductName(java.lang.String pProductName) throws java.io.IOException, AutomationException
setProductName
in interface IItemURI
pProductName
- The pProductName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getProductName() throws java.io.IOException, AutomationException
getProductName
in interface IItemURI
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setSourceTimeStamp(java.util.Date pSourceTimeStamp) throws java.io.IOException, AutomationException
setSourceTimeStamp
in interface IItemURI
pSourceTimeStamp
- The pSourceTimeStamp (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.util.Date getSourceTimeStamp() throws java.io.IOException, AutomationException
getSourceTimeStamp
in interface IItemURI
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setAuxiliaryPathsByRef(IStringArray ppAuxiliaryPaths) throws java.io.IOException, AutomationException
setAuxiliaryPathsByRef
in interface IItemURI
ppAuxiliaryPaths
- A reference to a com.esri.arcgis.system.IStringArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IStringArray getAuxiliaryPaths() throws java.io.IOException, AutomationException
getAuxiliaryPaths
in interface IItemURI
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.