Uses of Class
org.geotools.factory.FactoryRegistryException

Packages that use FactoryRegistryException
org.geotools.coverage Coverage implementation. 
org.geotools.data Defines the DataStoreAPI via which all data is imported or exported. 
org.geotools.data.postgis   
org.geotools.data.store   
org.geotools.factory Utility classes which enable dynamic binding to factory implementations at runtime. 
org.geotools.feature   
org.geotools.filter   
org.geotools.geometry org.geotools.geometry.Geometry implementation. 
org.geotools.geometry.jts   
org.geotools.map List of layers to be rendered. 
org.geotools.referencing Reference systems implementation. 
org.geotools.referencing.factory Base classes for factories and authority factories. 
org.geotools.resources.coverage   
org.geotools.styling Allows for symbolization of geospatial data. 
org.geotools.util Contains utilities and addition to the collection framework. 
org.geotools.validation.relate   
 

Uses of FactoryRegistryException in org.geotools.coverage
 

Methods in org.geotools.coverage that throw FactoryRegistryException
static GridCoverageFactory CoverageFactoryFinder.getGridCoverageFactory(Hints hints)
          Returns the first implementation of GridCoverageFactory matching the specified hints.
 

Uses of FactoryRegistryException in org.geotools.data
 

Methods in org.geotools.data that throw FactoryRegistryException
static FeatureLockFactory FeatureLockFactory.getInstance()
          Gets an instance of the FeatureLockFactory.
 

Uses of FactoryRegistryException in org.geotools.data.postgis
 

Methods in org.geotools.data.postgis that throw FactoryRegistryException
protected  org.opengis.filter.Filter VersionedPostgisDataStore.transformFidFilter(java.lang.String featureTypeName, org.opengis.filter.Filter filter)
          Takes a fid filter with external fids and turns it into a set of filters against internal feature type attributes, that is, an equivalent filter that can run against the internal, versioned feature type
 

Uses of FactoryRegistryException in org.geotools.data.store
 

Constructors in org.geotools.data.store that throw FactoryRegistryException
ReprojectingIterator(java.util.Iterator delegate, org.opengis.referencing.crs.CoordinateReferenceSystem source, org.opengis.referencing.crs.CoordinateReferenceSystem target, org.opengis.feature.simple.SimpleFeatureType schema, GeometryCoordinateSequenceTransformer transformer)
           
ReprojectingIterator(java.util.Iterator delegate, org.opengis.referencing.operation.MathTransform transform, org.opengis.feature.simple.SimpleFeatureType schema, GeometryCoordinateSequenceTransformer transformer)
           
 

Uses of FactoryRegistryException in org.geotools.factory
 

Subclasses of FactoryRegistryException in org.geotools.factory
 class FactoryNotFoundException
          Thrown when a factory can't be found in the registery.
 class RecursiveSearchException
          Thrown when FactoryRegistry is invoked recursively for the same category.
 

Methods in org.geotools.factory that throw FactoryRegistryException
protected
<T> T
FactoryCreator.createServiceProvider(java.lang.Class<T> category, java.lang.Class<?> implementation, Hints hints)
          Creates a new instance of the specified factory using the specified hints.
 org.opengis.metadata.citation.CitationFactory BasicFactories.getCitationFactory()
          Returns the citation factory singleton.
 org.opengis.referencing.operation.CoordinateOperationAuthorityFactory BasicFactories.getCoordinateOperationAuthorityFactory()
          Returns the coordinate operation authority factory singleton.
 org.opengis.referencing.operation.CoordinateOperationFactory BasicFactories.getCoordinateOperationFactory()
          Returns the coordinate operation factory singleton.
 org.opengis.referencing.crs.CRSAuthorityFactory BasicFactories.getCRSAuthorityFactory()
          Returns the CRS authority factory singleton.
 org.opengis.referencing.crs.CRSFactory BasicFactories.getCRSFactory()
          Returns the CRS factory singleton.
 org.opengis.referencing.cs.CSAuthorityFactory BasicFactories.getCSAuthorityFactory()
          Returns the CS authority factory singleton.
 org.opengis.referencing.cs.CSFactory BasicFactories.getCSFactory()
          Returns the CS factory singleton.
 org.opengis.referencing.datum.DatumAuthorityFactory BasicFactories.getDatumAuthorityFactory()
          Returns the datum authority factory singleton.
 org.opengis.referencing.datum.DatumFactory BasicFactories.getDatumFactory()
          Returns the datum factory singleton.
 org.opengis.feature.type.FeatureTypeFactory BasicFactories.getFeatureTypeFactory()
          Deprecated. use BasicFactories.getFeatureTypeFactory().
 org.opengis.filter.FilterFactory BasicFactories.getFilterFactory()
          Returns the filter factory singleton.
