Uses of Class
org.geotools.util.factory.FactoryRegistryException
Packages that use FactoryRegistryException
Package
Description
Coverage implementation.
Basic geometry concepts to support referencing and coverage use.
Reference systems implementation.
Base classes for factories and
authority factories.
Contains utilities and addition to the collection framework.
Utility classes which enable dynamic binding to factory implementations at runtime.
-
Uses of FactoryRegistryException in org.geotools.coverage
Methods in org.geotools.coverage that throw FactoryRegistryExceptionModifier and TypeMethodDescriptionstatic GridCoverageFactory
CoverageFactoryFinder.getGridCoverageFactory
(Hints hints) Returns the first implementation ofGridCoverageFactory
matching the specified hints. -
Uses of FactoryRegistryException in org.geotools.coverage.util
Methods in org.geotools.coverage.util that throw FactoryRegistryExceptionModifier and TypeMethodDescriptionstatic SimpleFeatureCollection
FeatureUtilities.wrapGridCoverageReader
(GridCoverage2DReader gridCoverageReader, GeneralParameterValue[] params) Wraps a grid coverage into a Feature. -
Uses of FactoryRegistryException in org.geotools.data.store
Constructors in org.geotools.data.store that throw FactoryRegistryExceptionModifierConstructorDescriptionReprojectingFeatureIterator
(SimpleFeatureIterator delegate, CoordinateReferenceSystem source, CoordinateReferenceSystem target, SimpleFeatureType schema, GeometryCoordinateSequenceTransformer transformer) ReprojectingFeatureIterator
(SimpleFeatureIterator delegate, MathTransform transform, SimpleFeatureType schema, GeometryCoordinateSequenceTransformer transformer) ReprojectingIterator
(Iterator<SimpleFeature> delegate, CoordinateReferenceSystem source, CoordinateReferenceSystem target, SimpleFeatureType schema, GeometryCoordinateSequenceTransformer transformer) ReprojectingIterator
(Iterator<SimpleFeature> delegate, MathTransform transform, SimpleFeatureType schema, GeometryCoordinateSequenceTransformer transformer) -
Uses of FactoryRegistryException in org.geotools.factory
Methods in org.geotools.factory that throw FactoryRegistryExceptionModifier and TypeMethodDescriptionBasicFactories.getCitationFactory()
Returns the citation factory singleton.BasicFactories.getCoordinateOperationAuthorityFactory()
Returns the coordinate operation authority factory singleton.BasicFactories.getCoordinateOperationFactory()
Returns the coordinate operation factory singleton.BasicFactories.getCRSAuthorityFactory()
Returns the CRS authority factory singleton.BasicFactories.getCRSFactory()
Returns the CRS factory singleton.BasicFactories.getCSAuthorityFactory()
Returns the CS authority factory singleton.BasicFactories.getCSFactory()
Returns the CS factory singleton.BasicFactories.getDatumAuthorityFactory()
Returns the datum authority factory singleton.BasicFactories.getDatumFactory()
Returns the datum factory singleton.BasicFactories.getFilterFactory()
Returns the filter factory singleton.static FilterFactory
CommonFactoryFinder.getFilterFactory()
Returns the first implementation ofFilterFactory
.static FilterFactory
CommonFactoryFinder.getFilterFactory
(Hints hints) Returns the first implementation ofFilterFactory
matching the specified hints.BasicFactories.getNameFactory()
Returns the name factory singleton.static StyleFactory
CommonFactoryFinder.getStyleFactory()
Returns the first implementation ofStyleFactory
.static StyleFactory
CommonFactoryFinder.getStyleFactory
(Hints hints) Returns the first implementation ofStyleFactory
matching the specified hints. -
Uses of FactoryRegistryException in org.geotools.feature
Methods in org.geotools.feature that throw FactoryRegistryExceptionModifier and TypeMethodDescriptionstatic SimpleFeatureType
FeatureTypes.newFeatureType
(AttributeDescriptor[] types, String name) Create a new FeatureType with the given AttributeTypes.static SimpleFeatureType
FeatureTypes.newFeatureType
(AttributeDescriptor[] types, String name, URI ns) Create a new FeatureType with the given AttributeTypes.static SimpleFeatureType
FeatureTypes.newFeatureType
(AttributeDescriptor[] types, String name, URI ns, boolean isAbstract) Create a new FeatureType with the given AttributeTypes.static SimpleFeatureType
FeatureTypes.newFeatureType
(AttributeDescriptor[] types, String name, URI ns, boolean isAbstract, SimpleFeatureType[] superTypes) The most specific way to create a new FeatureType.static SimpleFeatureType
FeatureTypes.newFeatureType
(AttributeDescriptor[] types, String name, URI ns, boolean isAbstract, SimpleFeatureType[] superTypes, AttributeDescriptor defaultGeometry) The most specific way to create a new FeatureType.static SimpleFeatureType
FeatureTypes.newFeatureType
(AttributeDescriptor[] types, String name, URI ns, boolean isAbstract, SimpleFeatureType[] superTypes, GeometryDescriptor defaultGeometry) The most specific way to create a new FeatureType. -
Uses of FactoryRegistryException in org.geotools.geometry
Constructors in org.geotools.geometry that throw FactoryRegistryExceptionModifierConstructorDescriptionTransformedPosition
(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, Hints hints) Creates a new position which will contains the result of coordinate transformations fromsourceCRS
totargetCRS
. -
Uses of FactoryRegistryException in org.geotools.geometry.jts
Methods in org.geotools.geometry.jts that throw FactoryRegistryExceptionModifier and TypeMethodDescriptionstatic CoordinateSequenceFactory
JTSFactoryFinder.getCoordinateSequenceFactory
(Hints hints) Returns the first implementation ofCoordinateSequenceFactory
matching the specified hints.static GeometryFactory
JTSFactoryFinder.getGeometryFactory()
Returns the first implementation ofGeometryFactory
, a new one is created if possible or an exception is thrown otherwise.static GeometryFactory
JTSFactoryFinder.getGeometryFactory
(Hints hints) Returns the first implementation ofGeometryFactory
matching the specified hints.static PrecisionModel
JTSFactoryFinder.getPrecisionModel
(Hints hints) Returns the first implementation ofPrecisionModel
matching the specified hints. -
Uses of FactoryRegistryException in org.geotools.referencing
Methods in org.geotools.referencing that throw FactoryRegistryExceptionModifier and TypeMethodDescriptionstatic CRSAuthorityFactory
CRS.getAuthorityFactory
(boolean longitudeFirst) Returns the CRS authority factory used by thedecode
methods.ReferencingFactoryFinder.getCoordinateOperationAuthorityFactory
(String authority, Hints hints) Returns the first implementation ofCoordinateOperationAuthorityFactory
matching the specified hints.static CoordinateOperationFactory
ReferencingFactoryFinder.getCoordinateOperationFactory
(Hints hints) Returns the first implementation ofCoordinateOperationFactory
matching the specified hints.static CRSAuthorityFactory
ReferencingFactoryFinder.getCRSAuthorityFactory
(String authority, Hints hints) Returns the first implementation ofCRSAuthorityFactory
matching the specified hints.static CRSFactory
ReferencingFactoryFinder.getCRSFactory
(Hints hints) Returns the first implementation ofCRSFactory
matching the specified hints.static CSAuthorityFactory
ReferencingFactoryFinder.getCSAuthorityFactory
(String authority, Hints hints) Returns the first implementation ofCSAuthorityFactory
matching the specified hints.static CSFactory
ReferencingFactoryFinder.getCSFactory
(Hints hints) Returns the first implementation ofCSFactory
matching the specified hints.static DatumAuthorityFactory
ReferencingFactoryFinder.getDatumAuthorityFactory
(String authority, Hints hints) Returns the first implementation ofDatumAuthorityFactory
matching the specified hints.static DatumFactory
ReferencingFactoryFinder.getDatumFactory
(Hints hints) Returns the first implementation ofDatumFactory
matching the specified hints.static MathTransformFactory
ReferencingFactoryFinder.getMathTransformFactory
(Hints hints) Returns the first implementation ofMathTransformFactory
matching the specified hints.static Version
CRS.getVersion
(String authority) Returns the version number of the specified authority database, ornull
if not available. -
Uses of FactoryRegistryException in org.geotools.referencing.factory
Constructors in org.geotools.referencing.factory that throw FactoryRegistryExceptionModifierConstructorDescriptionprotected
AuthorityFactoryAdapter
(String authority, Hints userHints) Creates a wrappers around the default factories for the specified authority.OrderedAxisAuthorityFactory
(String authority, Hints userHints, AxisDirection... axisOrder) Creates a factory which will reorder the axis of all objects created by the default authority factories.OrderedAxisCRSAuthorityFactory
(String authority, Hints userHints, AxisDirection... axisOrder) Creates a factory which will reorder the axis of all objects created by the default authority factories.protected
TransformedAuthorityFactory
(String authority, Hints userHints) Creates a wrappers around the default factories for the specified authority. -
Uses of FactoryRegistryException in org.geotools.util
Methods in org.geotools.util that throw FactoryRegistryExceptionModifier and TypeMethodDescriptionstatic <K,
V> ObjectCache<K, V> Utility method used to produce cache based on provide Hint -
Uses of FactoryRegistryException in org.geotools.util.factory
Subclasses of FactoryRegistryException in org.geotools.util.factoryModifier and TypeClassDescriptionclass
Thrown when a factory can't be found in the registery.class
Thrown whenFactoryRegistry
is invoked recursively for the same category.Methods in org.geotools.util.factory that throw FactoryRegistryExceptionModifier and TypeMethodDescriptionprotected <T> T
FactoryCreator.createFactory
(Class<T> category, Class<?> implementation, Hints hints) Creates a new instance of the specified factory using the specified hints.<T> T
FactoryCreator.getFactory
(Class<T> category, Predicate<? super T> filter, Hints hints, Hints.Key key) Factory for the specified category, using the specified map of hints (if any).<T> T
FactoryRegistry.getFactory
(Class<T> category, Predicate<? super T> filter, Hints hints, Hints.Key key) Returns the first factory in the registry for the specified category, using the specified map of hints (if any).