Class 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 Detail

      • PseudoFactory

        protected PseudoFactory()
        Creates a new pseudo-factory.