|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILine3DPlacement
Provides access to members that control the simple 3D line symbol origin.
Method Summary | |
---|---|
void |
applyToLine(IGeometry inShape,
IGeometry[] outShape,
double enforcedZ,
double zScale)
Applies symbol construction to original shape. |
int |
getUnits()
The size units. |
void |
setUnits(int unitsCode)
The size units. |
Methods inherited from interface com.esri.arcgis.display.ILineSymbol |
---|
getColor, getWidth, setColor, setWidth |
Method Detail |
---|
int getUnits() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUnits(int unitsCode) throws IOException, AutomationException
unitsCode
- A com.esri.arcgis.system.esriUnits constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void applyToLine(IGeometry inShape, IGeometry[] outShape, double enforcedZ, double zScale) throws IOException, AutomationException
inShape
- A reference to a com.esri.arcgis.geometry.IGeometry (in)outShape
- A reference to a com.esri.arcgis.geometry.IGeometry (out: use single element array)enforcedZ
- The enforcedZ (in, optional, pass -1.1E+38 if not required)zScale
- The zScale (in, optional, pass 1 if not required)
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 |