Package org.opengis.util
Interface Factory
-
- All Known Subinterfaces:
AuthorityFactory,CoordinateOperationAuthorityFactory,CoordinateOperationFactory,CRSAuthorityFactory,CRSFactory,CSAuthorityFactory,CSFactory,DatumAuthorityFactory,DatumFactory,MathTransformFactory,NameFactory,ObjectFactory
public interface FactoryBase 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.
- Since:
- 1.0
Departure from OGC/ISO specification:
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.
-
-
Method Detail
-
getVendor
Citation getVendor()
Returns the vendor responsible for creating this factory implementation. Many implementations may be available for the same factory interface. Implementations can be managed by a service loader.- Returns:
- the vendor for this factory implementation.
-
-