Interface Factory

All Known Subinterfaces:
AuthorityFactory, CoordinateOperationAuthorityFactory, CoordinateOperationFactory, CRSAuthorityFactory, CRSFactory, CSAuthorityFactory, CSFactory, DatumAuthorityFactory, DatumFactory, FilterFactory<R,G,T>, MathTransformFactory, NameFactory, ObjectFactory, RegisterOperations
All Known Implementing Classes:
PseudoEpsgFactory, PseudoFactory, Units

public interface Factory
Base interface for all factories. Factories can be grouped in two categories:
  • Authority factories creates objects from a compact string defined by an authority.
  • Object factories allows applications to make objects that cannot be created by an authority factory.
Object factories are very flexible, whereas the authority factories are easier to use.
Since:
1.0
Departure from OGC/ISO standard for harmonization between different specifications This interface is not part of the OGC specification. It is added for uniformity, in order to provide a common base class for all factories.