|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.views.IlvManagerViewInteractor
ilog.views.interactor.IlvMakePolyPointsInteractor
ilog.views.interactor.IlvMakeLineInteractor
ilog.views.maps.measures.IlvMakeMeasureInteractor
public class IlvMakeMeasureInteractor
This interactor creates an IlvMapOrthodromyPath containing measure and bearing properties.
| Constructor Summary | |
|---|---|
IlvMakeMeasureInteractor()
Creates a new IlvMakeMeasureInteractor. |
|
| Method Summary | |
|---|---|
protected void |
addPolyPoints(IlvGraphic obj)
add the object to the data source in addition to the manager. |
IlvGraphic |
createObject(IlvPoint[] points)
Called by the interactor to create the IlvLine. |
IlvMapLayer |
getMapInsertionLayer()
Creates or return a Map Layer for measures. |
boolean |
isOpaqueMode()
Returns an indication of whether the interactor is in Opaque mode or not. |
protected IlvGraphic |
makePolyPoint(IlvPoint[] points)
calls createObjects. |
| Methods inherited from class ilog.views.interactor.IlvMakeLineInteractor |
|---|
drawGhost |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IlvMakeMeasureInteractor()
IlvMakeMeasureInteractor.
| Method Detail |
|---|
public IlvMapLayer getMapInsertionLayer()
public IlvGraphic createObject(IlvPoint[] points)
IlvLine.
createObject in interface IlvPolyPointsObjectFactorycreateObject in class IlvMakeLineInteractorpoints - The control points of the line.
IlvPolyPointsObjectFactory.createObject(ilog.views.IlvPoint[])protected IlvGraphic makePolyPoint(IlvPoint[] points)
makePolyPoint in class IlvMakePolyPointsInteractorpoints - The selected points in the object's coordinate space.IlvMakePolyPointsInteractor.makePolyPoint(ilog.views.IlvPoint[])protected void addPolyPoints(IlvGraphic obj)
addPolyPoints in class IlvMakePolyPointsInteractorobj - The polypoint object.IlvMakePolyPointsInteractor.addPolyPoints(ilog.views.IlvGraphic)public boolean isOpaqueMode()
isOpaqueMode in class IlvMakePolyPointsInteractorIlvMakePolyPointsInteractor.isOpaqueMode()
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||