Uses of Class
org.geotools.util.factory.FactoryRegistryException
-
Packages that use FactoryRegistryException Package Description org.geotools.coverage Coverage implementation.org.geotools.coverage.util org.geotools.data.store org.geotools.factory org.geotools.feature org.geotools.geometry Basic geometry concepts to support referencing and coverage use.org.geotools.geometry.jts org.geotools.referencing Reference systems implementation.org.geotools.referencing.factory Base classes for factories and authority factories.org.geotools.util Contains utilities and addition to the collection framework.org.geotools.util.factory 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 FactoryRegistryException Modifier and Type Method Description static 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 FactoryRegistryException Modifier and Type Method Description static 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 FactoryRegistryException Constructor Description ReprojectingFeatureIterator(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 FactoryRegistryException Modifier and Type Method Description CitationFactoryBasicFactories. getCitationFactory()Returns the citation factory singleton.CoordinateOperationAuthorityFactoryBasicFactories. getCoordinateOperationAuthorityFactory()Returns the coordinate operation authority factory singleton.CoordinateOperationFactoryBasicFactories. getCoordinateOperationFactory()Returns the coordinate operation factory singleton.CRSAuthorityFactoryBasicFactories. getCRSAuthorityFactory()Returns the CRS authority factory singleton.CRSFactoryBasicFactories. getCRSFactory()Returns the CRS factory singleton.CSAuthorityFactoryBasicFactories. getCSAuthorityFactory()Returns the CS authority factory singleton.CSFactoryBasicFactories. getCSFactory()Returns the CS factory singleton.DatumAuthorityFactoryBasicFactories. getDatumAuthorityFactory()Returns the datum authority factory singleton.DatumFactoryBasicFactories. getDatumFactory()Returns the datum factory singleton.FilterFactoryBasicFactories. 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.NameFactoryBasicFactories. 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 FactoryRegistryException Modifier and Type Method Description static 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 FactoryRegistryException Constructor Description TransformedPosition(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 FactoryRegistryException Modifier and Type Method Description static 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 FactoryRegistryException Modifier and Type Method Description static CRSAuthorityFactoryCRS. getAuthorityFactory(boolean longitudeFirst)Returns the CRS authority factory used by thedecodemethods.static CoordinateOperationAuthorityFactoryReferencingFactoryFinder. 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
Methods in org.geotools.referencing.factory that throw FactoryRegistryException Modifier and Type Method Description protected static <K,V>
ObjectCache<K,V>CachedAuthorityDecorator. createCache(Hints hints)Utility method used to produce cache based on hintprotected static <K,V>
ObjectCache<K,V>CachedCRSAuthorityDecorator. createCache(Hints hints)Utility method used to produce cache based on hintConstructors in org.geotools.referencing.factory that throw FactoryRegistryException Constructor Description 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.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 FactoryRegistryException Modifier and Type Method Description static <K,V>
ObjectCache<K,V>ObjectCaches. create(Hints hints)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.factory Modifier and Type Class Description classFactoryNotFoundExceptionThrown when a factory can't be found in the registery.classRecursiveSearchExceptionThrown whenFactoryRegistryis invoked recursively for the same category.Methods in org.geotools.util.factory that throw FactoryRegistryException Modifier and Type Method Description protected <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).
-