public interface IGeometryDef
extends java.io.Serializable
Description: 'Provides access to members that return information about 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID439a0d50_3915_11d1_9ca7_0000f8780619 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
getAvgNumPoints()
The estimated average number of points per feature.
|
int |
getGeometryType()
The enumerated geometry type.
|
int |
getGridCount()
The number of spatial index grids.
|
double |
getGridSize(int index)
The size of a spatial index grid.
|
ISpatialReference |
getSpatialReference()
The spatial reference for the dataset.
|
boolean |
isHasM()
Indicates if the feature class has measure (M) values.
|
boolean |
isHasZ()
Indicates if the featureClass has Z values.
|
static final int IID439a0d50_3915_11d1_9ca7_0000f8780619
static final int xxDummy
static final java.lang.String IID
int getAvgNumPoints() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getGeometryType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getGridSize(int index) throws java.io.IOException, AutomationException
index
- The index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getGridCount() 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.boolean isHasZ() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isHasM() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.