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 GridCoverageFactoryCoverageFactoryFinder.getGridCoverageFactory(Hints hints) Returns the first implementation ofGridCoverageFactorymatching the specified hints. -
Uses of FactoryRegistryException in org.geotools.coverage.util
Methods in org.geotools.coverage.util that throw FactoryRegistryExceptionModifier and TypeMethodDescriptionstatic SimpleFeatureCollectionFeatureUtilities.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 FilterFactoryCommonFactoryFinder.getFilterFactory()Returns the first implementation ofFilterFactory.static FilterFactoryCommonFactoryFinder.getFilterFactory(Hints hints) Returns the first implementation ofFilterFactorymatching the specified hints.BasicFactories.getNameFactory()Returns the name factory singleton.static StyleFactoryCommonFactoryFinder.getStyleFactory()Returns the first implementation ofStyleFactory.static StyleFactoryCommonFactoryFinder.getStyleFactory(Hints hints) Returns the first implementation ofStyleFactorymatching the specified hints. -
Uses of FactoryRegistryException in org.geotools.feature
Methods in org.geotools.feature that throw FactoryRegistryExceptionModifier and TypeMethodDescriptionstatic SimpleFeatureTypeFeatureTypes.newFeatureType(AttributeDescriptor[] types, String name) Create a new FeatureType with the given AttributeTypes.static SimpleFeatureTypeFeatureTypes.newFeatureType(AttributeDescriptor[] types, String name, URI ns) Create a new FeatureType with the given AttributeTypes.static SimpleFeatureTypeFeatureTypes.newFeatureType(AttributeDescriptor[] types, String name, URI ns, boolean isAbstract) Create a new FeatureType with the given AttributeTypes.static SimpleFeatureTypeFeatureTypes.newFeatureType(AttributeDescriptor[] types, String name, URI ns, boolean isAbstract, SimpleFeatureType[] superTypes) The most specific way to create a new FeatureType.static SimpleFeatureTypeFeatureTypes.newFeatureType(AttributeDescriptor[] types, String name, URI ns, boolean isAbstract, SimpleFeatureType[] superTypes, AttributeDescriptor defaultGeometry) The most specific way to create a new FeatureType.static SimpleFeatureTypeFeatureTypes.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 fromsourceCRStotargetCRS. -
Uses of FactoryRegistryException in org.geotools.geometry.jts
Methods in org.geotools.geometry.jts that throw FactoryRegistryExceptionModifier and TypeMethodDescriptionstatic CoordinateSequenceFactoryJTSFactoryFinder.getCoordinateSequenceFactory(Hints hints) Returns the first implementation ofCoordinateSequenceFactorymatching the specified hints.static GeometryFactoryJTSFactoryFinder.getGeometryFactory()Returns the first implementation ofGeometryFactory, a new one is created if possible or an exception is thrown otherwise.static GeometryFactoryJTSFactoryFinder.getGeometryFactory(Hints hints) Returns the first implementation ofGeometryFactorymatching the specified hints.static PrecisionModelJTSFactoryFinder.getPrecisionModel(Hints hints) Returns the first implementation ofPrecisionModelmatching the specified hints. -
Uses of FactoryRegistryException in org.geotools.referencing
Methods in org.geotools.referencing that throw FactoryRegistryExceptionModifier and TypeMethodDescriptionstatic CRSAuthorityFactoryCRS.getAuthorityFactory(boolean longitudeFirst) Returns the CRS authority factory used by thedecodemethods.ReferencingFactoryFinder.getCoordinateOperationAuthorityFactory(String authority, Hints hints) Returns the first implementation ofCoordinateOperationAuthorityFactorymatching the specified hints.static CoordinateOperationFactoryReferencingFactoryFinder.getCoordinateOperationFactory(Hints hints) Returns the first implementation ofCoordinateOperationFactorymatching the specified hints.static CRSAuthorityFactoryReferencingFactoryFinder.getCRSAuthorityFactory(String authority, Hints hints) Returns the first implementation ofCRSAuthorityFactorymatching the specified hints.static CRSFactoryReferencingFactoryFinder.getCRSFactory(Hints hints) Returns the first implementation ofCRSFactorymatching the specified hints.static CSAuthorityFactoryReferencingFactoryFinder.getCSAuthorityFactory(String authority, Hints hints) Returns the first implementation ofCSAuthorityFactorymatching the specified hints.static CSFactoryReferencingFactoryFinder.getCSFactory(Hints hints) Returns the first implementation ofCSFactorymatching the specified hints.static DatumAuthorityFactoryReferencingFactoryFinder.getDatumAuthorityFactory(String authority, Hints hints) Returns the first implementation ofDatumAuthorityFactorymatching the specified hints.static DatumFactoryReferencingFactoryFinder.getDatumFactory(Hints hints) Returns the first implementation ofDatumFactorymatching the specified hints.static MathTransformFactoryReferencingFactoryFinder.getMathTransformFactory(Hints hints) Returns the first implementation ofMathTransformFactorymatching the specified hints.static VersionCRS.getVersion(String authority) Returns the version number of the specified authority database, ornullif not available. -
Uses of FactoryRegistryException in org.geotools.referencing.factory
Constructors in org.geotools.referencing.factory that throw FactoryRegistryExceptionModifierConstructorDescriptionprotectedAuthorityFactoryAdapter(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.protectedTransformedAuthorityFactory(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 TypeClassDescriptionclassThrown when a factory can't be found in the registery.classThrown whenFactoryRegistryis invoked recursively for the same category.Methods in org.geotools.util.factory that throw FactoryRegistryExceptionModifier and TypeMethodDescriptionprotected <T> TFactoryCreator.createFactory(Class<T> category, Class<?> implementation, Hints hints) Creates a new instance of the specified factory using the specified hints.<T> TFactoryCreator.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> TFactoryRegistry.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).