|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.carto.IImageServiceInfoProxy
Description: 'Provides access to the properties of an image service.' 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 =
public class IImageServiceInfoProxy
Internal use class
Field Summary | |
---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.carto.IImageServiceInfo |
---|
IID, IIDbfcd28a7_b02f_4c5d_aa7e_d0ba474d5192 |
Constructor Summary | |
---|---|
|
IImageServiceInfoProxy()
Deprecated. For internal use only |
|
IImageServiceInfoProxy(java.lang.Object obj)
Deprecated. |
protected |
IImageServiceInfoProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IImageServiceInfoProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IImageServiceInfoProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
int |
getBandCount()
Deprecated. The number of bands. |
java.lang.String |
getCopyrightText()
Deprecated. Copyright information associated with the image service. |
java.lang.String |
getDefaultServiceProperties()
Deprecated. The default service properties. |
java.lang.String |
getDescription()
Deprecated. The description of the image service. |
IEnvelope |
getExtent()
Deprecated. The extent of the image service. |
double |
getMaximumPixelSize()
Deprecated. The maximum visible pixel size. |
int |
getMaxNCols()
Deprecated. The maximum number of colums this service supports. |
int |
getMaxNRows()
Deprecated. The maximum number of rows this service supports. |
double |
getMinimumPixelSize()
Deprecated. The minimum visible pixel size. |
java.lang.String |
getName()
Deprecated. The name of the image service. |
java.lang.Object |
getNoData()
Deprecated. The NoData (background) value of the image service. |
void |
getPixelSize(double[] pDx,
double[] pDy)
Deprecated. Gets the pxiel size of the image service, in its native units. |
int |
getPixelType()
Deprecated. The pixel type of the image service. |
int |
getServiceDataType()
Deprecated. The data type of the image service. |
int |
getServiceSourceType()
Deprecated. The image service data source type. |
ISpatialReference |
getSpatialReference()
Deprecated. The spatial reference of the image service. |
void |
getStatistics(int iBand,
double[] pMin,
double[] pMax,
double[] pMean,
double[] pStdv)
Deprecated. Gets the statistics of a given band. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setCopyrightText(java.lang.String pCopyright)
Deprecated. Copyright information associated with the image service. |
void |
setDefaultServiceProperties(java.lang.String pServiceProperties)
Deprecated. The default service properties. |
void |
setServiceDataType(int pDataType)
Deprecated. The data type of the image service. |
void |
setServiceSourceType(int pServiceSourceType)
Deprecated. The image service data source type. |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IImageServiceInfoProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IImageServiceInfoProxy()
public IImageServiceInfoProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IImageServiceInfoProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IImageServiceInfoProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public java.lang.String getName() throws java.io.IOException, AutomationException
getName
in interface IImageServiceInfo
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getDescription() throws java.io.IOException, AutomationException
getDescription
in interface IImageServiceInfo
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ISpatialReference getSpatialReference() throws java.io.IOException, AutomationException
getSpatialReference
in interface IImageServiceInfo
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnvelope getExtent() throws java.io.IOException, AutomationException
getExtent
in interface IImageServiceInfo
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getPixelSize(double[] pDx, double[] pDy) throws java.io.IOException, AutomationException
getPixelSize
in interface IImageServiceInfo
pDx
- The pDx (out: use single element array)pDy
- The pDy (out: use single element array)
java.io.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 java.io.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)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getBandCount() throws java.io.IOException, AutomationException
getBandCount
in interface IImageServiceInfo
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getPixelType() throws java.io.IOException, AutomationException
getPixelType
in interface IImageServiceInfo
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getNoData() throws java.io.IOException, AutomationException
getNoData
in interface IImageServiceInfo
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getMaximumPixelSize() throws java.io.IOException, AutomationException
getMaximumPixelSize
in interface IImageServiceInfo
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getMinimumPixelSize() throws java.io.IOException, AutomationException
getMinimumPixelSize
in interface IImageServiceInfo
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getCopyrightText() throws java.io.IOException, AutomationException
getCopyrightText
in interface IImageServiceInfo
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCopyrightText(java.lang.String pCopyright) throws java.io.IOException, AutomationException
setCopyrightText
in interface IImageServiceInfo
pCopyright
- The pCopyright (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getServiceDataType() throws java.io.IOException, AutomationException
getServiceDataType
in interface IImageServiceInfo
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setServiceDataType(int pDataType) throws java.io.IOException, AutomationException
setServiceDataType
in interface IImageServiceInfo
pDataType
- A com.esri.arcgis.carto.esriImageServiceDataType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDefaultServiceProperties(java.lang.String pServiceProperties) throws java.io.IOException, AutomationException
setDefaultServiceProperties
in interface IImageServiceInfo
pServiceProperties
- The pServiceProperties (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getDefaultServiceProperties() throws java.io.IOException, AutomationException
getDefaultServiceProperties
in interface IImageServiceInfo
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getMaxNCols() throws java.io.IOException, AutomationException
getMaxNCols
in interface IImageServiceInfo
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getMaxNRows() throws java.io.IOException, AutomationException
getMaxNRows
in interface IImageServiceInfo
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getServiceSourceType() throws java.io.IOException, AutomationException
getServiceSourceType
in interface IImageServiceInfo
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setServiceSourceType(int pServiceSourceType) throws java.io.IOException, AutomationException
setServiceSourceType
in interface IImageServiceInfo
pServiceSourceType
- A com.esri.arcgis.carto.esriImageServiceSourceType constant (in)
java.io.IOException
- 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 |