public interface INormalAware
extends java.io.Serializable
Description: 'Indicator interface that identifies geometries that can have persistent normal vectors values attached to coordinates.' 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 |
IIDe433a194_ceb0_11d3_9f50_00c04f6bdf0d |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
dropNormals()
Unsets all normal values without changing awareness.
|
boolean |
isNormalAware()
Indicates if this geometry is aware of normals.
|
boolean |
isNormalSimple()
Indicates if all normal values for this geometry are well-defined.
|
void |
setNormalAware(boolean normalAware)
Indicates if this geometry is aware of normals.
|
static final int IIDe433a194_ceb0_11d3_9f50_00c04f6bdf0d
static final int xxDummy
static final java.lang.String IID
boolean isNormalAware() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setNormalAware(boolean normalAware) throws java.io.IOException, AutomationException
normalAware
- The normalAware (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isNormalSimple() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void dropNormals() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.