|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.carto.ImageServiceInfo
public class ImageServiceInfo
A class that provides information on an ArcGIS server image service.
This object is new at ArcGIS 9.3.
ImageServerInfo is a value object returned from IImageServer::ServiceInfo, and it supports IImageServiceInfo interface. It contains information that describes an image service. The interface provides access to image service information, such as native spatial reference, extent, cellsize, band statistics and etc, about an image service. There is no colormap, histogram, and attribute table.
Constructor Summary | |
---|---|
ImageServiceInfo()
Constructs a ImageServiceInfo using ArcGIS Engine. |
|
ImageServiceInfo(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. ImageServiceInfo theImageServiceInfo = (ImageServiceInfo) obj; |
Method Summary | |
---|---|
Object |
convertToSupportedObject(int docVersion)
Convert the object to another object that is supported. |
void |
deserialize(IXMLSerializeData data)
Deserializes an object from XML. |
boolean |
equals(Object o)
Compare this object with another |
String |
getAllowedCompressions()
The list of allowed client controllable transmition compressions. |
String |
getAllowedFields()
The list of visible field names. |
String |
getAllowedItemMetadata()
The level of item metadata details. |
String |
getAllowedMosaicMethods()
The list of allowed client controllable mosaic methods. |
int |
getBandCount()
The number of bands. |
void |
getClassID(GUID[] pClassID)
getClassID |
static String |
getClsid()
getClsid. |
String |
getCopyrightText()
Copyright information associated with the image service. |
String |
getDefaultCompression()
The default transmission compression, None, LZ77, JPEG. |
int |
getDefaultCompressionQuality()
The default transmission compression quality (1-100). |
int |
getDefaultMosaicMethod()
The default mosaic method. |
int |
getDefaultResamplingMethod()
The default resampling method. |
String |
getDefaultServiceProperties()
The default service properties. |
String |
getDescription()
The description of the image service. |
String |
getEndTimeFieldName()
The end time field name. |
IEnvelope |
getExtent()
The extent of the image service. |
int |
getMaxDownloadImageCount()
The maximum number of images allowed for download. |
double |
getMaximumPixelSize()
The maximum visible pixel size. |
int |
getMaxMosaicImageCount()
The maximum number of images allowed for mosaic. |
int |
getMaxNCols()
The maximum number of colums this service supports. |
int |
getMaxNRows()
The maximum number of rows this service supports. |
int |
getMaxRecordCount()
The maximum number of records returned for query results. |
double |
getMinimumPixelSize()
The minimum visible pixel size. |
String |
getMinNamespaceSupported()
The minimum namespace the class can serialize to (eg the 90 namespace). |
String |
getName()
The name of the image service. |
Object |
getNoData()
The NoData (background) value of the image service. |
void |
getPixelSize(double[] pDx,
double[] pDy)
Gets the pxiel size of the image service, in its native units. |
int |
getPixelType()
The pixel type of the image service. |
int |
getServiceDataType()
The data type of the image service. |
int |
getServiceSourceType()
The image service data source type. |
void |
getSizeMax(_ULARGE_INTEGER[] pcbSize)
getSizeMax |
ISpatialReference |
getSpatialReference()
The spatial reference of the image service. |
String |
getStartTimeFieldName()
The start time field name. |
void |
getStatistics(int iBand,
double[] pMin,
double[] pMax,
double[] pMean,
double[] pStdv)
Gets the statistics of a given band. |
ITimeExtent |
getTimeExtent()
The time extent. |
ITimeReference |
getTimeReference()
The time reference. |
String |
getTimeValueFormat()
The time value format. |
int |
hashCode()
the hashcode for this object |
void |
isDirty()
isDirty |
boolean |
isSupportBSQ()
Indicates if output can be generated in BSQ pixel interleave format. |
boolean |
isSupportedAtVersion(int docVersion)
Is this object valid at the given document version. |
boolean |
isSupportsTime()
Indicates if time is supported. |
void |
load(IStream pstm)
load |
void |
readExternal(ObjectInput in)
|
void |
save(IStream pstm,
int fClearDirty)
save |
void |
serialize(IXMLSerializeData data)
Serializes an object to XML. |
void |
setAllowedCompressions(String pAllowedCompressions)
The list of allowed client controllable transmition compressions. |
void |
setAllowedFields(String pAllowedFields)
The list of visible field names. |
void |
setAllowedItemMetadata(String pLOD)
The level of item metadata details. |
void |
setAllowedMosaicMethods(String pAllowedMethods)
The list of allowed client controllable mosaic methods. |
void |
setCopyrightText(String pCopyright)
Copyright information associated with the image service. |
void |
setDefaultCompression(String pCompression)
The default transmission compression, None, LZ77, JPEG. |
void |
setDefaultCompressionQuality(int pQuality)
The default transmission compression quality (1-100). |
void |
setDefaultMosaicMethod(int pMosaicMethod)
The default mosaic method. |
void |
setDefaultResamplingMethod(int pResamplingMethod)
The default resampling method. |
void |
setDefaultServiceProperties(String pServiceProperties)
The default service properties. |
void |
setEndTimeFieldName(String pFieldName)
The end time field name. |
void |
setMaxDownloadImageCount(int pCount)
The maximum number of images allowed for download. |
void |
setMaxMosaicImageCount(int pCount)
The maximum number of images allowed for mosaic. |
void |
setMaxNCols(int rhs1)
The maximum number of colums this service supports. |
void |
setMaxNRows(int rhs1)
The maximum number of rows this service supports. |
void |
setMaxRecordCount(int pCount)
The maximum number of records returned for query results. |
void |
setServiceDataType(int pDataType)
The data type of the image service. |
void |
setServiceSourceType(int pServiceSourceType)
The image service data source type. |
void |
setStartTimeFieldName(String pFieldName)
The start time field name. |
void |
setSupportBSQ(boolean pBSQ)
Indicates if output can be generated in BSQ pixel interleave format. |
void |
setSupportsTime(boolean supports)
Indicates if time is supported. |
void |
setTimeExtentByRef(ITimeExtent ppTimeExtent)
The time extent. |
void |
setTimeReferenceByRef(ITimeReference ppTimeReference)
The time reference. |
void |
setTimeValueFormat(String pTimeFormat)
The time value format. |
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 ImageServiceInfo() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic ImageServiceInfo(Object obj) throws IOException
ImageServiceInfo theImageServiceInfo = (ImageServiceInfo) obj;
obj
to ImageServiceInfo
.
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 IImageServiceInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getDescription() throws IOException, AutomationException
getDescription
in interface IImageServiceInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ISpatialReference getSpatialReference() throws IOException, AutomationException
getSpatialReference
in interface IImageServiceInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnvelope getExtent() throws IOException, AutomationException
getExtent
in interface IImageServiceInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getPixelSize(double[] pDx, double[] pDy) throws IOException, AutomationException
getPixelSize
in interface IImageServiceInfo
pDx
- The pDx (out: use single element array)pDy
- The pDy (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getStatistics(int iBand, double[] pMin, double[] pMax, double[] pMean, double[] pStdv) throws IOException, AutomationException
getStatistics
in interface IImageServiceInfo
iBand
- The iBand (in)pMin
- The pMin (out: use single element array)pMax
- The pMax (out: use single element array)pMean
- The pMean (out: use single element array)pStdv
- The pStdv (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getBandCount() throws IOException, AutomationException
getBandCount
in interface IImageServiceInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getPixelType() throws IOException, AutomationException
getPixelType
in interface IImageServiceInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public Object getNoData() throws IOException, AutomationException
The NoData (background) value of the image service. The variant data type does not have to match the pixel type. It can be empty or outside the pixel value range. This indicates the service does not have a predefined NoData value, and will not fill NoData pixels with a predefined value.
getNoData
in interface IImageServiceInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getMaximumPixelSize() throws IOException, AutomationException
getMaximumPixelSize
in interface IImageServiceInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getMinimumPixelSize() throws IOException, AutomationException
getMinimumPixelSize
in interface IImageServiceInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getCopyrightText() throws IOException, AutomationException
getCopyrightText
in interface IImageServiceInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCopyrightText(String pCopyright) throws IOException, AutomationException
setCopyrightText
in interface IImageServiceInfo
pCopyright
- The pCopyright (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getServiceDataType() throws IOException, AutomationException
getServiceDataType
in interface IImageServiceInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setServiceDataType(int pDataType) throws IOException, AutomationException
setServiceDataType
in interface IImageServiceInfo
pDataType
- A com.esri.arcgis.carto.esriImageServiceDataType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDefaultServiceProperties(String pServiceProperties) throws IOException, AutomationException
setDefaultServiceProperties
in interface IImageServiceInfo
pServiceProperties
- The pServiceProperties (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getDefaultServiceProperties() throws IOException, AutomationException
getDefaultServiceProperties
in interface IImageServiceInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getMaxNCols() throws IOException, AutomationException
getMaxNCols
in interface IImageServiceInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getMaxNRows() throws IOException, AutomationException
getMaxNRows
in interface IImageServiceInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getServiceSourceType() throws IOException, AutomationException
getServiceSourceType
in interface IImageServiceInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setServiceSourceType(int pServiceSourceType) throws IOException, AutomationException
setServiceSourceType
in interface IImageServiceInfo
pServiceSourceType
- A com.esri.arcgis.carto.esriImageServiceSourceType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getAllowedFields() throws IOException, AutomationException
getAllowedFields
in interface IImageServiceInfo2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAllowedFields(String pAllowedFields) throws IOException, AutomationException
setAllowedFields
in interface IImageServiceInfo2
pAllowedFields
- The pAllowedFields (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getAllowedCompressions() throws IOException, AutomationException
getAllowedCompressions
in interface IImageServiceInfo2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAllowedCompressions(String pAllowedCompressions) throws IOException, AutomationException
setAllowedCompressions
in interface IImageServiceInfo2
pAllowedCompressions
- The pAllowedCompressions (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getAllowedMosaicMethods() throws IOException, AutomationException
getAllowedMosaicMethods
in interface IImageServiceInfo2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAllowedMosaicMethods(String pAllowedMethods) throws IOException, AutomationException
setAllowedMosaicMethods
in interface IImageServiceInfo2
pAllowedMethods
- The pAllowedMethods (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getAllowedItemMetadata() throws IOException, AutomationException
getAllowedItemMetadata
in interface IImageServiceInfo2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAllowedItemMetadata(String pLOD) throws IOException, AutomationException
setAllowedItemMetadata
in interface IImageServiceInfo2
pLOD
- The pLOD (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getMaxRecordCount() throws IOException, AutomationException
getMaxRecordCount
in interface IImageServiceInfo2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMaxRecordCount(int pCount) throws IOException, AutomationException
setMaxRecordCount
in interface IImageServiceInfo2
pCount
- The pCount (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getMaxDownloadImageCount() throws IOException, AutomationException
getMaxDownloadImageCount
in interface IImageServiceInfo2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMaxDownloadImageCount(int pCount) throws IOException, AutomationException
setMaxDownloadImageCount
in interface IImageServiceInfo2
pCount
- The pCount (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getMaxMosaicImageCount() throws IOException, AutomationException
getMaxMosaicImageCount
in interface IImageServiceInfo2
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 IImageServiceInfo2
pCount
- The pCount (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMaxNCols(int rhs1) throws IOException, AutomationException
setMaxNCols
in interface IImageServiceInfo2
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMaxNRows(int rhs1) throws IOException, AutomationException
setMaxNRows
in interface IImageServiceInfo2
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getDefaultCompression() throws IOException, AutomationException
getDefaultCompression
in interface IImageServiceInfo2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDefaultCompression(String pCompression) throws IOException, AutomationException
setDefaultCompression
in interface IImageServiceInfo2
pCompression
- The pCompression (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getDefaultCompressionQuality() throws IOException, AutomationException
getDefaultCompressionQuality
in interface IImageServiceInfo2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDefaultCompressionQuality(int pQuality) throws IOException, AutomationException
setDefaultCompressionQuality
in interface IImageServiceInfo2
pQuality
- The pQuality (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getDefaultResamplingMethod() throws IOException, AutomationException
getDefaultResamplingMethod
in interface IImageServiceInfo2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDefaultResamplingMethod(int pResamplingMethod) throws IOException, AutomationException
setDefaultResamplingMethod
in interface IImageServiceInfo2
pResamplingMethod
- A com.esri.arcgis.geodatabase.rstResamplingTypes constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getDefaultMosaicMethod() throws IOException, AutomationException
getDefaultMosaicMethod
in interface IImageServiceInfo2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDefaultMosaicMethod(int pMosaicMethod) throws IOException, AutomationException
setDefaultMosaicMethod
in interface IImageServiceInfo2
pMosaicMethod
- A com.esri.arcgis.datasourcesraster.esriMosaicMethod constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isSupportBSQ() throws IOException, AutomationException
isSupportBSQ
in interface IImageServiceInfo2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSupportBSQ(boolean pBSQ) throws IOException, AutomationException
setSupportBSQ
in interface IImageServiceInfo2
pBSQ
- The pBSQ (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isSupportsTime() throws IOException, AutomationException
isSupportsTime
in interface IImageServiceInfo2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSupportsTime(boolean supports) throws IOException, AutomationException
setSupportsTime
in interface IImageServiceInfo2
supports
- The supports (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getStartTimeFieldName() throws IOException, AutomationException
getStartTimeFieldName
in interface IImageServiceInfo2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setStartTimeFieldName(String pFieldName) throws IOException, AutomationException
setStartTimeFieldName
in interface IImageServiceInfo2
pFieldName
- The pFieldName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getEndTimeFieldName() throws IOException, AutomationException
getEndTimeFieldName
in interface IImageServiceInfo2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setEndTimeFieldName(String pFieldName) throws IOException, AutomationException
setEndTimeFieldName
in interface IImageServiceInfo2
pFieldName
- The pFieldName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getTimeValueFormat() throws IOException, AutomationException
getTimeValueFormat
in interface IImageServiceInfo2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTimeValueFormat(String pTimeFormat) throws IOException, AutomationException
setTimeValueFormat
in interface IImageServiceInfo2
pTimeFormat
- The pTimeFormat (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ITimeReference getTimeReference() throws IOException, AutomationException
getTimeReference
in interface IImageServiceInfo2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTimeReferenceByRef(ITimeReference ppTimeReference) throws IOException, AutomationException
setTimeReferenceByRef
in interface IImageServiceInfo2
ppTimeReference
- A reference to a com.esri.arcgis.system.ITimeReference (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ITimeExtent getTimeExtent() throws IOException, AutomationException
getTimeExtent
in interface IImageServiceInfo2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTimeExtentByRef(ITimeExtent ppTimeExtent) throws IOException, AutomationException
setTimeExtentByRef
in interface IImageServiceInfo2
ppTimeExtent
- A reference to a com.esri.arcgis.system.ITimeExtent (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 boolean isSupportedAtVersion(int docVersion) throws IOException, AutomationException
Use IsSupportedAtVersion to identify if a particular object should be saved to the ObjectStream. This result is based on the esriArcGISVersion enumeration. In some instances, if the object is not supported at a particular ArcGIS version, the object may support conversion to another similar object; use IDocumentVersionSupportGEN::ConvertToSupportedObject to accomplish this.
isSupportedAtVersion
in interface IDocumentVersionSupportGEN
docVersion
- A com.esri.arcgis.system.esriArcGISVersion constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public Object convertToSupportedObject(int docVersion) throws IOException, AutomationException
This method should be used when IDocumentVersionSupportGEN::IsSupportedAtVersion returns FALSE. Calling ConvertToSupportedObject will return an IUnknown pointer to a relevant object supported at the particular ArcGIS version. Not all objects will return a supported object; in these cases a null pointer will be returned.
convertToSupportedObject
in interface IDocumentVersionSupportGEN
docVersion
- A com.esri.arcgis.system.esriArcGISVersion constant (in)
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 |