Class CRSChooser

All Implemented Interfaces:
Event­Target

public class CRSChooser extends Dialog<CoordinateReferenceSystem>
A list of Coordinate Reference Systems (CRS) from which the user can select. The CRS choices is built in a background thread from a specified CRSAuthority­Factory.
Since:
1.1
  • Constructor Details

    • CRSChooser

      public CRSChooser()
      Creates a chooser proposing all coordinate reference systems from the default factory.
    • CRSChooser

      public CRSChooser(CRSAuthorityFactory factory, Envelope areaOfInterest, Locale locale)
      Creates a chooser proposing all coordinate reference systems from the given factory. If the given factory is null, then a default factory capable to handle at least some EPSG codes will be used.
      Parameters:
      factory - the factory to use for creating coordinate reference systems, or null for default.
      area­Of­Interest - geographic area for which to choose a CRS, or null if no restriction.
      locale - the preferred locale for displaying object name, or null for the default locale.
  • Method Details