static org.opengis.filter.FilterFactory CommonFactoryFinder.getFilterFactory(Hints hints)
          Returns the first implementation of FilterFactory matching the specified hints.
static org.opengis.filter.FilterFactory2 CommonFactoryFinder.getFilterFactory2(Hints hints)
          Returns the first implementation of FilterFactory2 matching the specified hints.
 org.opengis.geometry.coordinate.GeometryFactory BasicFactories.getGeometryFactory(org.opengis.referencing.crs.CoordinateReferenceSystem crs)
          Returns the geometry factory equiped to build geometries using the given coordinate reference system.
 org.opengis.util.NameFactory BasicFactories.getNameFactory()
          Returns the name factory singleton.
 org.opengis.geometry.primitive.PrimitiveFactory BasicFactories.getPrimitiveFactory(org.opengis.referencing.crs.CoordinateReferenceSystem crs)
          Returns the primitive factory equiped to build primitives using the given coordinate reference system.
<T> T
FactoryCreator.getServiceProvider(java.lang.Class<T> category, javax.imageio.spi.ServiceRegistry.Filter filter, Hints hints, Hints.Key key)
          Returns a provider for the specified category, using the specified map of hints (if any).
<T> T
FactoryRegistry.getServiceProvider(java.lang.Class<T> category, javax.imageio.spi.ServiceRegistry.Filter filter, Hints hints, Hints.Key key)
          Returns the first provider in the registry for the specified category, using the specified map of hints (if any).
static StyleFactory CommonFactoryFinder.getStyleFactory(Hints hints)
          Returns the first implementation of StyleFactory matching the specified hints.
 org.opengis.feature.type.FeatureTypeFactory BasicFactories.getTypeFactory()
          Deprecated. use BasicFactories.getFeatureTypeFactory().
 

Uses of FactoryRegistryException in org.geotools.feature
 

Methods in org.geotools.feature that throw FactoryRegistryException
static org.opengis.feature.simple.SimpleFeatureType FeatureTypes.newFeatureType(org.opengis.feature.type.AttributeDescriptor[] types, java.lang.String name)
          Create a new FeatureType with the given AttributeTypes.
static org.opengis.feature.simple.SimpleFeatureType FeatureTypes.newFeatureType(org.opengis.feature.type.AttributeDescriptor[] types, java.lang.String name, java.net.URI ns)
          Create a new FeatureType with the given AttributeTypes.
static org.opengis.feature.simple.SimpleFeatureType FeatureTypes.newFeatureType(org.opengis.feature.type.AttributeDescriptor[] types, java.lang.String name, java.net.URI ns, boolean isAbstract)
          Create a new FeatureType with the given AttributeTypes.
static org.opengis.feature.simple.SimpleFeatureType FeatureTypes.newFeatureType(org.opengis.feature.type.AttributeDescriptor[] types, java.lang.String name, java.net.URI ns, boolean isAbstract, org.opengis.feature.simple.SimpleFeatureType[] superTypes)
          The most specific way to create a new FeatureType.
static org.opengis.feature.simple.SimpleFeatureType FeatureTypes.newFeatureType(org.opengis.feature.type.AttributeDescriptor[] types, java.lang.String name, java.net.URI ns, boolean isAbstract, org.opengis.feature.simple.SimpleFeatureType[] superTypes, org.opengis.feature.type.AttributeDescriptor defaultGeometry)
          The most specific way to create a new FeatureType.
static org.opengis.feature.simple.SimpleFeatureType FeatureTypes.newFeatureType(org.opengis.feature.type.AttributeDescriptor[] types, java.lang.String name, java.net.URI ns, boolean isAbstract, org.opengis.feature.simple.SimpleFeatureType[] superTypes, org.opengis.feature.type.GeometryDescriptor defaultGeometry)
          The most specific way to create a new FeatureType.
 

