|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRasterDef
COM Interface 'IRasterDef'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
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 =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDcdba994f_8f18_4abe_8a39_502bed07265e
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
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. |
Field Detail |
---|
static final int IIDcdba994f_8f18_4abe_8a39_502bed07265e
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |