|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDEImageServer
COM Interface 'IDEImageServer'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'
Description: 'Provides access to members that describe Image Service objects.' 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 |
IID9b872fb3_190a_400f_adbc_759712f27c39
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
int |
getBandCount()
The number of bands in the collection. |
java.lang.String |
getClientXADefProps()
ClientXADef property of Image Server Layer. |
IEnvelope |
getExtent()
The extent of the image service object. |
java.lang.String |
getMosaicProps()
Mosaic property of Image Server Layer. |
ISpatialReference |
getSpatialReference()
The spatial reference of the image service object. |
void |
setBandCount(int count)
The number of bands in the collection. |
void |
setClientXADefProps(java.lang.String clientXADef)
ClientXADef property of Image Server Layer. |
void |
setExtentByRef(IEnvelope extent)
The extent of the image service object. |
void |
setMosaicProps(java.lang.String mosaic)
Mosaic property of Image Server Layer. |
void |
setSpatialReferenceByRef(ISpatialReference spatialReference)
The spatial reference of the image service object. |
Field Detail |
---|
static final int IID9b872fb3_190a_400f_adbc_759712f27c39
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
IEnvelope getExtent() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setExtentByRef(IEnvelope extent) throws java.io.IOException, AutomationException
extent
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)
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.void setSpatialReferenceByRef(ISpatialReference spatialReference) throws java.io.IOException, AutomationException
spatialReference
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
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.void setBandCount(int count) throws java.io.IOException, AutomationException
count
- The count (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getMosaicProps() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMosaicProps(java.lang.String mosaic) throws java.io.IOException, AutomationException
mosaic
- The mosaic (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getClientXADefProps() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setClientXADefProps(java.lang.String clientXADef) throws java.io.IOException, AutomationException
clientXADef
- The clientXADef (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 |