|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IImageServiceInfo
COM Interface 'IImageServiceInfo'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'
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 =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDbfcd28a7_b02f_4c5d_aa7e_d0ba474d5192
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
int |
getBandCount()
The number of bands. |
java.lang.String |
getCopyrightText()
Copyright information associated with the image service. |
java.lang.String |
getDefaultServiceProperties()
The default service properties. |
java.lang.String |
getDescription()
The description of the image service. |
IEnvelope |
getExtent()
The extent of the image service. |
double |
getMaximumPixelSize()
The maximum visible pixel size. |
int |
getMaxNCols()
The maximum number of colums this service supports. |
int |
getMaxNRows()
The maximum number of rows this service supports. |
double |
getMinimumPixelSize()
The minimum visible pixel size. |
java.lang.String |
getName()
The name of the image service. |
java.lang.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. |
ISpatialReference |
getSpatialReference()
The spatial reference of the image service. |
void |
getStatistics(int iBand,
double[] pMin,
double[] pMax,
double[] pMean,
double[] pStdv)
Gets the statistics of a given band. |
void |
setCopyrightText(java.lang.String pCopyright)
Copyright information associated with the image service. |
void |
setDefaultServiceProperties(java.lang.String pServiceProperties)
The default service properties. |
void |
setServiceDataType(int pDataType)
The data type of the image service. |
void |
setServiceSourceType(int pServiceSourceType)
The image service data source type. |
Field Detail |
---|
static final int IIDbfcd28a7_b02f_4c5d_aa7e_d0ba474d5192
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
java.lang.String getName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getDescription() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISpatialReference getSpatialReference() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnvelope getExtent() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getPixelSize(double[] pDx, double[] pDy) throws java.io.IOException, AutomationException
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.void getStatistics(int iBand, double[] pMin, double[] pMax, double[] pMean, double[] pStdv) throws java.io.IOException, AutomationException
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.int getBandCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getPixelType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.Object getNoData() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getMaximumPixelSize() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getMinimumPixelSize() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getCopyrightText() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCopyrightText(java.lang.String pCopyright) throws java.io.IOException, AutomationException
pCopyright
- The pCopyright (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getServiceDataType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setServiceDataType(int pDataType) throws java.io.IOException, AutomationException
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.void setDefaultServiceProperties(java.lang.String pServiceProperties) throws java.io.IOException, AutomationException
pServiceProperties
- The pServiceProperties (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getDefaultServiceProperties() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getMaxNCols() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getMaxNRows() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getServiceSourceType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setServiceSourceType(int pServiceSourceType) throws java.io.IOException, AutomationException
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 |