|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRotationRenderer
Provides access to members that control the drawing of rotated marker symbols based on field values.
This interface is supported by a number of different ESRI feature renderers and can be used to rotate the marker symbol(s) used to draw features on a feature by feature basis.
The amount of rotation is determined by the feature value of the attribute field specified by RotationField. The values stored in this field should be degrees between 0 and 360 in the coordinate system specified by RotationType.
Method Summary | |
---|---|
String |
getRotationField()
Rotation field. |
int |
getRotationType()
Rotation type. |
void |
setRotationField(String fieldName)
Rotation field. |
void |
setRotationType(int type)
Rotation type. |
Method Detail |
---|
String getRotationField() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRotationField(String fieldName) throws IOException, AutomationException
fieldName
- The fieldName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getRotationType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRotationType(int type) throws IOException, AutomationException
type
- A com.esri.arcgis.carto.esriSymbolRotationType constant (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 |