|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bbn.openmap.layer.policy.AbstractProjectionChangePolicy
com.bbn.openmap.layer.policy.NullProjectionChangePolicy
public class NullProjectionChangePolicy
Dummy ProjectionChangePolicy, for those layers who prefer to ignore projection changes completely.
Field Summary |
---|
Fields inherited from class com.bbn.openmap.layer.policy.AbstractProjectionChangePolicy |
---|
layer |
Constructor Summary | |
---|---|
NullProjectionChangePolicy()
|
Method Summary | |
---|---|
void |
projectionChanged(ProjectionEvent pe)
The method that is called when the projection changes. |
Methods inherited from class com.bbn.openmap.layer.policy.AbstractProjectionChangePolicy |
---|
getLayer, setLayer, workerComplete |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NullProjectionChangePolicy()
Method Detail |
---|
public void projectionChanged(ProjectionEvent pe)
ProjectionChangePolicy
pe
- the ProjectionEvent received by the layer.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |