com.esri.arcgis.geodatabase
Interface IGeometryDefEdit

All Superinterfaces:
IGeometryDef, java.io.Serializable
All Known Implementing Classes:
GeometryDef, IGeometryDefEditProxy

public interface IGeometryDefEdit
extends IGeometryDef, java.io.Serializable

COM Interface 'IGeometryDefEdit'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that modify the geometry 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 IID439a0d51_3915_11d1_9ca7_0000f8780619
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IGeometryDef
IID439a0d50_3915_11d1_9ca7_0000f8780619
 
Method Summary
 void setAvgNumPoints(int rhs1)
          The estimated average number of points per feature.
 void setGeometryType(int rhs1)
          The geometry type.
 void setGridCount(int rhs1)
          The number of spatial index grids.
 void setGridSize(int index, double rhs2)
          The size of a spatial index grid.
 void setHasM(boolean rhs1)
          Indicates if the feature class will support M values.
 void setHasZ(boolean rhs1)
          Indicates if the feature class will support Z values.
 void setSpatialReferenceByRef(ISpatialReference rhs1)
          The spatial reference of the dataset.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IGeometryDef
getAvgNumPoints, getGeometryType, getGridCount, getGridSize, getSpatialReference, isHasM, isHasZ
 

Field Detail

IID439a0d51_3915_11d1_9ca7_0000f8780619

static final int IID439a0d51_3915_11d1_9ca7_0000f8780619
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

setAvgNumPoints

void setAvgNumPoints(int rhs1)
                     throws java.io.IOException,
                            AutomationException
The estimated average number of points per feature.

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

setGeometryType

void setGeometryType(int rhs1)
                     throws java.io.IOException,
                            AutomationException
The geometry type.

Parameters:
rhs1 - A com.esri.arcgis.geometry.esriGeometryType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setGridSize

void setGridSize(int index,
                 double rhs2)
                 throws java.io.IOException,
                        AutomationException
The size of a spatial index grid.

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

setGridCount

void setGridCount(int rhs1)
                  throws java.io.IOException,
                         AutomationException
The number of spatial index grids.

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

setSpatialReferenceByRef

void setSpatialReferenceByRef(ISpatialReference rhs1)
                              throws java.io.IOException,
                                     AutomationException
The spatial reference of the dataset.

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

setHasZ

void setHasZ(boolean rhs1)
             throws java.io.IOException,
                    AutomationException
Indicates if the feature class will support Z values.

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

setHasM

void setHasM(boolean rhs1)
             throws java.io.IOException,
                    AutomationException
Indicates if the feature class will support M values.

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