Class AbstractFactory

java.lang.Object
org.apache.sis.util.iso.AbstractFactory
All Implemented Interfaces:
org.opengis.util.Factory
Direct Known Subclasses:
DefaultCoordinateOperationFactory, DefaultFilterFactory, DefaultMathTransformFactory, DefaultNameFactory, GazetteerFactory, GeodeticAuthorityFactory, GeodeticObjectFactory

public abstract class AbstractFactory extends Object implements org.opengis.util.Factory
Base class of factories provided in the Apache SIS library.
Since:
0.3
Version:
0.3
  • Constructor Details

    • AbstractFactory

      protected AbstractFactory()
      Creates a new factory.
  • Method Details

    • getVendor

      public org.opengis.metadata.citation.Citation getVendor()
      Returns the implementer of this factory, or null if unknown. The default implementation tries to fetch this information from the manifest associated to the package of this.getClass().
      Specified by:
      getVendor in interface org.opengis.util.Factory
      Returns:
      the vendor for this factory implementation, or null if unknown.
      See Also: