|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INormalAware
Indicator interface that identifies geometries that can have persistent normal vectors values attached to coordinates.
Method Summary | |
---|---|
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. |
Method Detail |
---|
boolean isNormalAware() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setNormalAware(boolean normalAware) throws IOException, AutomationException
normalAware
- The normalAware (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isNormalSimple() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void dropNormals() throws IOException, AutomationException
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 |