|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.ui.WindowHolder
ucar.unidata.idv.IdvManager
ucar.unidata.idv.IdvProjectionManager
public class IdvProjectionManager
This class is used to edit the set of DataAlias-s
used.
| Field Summary | |
|---|---|
static String |
PREF_PROJ_DFLT
Preference for default projection |
| Fields inherited from class ucar.unidata.ui.WindowHolder |
|---|
contents, dialog, frame, window |
| Constructor Summary | |
|---|---|
IdvProjectionManager(IntegratedDataViewer idv)
Create an IdvProjectionManager with the given idv and list of resources. |
|
| Method Summary | |
|---|---|
void |
applyProjectionPreferences(XmlObjectStore store,
Object data)
Store the projection preferences. |
ucar.unidata.geoloc.ProjectionImpl |
findProjectionByName(String n)
Find the projeciton with the given name |
ucar.unidata.geoloc.ProjectionImpl |
getDefaultProjection()
Get the default projection to use |
List |
getProjections()
Get the list of Projections available. |
void |
initPreferences(IdvPreferenceManager preferenceManager)
Add in the different preference panels. |
protected void |
initProjections()
Initialize the set of Projection-s that are defined in the projectionResource |
protected ucar.unidata.geoloc.ProjectionImpl |
makeDefaultProjection()
Make the default display projection |
void |
show()
Show the gui |
void |
storeProjections(List newProjections)
Write out the set of ProjectionProjection-s
(using XmlEncoder) into the file defined by the writable resource of
the projectionResources |
| Methods inherited from class ucar.unidata.ui.WindowHolder |
|---|
actionPerformed, close, doMakeContents, getContents, getDialog, getFrame, getWindow, getWindowTitle, isShowing, removeAll, setWindowTitle, shouldMakeDialog, show, showModal, toFront, windowIsClosing |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String PREF_PROJ_DFLT
| Constructor Detail |
|---|
public IdvProjectionManager(IntegratedDataViewer idv)
idv - Reference to the idv| Method Detail |
|---|
protected void initProjections()
public ucar.unidata.geoloc.ProjectionImpl findProjectionByName(String n)
n - Name
public void storeProjections(List newProjections)
ProjectionProjection-s
(using XmlEncoder) into the file defined by the writable resource of
the projectionResources
newProjections - List of Projection objects to writepublic List getProjections()
public void show()
show in class WindowHolderpublic void initPreferences(IdvPreferenceManager preferenceManager)
preferenceManager - The preference manager to add things into
public void applyProjectionPreferences(XmlObjectStore store,
Object data)
store - The object storedata - This is the projection managerpublic ucar.unidata.geoloc.ProjectionImpl getDefaultProjection()
protected ucar.unidata.geoloc.ProjectionImpl makeDefaultProjection()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||