Object
AbstractFactory
- All Implemented Interfaces:
Factory
- Direct Known Subclasses:
DefaultCoordinateOperationFactory
,DefaultFilterFactory
,DefaultMathTransformFactory
,DefaultNameFactory
,GazetteerFactory
,GeodeticAuthorityFactory
,GeodeticObjectFactory
Base class of factories provided in the Apache SIS library.
- Since:
- 0.3
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the implementer of this factory, ornull
if unknown.
-
Constructor Details
-
AbstractFactory
protected AbstractFactory()Creates a new factory.
-
-
Method Details
-
getVendor
Returns the implementer of this factory, ornull
if unknown. The default implementation tries to fetch this information from the manifest associated to the package ofthis.getClass()
.- Specified by:
getVendor
in interfaceFactory
- Returns:
- the vendor for this factory implementation, or
null
if unknown. - See Also:
-