Class CustomCrsPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class CustomCrsPanel extends JPanel
Since:
BEAM 4.7
See Also:
  • Constructor Details

    • CustomCrsPanel

      public CustomCrsPanel(Window parent, Set<org.opengis.referencing.datum.GeodeticDatum> datumSet, Set<org.esa.snap.ui.crs.projdef.AbstractCrsProvider> crsProviderSet)
  • Method Details

    • getCRS

      public org.opengis.referencing.crs.CoordinateReferenceSystem getCRS(GeoPos referencePos) throws org.opengis.referencing.FactoryException
      Throws:
      org.opengis.referencing.FactoryException
    • setCustom

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

      public static void main(String[] args)
    • createCrsProviderSet

      public static Set<org.esa.snap.ui.crs.projdef.AbstractCrsProvider> createCrsProviderSet()
    • createDatumSet

      public static Set<org.opengis.referencing.datum.GeodeticDatum> createDatumSet()