Class NetCDFCRSAuthorityFactory

All Implemented Interfaces:
AuthorityFactory, CRSAuthorityFactory, Factory, BufferedFactory, Factory, OptionalFactory, RegistrableFactory

public class NetCDFCRSAuthorityFactory extends FactoryUsingWKT implements CRSAuthorityFactory
A factory providing NetCDF/GRIB custom CoordinateReferenceSystem instances with the related custom EPSG.
Author:
Daniele Romagnoli - GeoSolutions
  • Field Details

  • Constructor Details

    • NetCDFCRSAuthorityFactory

      public NetCDFCRSAuthorityFactory()
    • NetCDFCRSAuthorityFactory

      public NetCDFCRSAuthorityFactory(Hints userHints)
    • NetCDFCRSAuthorityFactory

      public NetCDFCRSAuthorityFactory(Hints userHints, int priority)
  • Method Details

    • getDefinitionsURL

      protected URL getDefinitionsURL()
      Returns the URL to the property file that contains CRS definitions.
      Overrides:
      getDefinitionsURL in class FactoryUsingWKT
      Returns:
      The URL, or null if none.
    • toString

      public String toString()
      Description copied from class: AbstractFactory
      Returns a string representation of this factory. This method is mostly for debugging purpose, so the string format may vary across different implementations or versions. The default implementation formats all implementation hints as a tree. If the implementation hints include some factory dependencies, then the implementation hints for those dependencies will appears under a tree branch.
      Overrides:
      toString in class AbstractFactory