public class NullProjectionChangePolicy extends java.lang.Object implements ProjectionChangePolicy
Modifier and Type | Field and Description |
---|---|
protected OMGraphicHandlerLayer |
layer
The OMGraphicHandlerLayer using this policy.
|
Constructor and Description |
---|
NullProjectionChangePolicy() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected OMGraphicHandlerLayer layer
public OMGraphicHandlerLayer getLayer()
ProjectionChangePolicy
getLayer
in interface ProjectionChangePolicy
public void projectionChanged(ProjectionEvent pe)
ProjectionChangePolicy
projectionChanged
in interface ProjectionChangePolicy
public void setLayer(OMGraphicHandlerLayer layer)
ProjectionChangePolicy
setLayer
in interface ProjectionChangePolicy
public void workerComplete(OMGraphicList aList)
ProjectionChangePolicy
workerComplete
in interface ProjectionChangePolicy
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details