Class PseudoFactory

Object
PseudoFactory
All Implemented Interfaces:
Factory
Direct Known Subclasses:
PseudoEpsgFactory, Units

public class PseudoFactory extends Object implements Factory
Base class of pseudo-factories that simulate a subset of the capabilities of a "real" factory. For example, a pseudo EPSG factory can be provided for running the tests with an implementation that do not support the creation of referencing objects from an EPSG code.
Since:
3.1
  • Constructor Details

    • PseudoFactory

      protected PseudoFactory()
      Creates a new pseudo-factory.
  • Method Details

    • getVendor

      public Citation getVendor()
      Returns the implementer of this pseudo-factory, which is "GeoAPI".
      Specified by:
      getVendor in interface Factory
      Returns:
      the vendor for this factory implementation.