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 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 FactoryRegistryException Modifier and Type Method Description static 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 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 CitationFactory
BasicFactories. getCitationFactory()
Returns the citation factory singleton.CoordinateOperationAuthorityFactory
BasicFactories. getCoordinateOperationAuthorityFactory()
Returns the coordinate operation authority factory singleton.CoordinateOperationFactory
BasicFactories. getCoordinateOperationFactory()
Returns the coordinate operation factory singleton.CRSAuthorityFactory
BasicFactories. getCRSAuthorityFactory()
Returns the CRS authority factory singleton.CRSFactory
BasicFactories. getCRSFactory()
Returns the CRS factory singleton.CSAuthorityFactory
BasicFactories. getCSAuthorityFactory()
Returns the CS authority factory singleton.CSFactory
BasicFactories. getCSFactory()
Returns the CS factory singleton.DatumAuthorityFactory
BasicFactories. getDatumAuthorityFactory()
Returns the datum authority factory singleton.DatumFactory
BasicFactories. getDatumFactory()
Returns the datum factory singleton.FilterFactory
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.NameFactory
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 FactoryRegistryException Modifier and Type Method Description static 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 FactoryRegistryException Constructor Description TransformedPosition(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 FactoryRegistryException Modifier and Type Method Description static 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 FactoryRegistryException Modifier and Type Method Description static CRSAuthorityFactory
CRS. getAuthorityFactory(boolean longitudeFirst)
Returns the CRS authority factory used by thedecode
methods.static CoordinateOperationAuthorityFactory
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
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 class
FactoryNotFoundException
Thrown when a factory can't be found in the registery.class
RecursiveSearchException
Thrown whenFactoryRegistry
is invoked recursively for the same category.Methods in org.geotools.util.factory that throw FactoryRegistryException Modifier and Type Method Description protected <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).
-