public class NewProjectionEvent
extends java.util.EventObject
Constructor and Description |
---|
NewProjectionEvent(java.lang.Object source,
ucar.unidata.geoloc.ProjectionImpl proj)
Create an event for a new projection
|
Modifier and Type | Method and Description |
---|---|
ucar.unidata.geoloc.ProjectionImpl |
getProjection()
Get the new projection this event is declaring.
|