Class ReferencingFactoryContainer

Object
AbstractFactory
ReferencingFactory
ReferencingFactoryContainer
All Implemented Interfaces:
Factory, Factory, RegistrableFactory

public class ReferencingFactoryContainer extends ReferencingFactory
A set of utilities methods working on factories. Many of those methods requires more than one factory. Consequently, they can't be a method in a single factory. Furthermore, since they are helper methods and somewhat implementation-dependent, they are not part of GeoAPI.
Since:
2.4
Author:
Martin Desruisseaux (IRD)
  • Constructor Details

    • ReferencingFactoryContainer

      public ReferencingFactoryContainer(Hints userHints)
      Creates an instance from the specified hints. This constructor recognizes the CRS, CS, DATUM and MATH_TRANSFORM FACTORY hints.

      This constructor is public mainly for FactoryCreator usage. Consider invoking createInstance(userHints) instead.

      Parameters:
      userHints - The hints, or null if none.
  • Method Details