|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.factory.AbstractFactory org.geotools.referencing.factory.AbstractFactory
Base class for all factories in the referencing module. Factories can be grouped in two categories:
Field Summary | |
static java.util.logging.Logger |
LOGGER
The logger for event related to Geotools's factories. |
Fields inherited from class org.geotools.factory.AbstractFactory |
hints, MAXIMUM_PRIORITY, MINIMUM_PRIORITY, NORMAL_PRIORITY, priority |
Constructor Summary | |
protected |
AbstractFactory()
Constructs a factory with the default priority. |
protected |
AbstractFactory(int priority)
Constructs a factory with the specified priority. |
Method Summary | |
protected static void |
ensureNonNull(java.lang.String name,
java.lang.Object object)
Makes sure that an argument is non-null. |
org.opengis.metadata.citation.Citation |
getVendor()
Returns the vendor responsible for creating this factory implementation. |
Methods inherited from class org.geotools.factory.AbstractFactory |
getImplementationHints, onDeregistration, onRegistration |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.util.logging.Logger LOGGER
Constructor Detail |
protected AbstractFactory()
protected AbstractFactory(int priority)
priority
- The priority for this factory, as a number between
MINIMUM_PRIORITY
and
MAXIMUM_PRIORITY
inclusive.Method Detail |
public org.opengis.metadata.citation.Citation getVendor()
getVendor
in interface org.opengis.referencing.Factory
protected static void ensureNonNull(java.lang.String name, java.lang.Object object) throws java.lang.IllegalArgumentException
name
- Argument name.object
- User argument.
org.opengis.parameter.InvalidParameterValueException
- if is null.
java.lang.IllegalArgumentException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |