public abstract class CrsForm extends Object
Modifier | Constructor and Description |
---|---|
protected |
CrsForm(AppContext appContext) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
addCrsChangeListener(PropertyChangeListener listener) |
protected abstract JComponent |
createCrsComponent() |
protected JRadioButton |
createRadioButton() |
protected void |
fireCrsChanged() |
protected AppContext |
getAppContext() |
abstract org.opengis.referencing.crs.CoordinateReferenceSystem |
getCRS(GeoPos referencePos) |
JComponent |
getCrsUI() |
protected abstract String |
getLabelText() |
JRadioButton |
getRadioButton() |
protected Product |
getReferenceProduct() |
abstract void |
prepareHide() |
abstract void |
prepareShow() |
protected boolean |
removeCrsChangeListener(PropertyChangeListener listener) |
void |
setReferenceProduct(Product product) |
protected CrsForm(AppContext appContext)
protected abstract String getLabelText()
public final JRadioButton getRadioButton()
protected JRadioButton createRadioButton()
public abstract org.opengis.referencing.crs.CoordinateReferenceSystem getCRS(GeoPos referencePos) throws org.opengis.referencing.FactoryException
org.opengis.referencing.FactoryException
public final JComponent getCrsUI()
protected abstract JComponent createCrsComponent()
public void setReferenceProduct(Product product)
protected Product getReferenceProduct()
protected AppContext getAppContext()
protected void fireCrsChanged()
protected boolean addCrsChangeListener(PropertyChangeListener listener)
protected boolean removeCrsChangeListener(PropertyChangeListener listener)
public abstract void prepareShow()
public abstract void prepareHide()
Copyright © 2014–2015 European Space Agency (ESA). All rights reserved.