Uses of FactoryRegistryException in org.geotools.filter
 

Methods in org.geotools.filter that throw FactoryRegistryException
static FilterFactory FilterFactoryFinder.createFilterFactory()
          Deprecated. Creates an instance of a Filter factory.
 

Uses of FactoryRegistryException in org.geotools.geometry
 

Methods in org.geotools.geometry that throw FactoryRegistryException
static org.opengis.geometry.aggregate.AggregateFactory GeometryFactoryFinder.getAggregateFactory(Hints hints)
           
static org.opengis.geometry.complex.ComplexFactory GeometryFactoryFinder.getComplexFactory(Hints hints)
           
static org.opengis.geometry.coordinate.GeometryFactory GeometryFactoryFinder.getGeometryFactory(Hints hints)
          An implementation of GeometryFactory for the provided crs.
static org.opengis.geometry.PositionFactory GeometryFactoryFinder.getPositionFactory(Hints hints)
           
static org.opengis.geometry.Precision GeometryFactoryFinder.getPrecision(Hints hints)
           
static org.opengis.geometry.primitive.PrimitiveFactory GeometryFactoryFinder.getPrimitiveFactory(Hints hints)
           
 

Constructors in org.geotools.geometry that throw FactoryRegistryException
TransformedDirectPosition(org.opengis.referencing.crs.CoordinateReferenceSystem sourceCRS, org.opengis.referencing.crs.CoordinateReferenceSystem targetCRS, Hints hints)
          Creates a new position which will contains the result of coordinate transformations from sourceCRS to targetCRS.
 

Uses of FactoryRegistryException in org.geotools.geometry.jts
 

Methods in org.geotools.geometry.jts that throw FactoryRegistryException
static com.vividsolutions.jts.geom.CoordinateSequenceFactory FactoryFinder.getCoordinateSequenceFactory(Hints hints)
          Deprecated. Returns the first implementation of CoordinateSequenceFactory matching the specified hints.
static com.vividsolutions.jts.geom.CoordinateSequenceFactory JTSFactoryFinder.getCoordinateSequenceFactory(Hints hints)
          Returns the first implementation of CoordinateSequenceFactory matching the specified hints.
static com.vividsolutions.jts.geom.GeometryFactory FactoryFinder.getGeometryFactory(Hints hints)
          Deprecated. Returns the first implementation of GeometryFactory matching the specified hints.
static com.vividsolutions.jts.geom.GeometryFactory JTSFactoryFinder.getGeometryFactory(Hints hints)
          Returns the first implementation of GeometryFactory matching the specified hints.
static com.vividsolutions.jts.geom.PrecisionModel FactoryFinder.getPrecisionModel(Hints hints)
          Deprecated. Returns the first implementation of PrecisionModel matching the specified hints.
static com.vividsolutions.jts.geom.PrecisionModel JTSFactoryFinder.getPrecisionModel(Hints hints)
          Returns the first implementation of PrecisionModel matching the specified hints.
 

Uses of FactoryRegistryException in org.geotools.map
 

Constructors in org.geotools.map that throw FactoryRegistryException
DefaultMapLayer(AbstractGridCoverage2DReader reader, Style style)
          Constructor which adds a new layer and triggers a LayerListEvent.
DefaultMapLayer(AbstractGridCoverage2DReader reader, Style style, java.lang.String title)
          Constructor which adds a new layer and trigger a LayerListEvent.
DefaultMapLayer(AbstractGridCoverage2DReader reader, Style style, java.lang.String title, org.opengis.parameter.GeneralParameterValue[] params)
          Constructor which adds a new layer and trigger a LayerListEvent.
DefaultMapLayer(org.opengis.coverage.grid.GridCoverage coverage, Style style)
          * Add a new layer and trigger a LayerListEvent.
DefaultMapLayer(org.opengis.coverage.grid.GridCoverage coverage, Style style, java.lang.String title)
          * Add a new layer and trigger a LayerListEvent.
 

Uses of FactoryRegistryException in org.geotools.referencing
 

Methods in org.geotools.referencing that throw FactoryRegistryException
static org.opengis.referencing.crs.CRSAuthorityFactory CRS.getAuthorityFactory(boolean longitudeFirst)
          Returns the CRS authority factory used by the decode methods.
