public interface IRasterDef
extends java.io.Serializable
Description: 'Provides access to members that control raster column definition.' 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDcdba994f_8f18_4abe_8a39_502bed07265e |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
The raster column description.
|
ISpatialReference |
getSpatialReference()
The SpatialReference of the raster.
|
boolean |
isManaged()
Indicates if the Raster column value is to be managed by GeoDatabase.
|
boolean |
isRasterDataset()
Indicates whether the definition is for RasterDataset.
|
void |
setDescription(java.lang.String descrption)
The raster column description.
|
void |
setIsManaged(boolean isManaged)
Indicates if the Raster column value is to be managed by GeoDatabase.
|
void |
setIsRasterDataset(boolean isRasterDataset)
Indicates whether the definition is for RasterDataset.
|
void |
setSpatialReferenceByRef(ISpatialReference spref)
The SpatialReference of the raster.
|
static final int IIDcdba994f_8f18_4abe_8a39_502bed07265e
static final int xxDummy
static final java.lang.String IID
void setDescription(java.lang.String descrption) throws java.io.IOException, AutomationException
descrption
- The descrption (in)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.void setSpatialReferenceByRef(ISpatialReference spref) throws java.io.IOException, AutomationException
spref
- 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.boolean isManaged() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setIsManaged(boolean isManaged) throws java.io.IOException, AutomationException
isManaged
- The isManaged (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isRasterDataset() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setIsRasterDataset(boolean isRasterDataset) throws java.io.IOException, AutomationException
isRasterDataset
- The isRasterDataset (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.