Uses of Class
org.geotools.factory.FactoryRegistryException

Packages that use FactoryRegistryException
org.geotools.coverage Coverage implementation.  
org.geotools.factory Utility classes which enable dynamic binding to factory implementations at runtime.  
org.geotools.feature   
org.geotools.geometry.jts   
org.geotools.gui.swing.referencing Widgets relative to the referencing package. 
org.geotools.referencing Reference systems implementation.  
org.geotools.referencing.factory Base classes for factories and authority factories. 
 

Uses of FactoryRegistryException in org.geotools.coverage
 

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

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.
 

Methods in org.geotools.factory that throw FactoryRegistryException
 org.opengis.feature.display.FeatureDisplayFactory BasicFactories.getFeatureDisplayFactory()
          Returns the feature display factory singleton.
 org.opengis.feature.FeatureTypeFactory BasicFactories.getFeatureTypeFactory()
          Returns the feature type factory singleton.
 org.opengis.filter.FilterFactory BasicFactories.getFilterFactory()
          Returns the filter factory singleton.
 org.opengis.go.display.DisplayFactory BasicFactories.getDisplayFactory()
          Returns the display factory singleton.
 org.opengis.util.NameFactory BasicFactories.getNameFactory()
          Returns the name factory singleton.
 org.opengis.metadata.citation.CitationFactory BasicFactories.getCitationFactory()
          Returns the citation 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.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.sld.FeatureStyleFactory BasicFactories.getFeatureStyleFactory()
          Returns the feature style factory singleton.
 org.opengis.spatialschema.geometry.geometry.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.spatialschema.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.
 java.lang.Object FactoryCreator.getServiceProvider(java.lang.Class 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).
protected  java.lang.Object FactoryCreator.createServiceProvider(java.lang.Class category, java.lang.Class implementation, Hints hints)
          Creates a new instance of the specified factory using the specified hints.
 java.lang.Object FactoryRegistry.getServiceProvider(java.lang.Class 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).
 

Uses of FactoryRegistryException in org.geotools.feature
 

Methods in org.geotools.feature that throw FactoryRegistryException
static FeatureType FeatureTypeFactory.newFeatureType(AttributeType[] types, java.lang.String name, java.net.URI ns, boolean isAbstract, FeatureType[] superTypes)
          Deprecated. The most specific way to create a new FeatureType.
static FeatureType FeatureTypeFactory.newFeatureType(AttributeType[] types, java.lang.String name, java.net.URI ns, boolean isAbstract, FeatureType[] superTypes, AttributeType defaultGeometry)
          Deprecated. The most specific way to create a new FeatureType.
static FeatureType FeatureTypeFactory.newFeatureType(AttributeType[] types, java.lang.String name, java.net.URI ns, boolean isAbstract, FeatureType[] superTypes, GeometryAttributeType defaultGeometry)
          Deprecated. The most specific way to create a new FeatureType.
static FeatureType FeatureTypeFactory.newFeatureType(AttributeType[] types, java.lang.String name, java.net.URI ns, boolean isAbstract)
          Deprecated. Create a new FeatureType with the given AttributeTypes.
static FeatureType FeatureTypeFactory.newFeatureType(AttributeType[] types, java.lang.String name, java.net.URI ns)
          Deprecated. Create a new FeatureType with the given AttributeTypes.
static FeatureType FeatureTypeFactory.newFeatureType(AttributeType[] types, java.lang.String name)
          Deprecated. Create a new FeatureType with the given AttributeTypes.
static FeatureTypeFactory FeatureTypeFactory.newInstance(java.lang.String name)
          Deprecated. Create a new FeatureTypeFactory with the given typeName.
static FeatureTypeFactory FeatureTypeFactory.createTemplate(FeatureType original)
          Deprecated. Create a FeatureTypeFactory which contains all of the AttributeTypes from the given FeatureType.
 

Uses of FactoryRegistryException in org.geotools.geometry.jts
 

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

Uses of FactoryRegistryException in org.geotools.gui.swing.referencing
 

Methods in org.geotools.gui.swing.referencing that throw FactoryRegistryException
static void AuthorityCodesComboBox.main(java.lang.String[] args)
          Display the chooser.
 

Constructors in org.geotools.gui.swing.referencing that throw FactoryRegistryException
AuthorityCodesComboBox()
          Creates a CRS chooser backed by the EPSG authority factory.
 

Uses of FactoryRegistryException in org.geotools.referencing
 

Methods in org.geotools.referencing that throw FactoryRegistryException
static org.opengis.referencing.datum.DatumFactory FactoryFinder.getDatumFactory(Hints hints)
          Returns the first implementation of DatumFactory matching the specified hints.
static org.opengis.referencing.cs.CSFactory FactoryFinder.getCSFactory(Hints hints)
          Returns the first implementation of CSFactory matching the specified hints.
static org.opengis.referencing.crs.CRSFactory FactoryFinder.getCRSFactory(Hints hints)
          Returns the first implementation of CRSFactory matching the specified hints.
static org.opengis.referencing.operation.CoordinateOperationFactory FactoryFinder.getCoordinateOperationFactory(Hints hints)
          Returns the first implementation of CoordinateOperationFactory matching the specified hints.
static org.opengis.referencing.datum.DatumAuthorityFactory FactoryFinder.getDatumAuthorityFactory(java.lang.String authority, Hints hints)
          Returns the first implementation of DatumAuthorityFactory matching the specified hints.
static org.opengis.referencing.cs.CSAuthorityFactory FactoryFinder.getCSAuthorityFactory(java.lang.String authority, Hints hints)
          Returns the first implementation of CSAuthorityFactory matching the specified hints.
static org.opengis.referencing.crs.CRSAuthorityFactory FactoryFinder.getCRSAuthorityFactory(java.lang.String authority, Hints hints)
          Returns the first implementation of CRSAuthorityFactory matching the specified hints.
static org.opengis.referencing.operation.CoordinateOperationAuthorityFactory FactoryFinder.getCoordinateOperationAuthorityFactory(java.lang.String authority, Hints hints)
          Returns the first implementation of CoordinateOperationAuthorityFactory matching the specified hints.
static org.opengis.referencing.operation.MathTransformFactory FactoryFinder.getMathTransformFactory(Hints hints)
          Returns the first implementation of MathTransformFactory matching the specified hints.
 

Uses of FactoryRegistryException in org.geotools.referencing.factory
 

Methods in org.geotools.referencing.factory that throw FactoryRegistryException
static void OrderedAxisAuthorityFactory.register(java.lang.String authority)
          Registers an ordered axis authority factory as a replacement of the specified authority.
static void OrderedAxisAuthorityFactory.unregister(java.lang.String authority)
          Unregisters an ordered axis authority factory previously registered with the register method.
 

Constructors in org.geotools.referencing.factory that throw FactoryRegistryException
AuthorityFactoryAdapter(java.lang.String authority, Hints hints)
          Creates a wrappers around the default factories for the specified authority.
 



Copyright © GeoTools. All Rights Reserved.