Uses of Interface
org.opengis.util.NameFactory
Packages that use NameFactory
Package
Description
Access to examples of GeoAPI implementations.
Validators and test suites for the
org.opengis.util
package.-
Uses of NameFactory in org.opengis.example
Methods in org.opengis.example that return NameFactoryModifier and TypeMethodDescriptionstatic NameFactory
SimpleFactories.getNameFactory()
Returns a factory for creatingGenericName
instances. -
Uses of NameFactory in org.opengis.test.util
Fields in org.opengis.test.util declared as NameFactoryModifier and TypeFieldDescriptionprotected final NameFactory
NameTest.factory
The factory to be used for testing generic name instances, ornull
if none.Constructors in org.opengis.test.util with parameters of type NameFactoryModifierConstructorDescriptionNameTest
(NameFactory factory) Creates a new test using the given factory.