Package org.apache.sis.util.iso
Class AbstractFactory
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
Defined in the sis-metadata module
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionReturns the implementer of this factory, ornullif unknown.
- 
Constructor Details- 
AbstractFactoryprotected AbstractFactory()Creates a new factory.
 
- 
- 
Method Details- 
getVendorReturns the implementer of this factory, ornullif unknown. The default implementation tries to fetch this information from the manifest associated to the package ofthis.getClass().- Specified by:
- getVendorin interface- Factory
- Returns:
- the vendor for this factory implementation, or nullif unknown.
- See Also:
 
 
-