|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISizeRenderer
Provides access to members that control the drawing of sized marker symbols based on field values, expression, or random.
Method Summary | |
---|---|
String |
getSizeRendererExpression()
Gets size expression. |
int |
getSizeRendererFlags()
Gets sizing flags composed of enum esriSizeRendererFlags. |
void |
getSizeRendererRandomRange(double[] pMinSize,
double[] pMaxSize)
Gets size range for random sizing. |
void |
setSizeRendererExpression(String pExpression)
Gets size expression. |
void |
setSizeRendererFlags(int pFlags)
Gets sizing flags composed of enum esriSizeRendererFlags. |
void |
setSizeRendererRandomRange(double minSize,
double maxSize)
Sets size range for random sizing. |
Method Detail |
---|
int getSizeRendererFlags() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSizeRendererFlags(int pFlags) throws IOException, AutomationException
pFlags
- The pFlags (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getSizeRendererExpression() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSizeRendererExpression(String pExpression) throws IOException, AutomationException
pExpression
- The pExpression (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getSizeRendererRandomRange(double[] pMinSize, double[] pMaxSize) throws IOException, AutomationException
pMinSize
- The pMinSize (out: use single element array)pMaxSize
- The pMaxSize (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSizeRendererRandomRange(double minSize, double maxSize) throws IOException, AutomationException
minSize
- The minSize (in)maxSize
- The maxSize (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 |