|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.carto.RasterItemDescription
public class RasterItemDescription
COM Class 'RasterItemDescription'. Generated 3/19/2015 1:20:42 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description 'An image service rendering rule class.' 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 =
| Field Summary | |
|---|---|
static long |
serialVersionUID
|
| Fields inherited from interface com.esri.arcgis.carto.IRasterItemDescription |
|---|
IID, IIDe7a23083_b9bb_41bf_9253_c148b0ab033e, xxDummy |
| Fields inherited from interface com.esri.arcgis.system.IPersistStream |
|---|
IID, IID00000109_0000_0000_c000_000000000046, xxDummy |
| Fields inherited from interface com.esri.arcgis.system.IPersist |
|---|
IID0000010c_0000_0000_c000_000000000046 |
| Fields inherited from interface com.esri.arcgis.system.IXMLSerialize |
|---|
IID, IIDc8545045_6615_48e3_af27_52a0e5fc35e2, xxDummy |
| Fields inherited from interface com.esri.arcgis.system.IXMLVersionSupport |
|---|
IID, IID72ca65b9_13de_48b7_8443_717b69b72a99, xxDummy |
| Constructor Summary | |
|---|---|
RasterItemDescription()
Constructs a RasterItemDescription using ArcGIS Engine. |
|
RasterItemDescription(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. RasterItemDescription theRasterItemDescription = (RasterItemDescription) obj; |
|
| Method Summary | |
|---|---|
void |
deserialize(IXMLSerializeData data)
Deserializes an object from XML. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
void |
getClassID(GUID[] pClassID)
getClassID |
static java.lang.String |
getClsid()
getClsid. |
IStringArray |
getDataFileNames()
The data file names. |
IStringArray |
getDataFileURLs()
The data file URLs. |
IGeodataXform |
getGeodataXform()
The georefencing of the raster item. |
int |
getGeodataXformApplyMethod()
The method used for applying the GeodataXform. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
double |
getMaximumCellSizeFactor()
The maximum visible cell size factor. |
double |
getMinimumCellSizeFactor()
The minimum visible cell size factor. |
java.lang.String |
getMinNamespaceSupported()
The minimum namespace the class can serialize to (eg the 90 namespace). |
IPropertySet |
getProperties()
The raster item properties. |
void |
getSizeMax(_ULARGE_INTEGER[] pcbSize)
getSizeMax |
java.lang.String |
getType()
The raster item type, i.e. |
int |
hashCode()
the hashcode for this object |
boolean |
isBuildPyramids()
Indicates whether pyramids are built for the raster item. |
boolean |
isBuildThumbnail()
Indicates whether thumbnails are built and saved for the raster item. |
boolean |
isComputeStatistics()
Indicates whether histogram statistics are computed for the raster item. |
void |
isDirty()
isDirty |
void |
load(IStream pstm)
load |
void |
readExternal(java.io.ObjectInput in)
|
void |
release()
Release a RasterItemDescription. |
void |
save(IStream pstm,
int fClearDirty)
save |
void |
serialize(IXMLSerializeData data)
Serializes an object to XML. |
void |
setBuildPyramids(boolean pvbBuildPyramids)
Indicates whether pyramids are built for the raster item. |
void |
setBuildThumbnail(boolean pvbBuildThumbnail)
Indicates whether thumbnails are built and saved for the raster item. |
void |
setComputeStatistics(boolean pvbComputeStatistics)
Indicates whether histogram statistics are computed for the raster item. |
void |
setDataFileNamesByRef(IStringArray ppNames)
The data file names. |
void |
setDataFileURLsByRef(IStringArray ppURLs)
The data file URLs. |
void |
setGeodataXformApplyMethod(int pMethod)
The method used for applying the GeodataXform. |
void |
setGeodataXformByRef(IGeodataXform ppXf)
The georefencing of the raster item. |
void |
setMaximumCellSizeFactor(double pMaxCellSizeFactor)
The maximum visible cell size factor. |
void |
setMinimumCellSizeFactor(double pMinCellSizeFactor)
The minimum visible cell size factor. |
void |
setPropertiesByRef(IPropertySet ppProperties)
The raster item properties. |
void |
setType(java.lang.String pType)
The raster item type, i.e. |
void |
writeExternal(java.io.ObjectOutput out)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final long serialVersionUID
| Constructor Detail |
|---|
public RasterItemDescription()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public RasterItemDescription(java.lang.Object obj)
throws java.io.IOException
RasterItemDescription theRasterItemDescription = (RasterItemDescription) obj;
obj to RasterItemDescription.
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems| Method Detail |
|---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
public IStringArray getDataFileNames()
throws java.io.IOException,
AutomationException
getDataFileNames in interface IRasterItemDescriptionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDataFileNamesByRef(IStringArray ppNames)
throws java.io.IOException,
AutomationException
setDataFileNamesByRef in interface IRasterItemDescriptionppNames - 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 getDataFileURLs()
throws java.io.IOException,
AutomationException
getDataFileURLs in interface IRasterItemDescriptionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDataFileURLsByRef(IStringArray ppURLs)
throws java.io.IOException,
AutomationException
setDataFileURLsByRef in interface IRasterItemDescriptionppURLs - 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 java.lang.String getType()
throws java.io.IOException,
AutomationException
getType in interface IRasterItemDescriptionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setType(java.lang.String pType)
throws java.io.IOException,
AutomationException
setType in interface IRasterItemDescriptionpType - The pType (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IPropertySet getProperties()
throws java.io.IOException,
AutomationException
getProperties in interface IRasterItemDescriptionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPropertiesByRef(IPropertySet ppProperties)
throws java.io.IOException,
AutomationException
setPropertiesByRef in interface IRasterItemDescriptionppProperties - A reference to a com.esri.arcgis.system.IPropertySet (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getMinimumCellSizeFactor()
throws java.io.IOException,
AutomationException
getMinimumCellSizeFactor in interface IRasterItemDescriptionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMinimumCellSizeFactor(double pMinCellSizeFactor)
throws java.io.IOException,
AutomationException
setMinimumCellSizeFactor in interface IRasterItemDescriptionpMinCellSizeFactor - The pMinCellSizeFactor (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getMaximumCellSizeFactor()
throws java.io.IOException,
AutomationException
getMaximumCellSizeFactor in interface IRasterItemDescriptionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMaximumCellSizeFactor(double pMaxCellSizeFactor)
throws java.io.IOException,
AutomationException
setMaximumCellSizeFactor in interface IRasterItemDescriptionpMaxCellSizeFactor - The pMaxCellSizeFactor (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGeodataXform getGeodataXform()
throws java.io.IOException,
AutomationException
getGeodataXform in interface IRasterItemDescriptionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setGeodataXformByRef(IGeodataXform ppXf)
throws java.io.IOException,
AutomationException
setGeodataXformByRef in interface IRasterItemDescriptionppXf - A reference to a com.esri.arcgis.geodatabase.IGeodataXform (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getGeodataXformApplyMethod()
throws java.io.IOException,
AutomationException
getGeodataXformApplyMethod in interface IRasterItemDescriptionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setGeodataXformApplyMethod(int pMethod)
throws java.io.IOException,
AutomationException
setGeodataXformApplyMethod in interface IRasterItemDescriptionpMethod - A com.esri.arcgis.datasourcesraster.esriGeodataXformApplyMethod constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setComputeStatistics(boolean pvbComputeStatistics)
throws java.io.IOException,
AutomationException
setComputeStatistics in interface IRasterItemDescriptionpvbComputeStatistics - The pvbComputeStatistics (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isComputeStatistics()
throws java.io.IOException,
AutomationException
isComputeStatistics in interface IRasterItemDescriptionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setBuildPyramids(boolean pvbBuildPyramids)
throws java.io.IOException,
AutomationException
setBuildPyramids in interface IRasterItemDescriptionpvbBuildPyramids - The pvbBuildPyramids (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isBuildPyramids()
throws java.io.IOException,
AutomationException
isBuildPyramids in interface IRasterItemDescriptionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setBuildThumbnail(boolean pvbBuildThumbnail)
throws java.io.IOException,
AutomationException
setBuildThumbnail in interface IRasterItemDescriptionpvbBuildThumbnail - The pvbBuildThumbnail (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isBuildThumbnail()
throws java.io.IOException,
AutomationException
isBuildThumbnail in interface IRasterItemDescriptionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getClassID(GUID[] pClassID)
throws java.io.IOException,
AutomationException
getClassID in interface IPersistpClassID - A Structure: com.esri.arcgis.support.ms.stdole.GUID (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void isDirty()
throws java.io.IOException,
AutomationException
isDirty in interface IPersistStreamjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void load(IStream pstm)
throws java.io.IOException,
AutomationException
load in interface IPersistStreampstm - A reference to a com.esri.arcgis.system.IStream (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void save(IStream pstm,
int fClearDirty)
throws java.io.IOException,
AutomationException
save in interface IPersistStreampstm - A reference to a com.esri.arcgis.system.IStream (in)fClearDirty - The fClearDirty (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getSizeMax(_ULARGE_INTEGER[] pcbSize)
throws java.io.IOException,
AutomationException
getSizeMax in interface IPersistStreampcbSize - A Structure: com.esri.arcgis.system._ULARGE_INTEGER (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void serialize(IXMLSerializeData data)
throws java.io.IOException,
AutomationException
serialize in interface IXMLSerializedata - A reference to a com.esri.arcgis.system.IXMLSerializeData (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void deserialize(IXMLSerializeData data)
throws java.io.IOException,
AutomationException
deserialize in interface IXMLSerializedata - A reference to a com.esri.arcgis.system.IXMLSerializeData (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getMinNamespaceSupported()
throws java.io.IOException,
AutomationException
getMinNamespaceSupported in interface IXMLVersionSupportjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
writeExternal in interface java.io.Externalizablejava.io.IOException
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
readExternal in interface java.io.Externalizablejava.io.IOException
java.lang.ClassNotFoundException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||