|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bbn.openmap.layer.policy.NullProjectionChangePolicy
public class NullProjectionChangePolicy
Dummy ProjectionChangePolicy, for those layers who prefer to ignore projection changes completely.
| Field Summary | |
|---|---|
protected OMGraphicHandlerLayer |
layer
The OMGraphicHandlerLayer using this policy. |
| Constructor Summary | |
|---|---|
NullProjectionChangePolicy()
|
|
| Method Summary | |
|---|---|
OMGraphicHandlerLayer |
getLayer()
Get the OMGraphicHandlerLayer to work with. |
void |
projectionChanged(ProjectionEvent pe)
The method that is called when the projection changes. |
void |
setLayer(OMGraphicHandlerLayer layer)
Set the OMGraphicHandlerLayer to work with. |
void |
workerComplete(OMGraphicList aList)
The method that gets called when the SwingWorker thread finishes. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected OMGraphicHandlerLayer layer
| Constructor Detail |
|---|
public NullProjectionChangePolicy()
| Method Detail |
|---|
public OMGraphicHandlerLayer getLayer()
ProjectionChangePolicy
getLayer in interface ProjectionChangePolicypublic void projectionChanged(ProjectionEvent pe)
ProjectionChangePolicy
projectionChanged in interface ProjectionChangePolicypublic void setLayer(OMGraphicHandlerLayer layer)
ProjectionChangePolicy
setLayer in interface ProjectionChangePolicypublic void workerComplete(OMGraphicList aList)
ProjectionChangePolicy
workerComplete in interface ProjectionChangePolicy
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||