org.esa.beam.framework.ui.crs
Class CustomCrsForm

java.lang.Object
  extended by org.esa.beam.framework.ui.crs.CrsForm
      extended by org.esa.beam.framework.ui.crs.CustomCrsForm

public class CustomCrsForm
extends CrsForm

Since:
BEAM 4.7
Version:
$ Revision $ Date $
Author:
Marco Peters

Constructor Summary
CustomCrsForm(AppContext appContext)
           
 
Method Summary
protected  JComponent createCrsComponent()
           
 org.opengis.referencing.crs.CoordinateReferenceSystem getCRS(GeoPos referencePos)
           
protected  String getLabelText()
           
 void prepareHide()
           
 void prepareShow()
           
 void setCustom(org.opengis.referencing.datum.GeodeticDatum geodeticDatum, org.opengis.referencing.operation.OperationMethod mapProjection, org.opengis.parameter.ParameterValueGroup parameterValues)
           
 
Methods inherited from class org.esa.beam.framework.ui.crs.CrsForm
addCrsChangeListener, createRadioButton, fireCrsChanged, getAppContext, getCrsUI, getRadioButton, getReferenceProduct, removeCrsChangeListener, setReferenceProduct
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomCrsForm

public CustomCrsForm(AppContext appContext)
Method Detail

getLabelText

protected String getLabelText()
Specified by:
getLabelText in class CrsForm

getCRS

public org.opengis.referencing.crs.CoordinateReferenceSystem getCRS(GeoPos referencePos)
                                                             throws org.opengis.referencing.FactoryException
Specified by:
getCRS in class CrsForm
Throws:
org.opengis.referencing.FactoryException

createCrsComponent

protected JComponent createCrsComponent()
Specified by:
createCrsComponent in class CrsForm

prepareShow

public void prepareShow()
Specified by:
prepareShow in class CrsForm

prepareHide

public void prepareHide()
Specified by:
prepareHide in class CrsForm

setCustom

public void setCustom(org.opengis.referencing.datum.GeodeticDatum geodeticDatum,
                      org.opengis.referencing.operation.OperationMethod mapProjection,
                      org.opengis.parameter.ParameterValueGroup parameterValues)


Copyright © 2002-2013 Brockmann Consult GmbH. All Rights Reserved.