Package org.esa.snap.ui.crs
Class PredefinedCrsForm
- java.lang.Object
-
- org.esa.snap.ui.crs.CrsForm
-
- org.esa.snap.ui.crs.PredefinedCrsForm
-
public class PredefinedCrsForm extends CrsForm
- Since:
- BEAM 4.7
-
-
Constructor Summary
Constructors Constructor Description PredefinedCrsForm(AppContext appContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected JComponent
createCrsComponent()
org.opengis.referencing.crs.CoordinateReferenceSystem
getCRS(GeoPos referencePos)
protected String
getLabelText()
void
prepareHide()
void
prepareShow()
-
Methods inherited from class org.esa.snap.ui.crs.CrsForm
addCrsChangeListener, createRadioButton, fireCrsChanged, getAppContext, getCrsUI, getRadioButton, getReferenceProduct, removeCrsChangeListener, setReferenceProduct
-
-
-
-
Constructor Detail
-
PredefinedCrsForm
public PredefinedCrsForm(AppContext appContext)
-
-
Method Detail
-
getLabelText
protected String getLabelText()
- Specified by:
getLabelText
in classCrsForm
-
getCRS
public org.opengis.referencing.crs.CoordinateReferenceSystem getCRS(GeoPos referencePos) throws org.opengis.referencing.FactoryException
-
prepareShow
public void prepareShow()
- Specified by:
prepareShow
in classCrsForm
-
prepareHide
public void prepareHide()
- Specified by:
prepareHide
in classCrsForm
-
createCrsComponent
protected JComponent createCrsComponent()
- Specified by:
createCrsComponent
in classCrsForm
-
-