static org.opengis.referencing.operation.CoordinateOperationAuthorityFactory ReferencingFactoryFinder.getCoordinateOperationAuthorityFactory(java.lang.String authority, Hints hints)
          Returns the first implementation of CoordinateOperationAuthorityFactory matching the specified hints.
static org.opengis.referencing.operation.CoordinateOperationFactory ReferencingFactoryFinder.getCoordinateOperationFactory(Hints hints)
          Returns the first implementation of CoordinateOperationFactory matching the specified hints.
static org.opengis.referencing.crs.CRSAuthorityFactory ReferencingFactoryFinder.getCRSAuthorityFactory(java.lang.String authority, Hints hints)
          Returns the first implementation of CRSAuthorityFactory matching the specified hints.
static org.opengis.referencing.crs.CRSFactory ReferencingFactoryFinder.getCRSFactory(Hints hints)
          Returns the first implementation of CRSFactory matching the specified hints.
static org.opengis.referencing.cs.CSAuthorityFactory ReferencingFactoryFinder.getCSAuthorityFactory(java.lang.String authority, Hints hints)
          Returns the first implementation of CSAuthorityFactory matching the specified hints.
static org.opengis.referencing.cs.CSFactory ReferencingFactoryFinder.getCSFactory(Hints hints)
          Returns the first implementation of CSFactory matching the specified hints.
static org.opengis.referencing.datum.DatumAuthorityFactory ReferencingFactoryFinder.getDatumAuthorityFactory(java.lang.String authority, Hints hints)
          Returns the first implementation of DatumAuthorityFactory matching the specified hints.
static org.opengis.referencing.datum.DatumFactory ReferencingFactoryFinder.getDatumFactory(Hints hints)
          Returns the first implementation of DatumFactory matching the specified hints.
static org.opengis.referencing.operation.MathTransformFactory ReferencingFactoryFinder.getMathTransformFactory(Hints hints)
          Returns the first implementation of MathTransformFactory matching the specified hints.
static Version CRS.getVersion(java.lang.String authority)
          Returns the version number of the specified authority database, or null if not available.
 

Uses of FactoryRegistryException in org.geotools.referencing.factory
 

Methods in org.geotools.referencing.factory that throw FactoryRegistryException
protected static ObjectCache CachedAuthorityDecorator.createCache(Hints hints)
          Utility method used to produce cache based on hint
protected static ObjectCache CachedCRSAuthorityDecorator.createCache(Hints hints)
          Utility method used to produce cache based on hint
 

Constructors in org.geotools.referencing.factory that throw FactoryRegistryException
AuthorityFactoryAdapter(java.lang.String authority, Hints userHints)
          Creates a wrappers around the default factories for the specified authority.
OrderedAxisAuthorityFactory(java.lang.String authority, Hints userHints, org.opengis.referencing.cs.AxisDirection[] axisOrder)
          Creates a factory which will reorder the axis of all objects created by the default authority factories.
TransformedAuthorityFactory(java.lang.String authority, Hints userHints)
          Creates a wrappers around the default factories for the specified authority.
 

Uses of FactoryRegistryException in org.geotools.resources.coverage
 

Methods in org.geotools.resources.coverage that throw FactoryRegistryException
static FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> FeatureUtilities.wrapGridCoverageReader(AbstractGridCoverage2DReader gridCoverageReader, org.opengis.parameter.GeneralParameterValue[] params)
          Wraps a grid coverage into a Feature.
 

Uses of FactoryRegistryException in org.geotools.styling
 

Methods in org.geotools.styling that throw FactoryRegistryException
static StyleFactory StyleFactoryFinder.createStyleFactory()
          Deprecated. Create an instance of the factory.
 

Uses of FactoryRegistryException in org.geotools.util
 

Methods in org.geotools.util that throw FactoryRegistryException
static ObjectCache ObjectCaches.create(Hints hints)
          Utility method used to produce cache based on provide Hint
 

Uses of FactoryRegistryException in org.geotools.validation.relate
 

Methods in org.geotools.validation.relate that throw FactoryRegistryException
static org.opengis.filter.Filter OverlapsIntegrity.filterBBox(com.vividsolutions.jts.geom.Envelope bBox, org.opengis.feature.simple.SimpleFeatureType ft)
          Try and Filter by the provided bbox, will default to Filter.EXCLUDE if null
 



Copyright © 1996-2010 Geotools. All Rights Reserved.