com.esri.arcgis.datasourcesraster
Interface IBasicImageView

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IBasicImageViewProxy, ImageView

public interface IBasicImageView
extends java.io.Serializable

COM Interface 'IBasicImageView'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Provides access to members that control an image view associated with a mosaic dataset.' 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 IIDeee445db_07f7_4fec_baf7_f63251e05569
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void addMembers(IFIDSet pMemberIDs)
          Add members indicated by their OBJECTIDs to the image view object.
 java.lang.Object getProperty(java.lang.String sName)
          Returns the requested key property by name.
 void load(java.lang.Object vtDefinition)
          Loads an image view.
 void removeMembers(IFIDSet pMemberIDs)
          Remove members indicated by their OBJECTIDs from the image view object.
 java.lang.Object save()
          Saves an image view.
 void setProperty(java.lang.String sName, java.lang.Object vtValue)
          Updates the value of the specified key property by name.
 

Field Detail

IIDeee445db_07f7_4fec_baf7_f63251e05569

static final int IIDeee445db_07f7_4fec_baf7_f63251e05569
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getProperty

java.lang.Object getProperty(java.lang.String sName)
                             throws java.io.IOException,
                                    AutomationException
Returns the requested key property by name.

Parameters:
sName - The sName (in)
Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setProperty

void setProperty(java.lang.String sName,
                 java.lang.Object vtValue)
                 throws java.io.IOException,
                        AutomationException
Updates the value of the specified key property by name.

Parameters:
sName - The sName (in)
vtValue - A Variant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

load

void load(java.lang.Object vtDefinition)
          throws java.io.IOException,
                 AutomationException
Loads an image view.

Parameters:
vtDefinition - A Variant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

save

java.lang.Object save()
                      throws java.io.IOException,
                             AutomationException
Saves an image view.

Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addMembers

void addMembers(IFIDSet pMemberIDs)
                throws java.io.IOException,
                       AutomationException
Add members indicated by their OBJECTIDs to the image view object.

Parameters:
pMemberIDs - A reference to a com.esri.arcgis.geodatabase.IFIDSet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

removeMembers

void removeMembers(IFIDSet pMemberIDs)
                   throws java.io.IOException,
                          AutomationException
Remove members indicated by their OBJECTIDs from the image view object.

Parameters:
pMemberIDs - A reference to a com.esri.arcgis.geodatabase.IFIDSet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.