|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGeometryEnvironment4
Provides access to members that control additional global geometry variables.
Method Summary | |
---|---|
boolean |
isDiceWithTrapezoids()
Selects dicing algorithm. |
boolean |
isExpandSubPixelParts()
Selects export to WIN32 shape mode. |
void |
setDiceWithTrapezoids(boolean diceWithTrapezoids)
Selects dicing algorithm. |
void |
setExpandSubPixelParts(boolean expandSubPixelParts)
Selects export to WIN32 shape mode. |
Methods inherited from interface com.esri.arcgis.geometry.IGeometryEnvironment3 |
---|
isDicingEnabled, setDicingEnabled |
Methods inherited from interface com.esri.arcgis.geometry.IGeometryEnvironment2 |
---|
getAngularAutoDensifyTolerance, getDeviationAutoDensifyTolerance, isPre81Compatibility, isUseAlternativeTopoOps, setAngularAutoDensifyTolerance, setDeviationAutoDensifyTolerance, setPre81Compatibility, setUseAlternativeTopoOps |
Methods inherited from interface com.esri.arcgis.geometry.IGeometryEnvironment |
---|
getAutoDensifyTolerance, getNoDiceLimit, setAutoDensifyTolerance, setNoDiceLimit |
Method Detail |
---|
boolean isDiceWithTrapezoids() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDiceWithTrapezoids(boolean diceWithTrapezoids) throws IOException, AutomationException
diceWithTrapezoids
- The diceWithTrapezoids (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isExpandSubPixelParts() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setExpandSubPixelParts(boolean expandSubPixelParts) throws IOException, AutomationException
expandSubPixelParts
- The expandSubPixelParts (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 |