|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFieldEdit2
Provides access to members that edit the field properties including raster column definition.
IFieldEdit2 provides access to the raster definition of a raster field in a geodatabase. You can set the spatial reference, alias to the raster field and for PGDB, and you can specify whether the field is managed by the geodatabase. RasterDef is required for a raster field.
Method Summary | |
---|---|
IRasterDef |
getRasterDef()
The raster column definition. |
void |
setRasterDefByRef(IRasterDef rasterDef)
The raster column definition. |
Methods inherited from interface com.esri.arcgis.geodatabase.IFieldEdit |
---|
setAliasName, setDefaultValue, setDomainByRef, setDomainFixed, setEditable, setGeometryDefByRef, setIsNullable, setLength, setName, setPrecision, setRequired, setScale, setType |
Methods inherited from interface com.esri.arcgis.geodatabase.IField |
---|
checkValue, getAliasName, getDefaultValue, getDomain, getGeometryDef, getLength, getName, getPrecision, getScale, getType, getVarType, isDomainFixed, isEditable, isNullable, isRequired |
Method Detail |
---|
IRasterDef getRasterDef() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRasterDefByRef(IRasterDef rasterDef) throws IOException, AutomationException
RasterDef is required for creating a raster field.
rasterDef
- A reference to a com.esri.arcgis.geodatabase.IRasterDef (in)
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 |