|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.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.gui.swing.referencing | Widgets relative to the referencing package. |
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.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.store |
---|
Constructors in org.geotools.data.store that throw FactoryRegistryException | |
---|---|
ReprojectingIterator(Iterator delegate,
CoordinateReferenceSystem source,
CoordinateReferenceSystem target,
SimpleFeatureType schema,
GeometryCoordinateSequenceTransformer transformer)
|
|
ReprojectingIterator(Iterator delegate,
MathTransform transform,
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
|
FactoryCreator.createServiceProvider(Class<T> category,
Class<?> implementation,
Hints hints)
Creates a new instance of the specified factory using the specified hints. |
|
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. |
|
FeatureTypeFactory |
BasicFactories.getFeatureTypeFactory()
Deprecated. use BasicFactories.getFeatureTypeFactory() . |
|
FilterFactory |
BasicFactories.getFilterFactory()
Returns the filter factory singleton. |
|
static FilterFactory |
CommonFactoryFinder.getFilterFactory(Hints hints)
Returns the first implementation of FilterFactory matching the specified hints. |
|
static FilterFactory2 |
CommonFactoryFinder.getFilterFactory2(Hints hints)
Returns the first implementation of FilterFactory2 matching the specified hints. |
|
GeometryFactory |
BasicFactories.getGeometryFactory(CoordinateReferenceSystem crs)
Returns the geometry factory equiped to build geometries using the given coordinate reference system. |
|
NameFactory |
BasicFactories.getNameFactory()
Returns the name factory singleton. |
|
PrimitiveFactory |
BasicFactories.getPrimitiveFactory(CoordinateReferenceSystem crs)
Returns the primitive factory equiped to build primitives using the given coordinate reference system. |
|
|
FactoryCreator.getServiceProvider(Class<T> category,
ServiceRegistry.Filter filter,
Hints hints,
Hints.Key key)
Returns a provider for the specified category, using the specified map of hints (if any). |
|
|
FactoryRegistry.getServiceProvider(Class<T> category,
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. |
|
FeatureTypeFactory |
BasicFactories.getTypeFactory()
Deprecated. use BasicFactories.getFeatureTypeFactory() . |
Uses of FactoryRegistryException in org.geotools.feature |
---|
Methods in org.geotools.feature that throw FactoryRegistryException | |
---|---|
static FeatureTypeFactory |
FeatureTypeFactory.createTemplate(FeatureType original)
Deprecated. Create a FeatureTypeFactory which contains all of the AttributeTypes from the given FeatureType. |
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. |
static FeatureType |
FeatureTypeFactory.newFeatureType(AttributeType[] types,
String name)
Deprecated. Create a new FeatureType with the given AttributeTypes. |
static FeatureType |
FeatureTypeFactory.newFeatureType(AttributeType[] types,
String name,
URI ns)
Deprecated. Create a new FeatureType with the given AttributeTypes. |
static FeatureType |
FeatureTypeFactory.newFeatureType(AttributeType[] types,
String name,
URI ns,
boolean isAbstract)
Deprecated. Create a new FeatureType with the given AttributeTypes. |
static FeatureType |
FeatureTypeFactory.newFeatureType(AttributeType[] types,
String name,
URI ns,
boolean isAbstract,
FeatureType[] superTypes)
Deprecated. The most specific way to create a new FeatureType. |
static FeatureType |
FeatureTypeFactory.newFeatureType(AttributeType[] types,
String name,
URI ns,
boolean isAbstract,
FeatureType[] superTypes,
AttributeType defaultGeometry)
Deprecated. The most specific way to create a new FeatureType. |
static FeatureType |
FeatureTypeFactory.newFeatureType(AttributeType[] types,
String name,
URI ns,
boolean isAbstract,
FeatureType[] superTypes,
GeometryAttributeType defaultGeometry)
Deprecated. The most specific way to create a new FeatureType. |
static FeatureTypeFactory |
FeatureTypeBuilder.newInstance(String typeName)
Create a new FeatureTypeFactory with the given typeName. |
static FeatureTypeFactory |
FeatureTypeFactory.newInstance(String name)
Deprecated. Create a new FeatureTypeFactory with the given typeName. |
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 AggregateFactory |
GeometryFactoryFinder.getAggregateFactory(Hints hints)
|
static ComplexFactory |
GeometryFactoryFinder.getComplexFactory(Hints hints)
|
static GeometryFactory |
GeometryFactoryFinder.getGeometryFactory(Hints hints)
An implementation of GeometryFactory for the provided crs. |
static PositionFactory |
GeometryFactoryFinder.getPositionFactory(Hints hints)
|
static Precision |
GeometryFactoryFinder.getPrecision(Hints hints)
|
static PrimitiveFactory |
GeometryFactoryFinder.getPrimitiveFactory(Hints hints)
|
Constructors in org.geotools.geometry that throw FactoryRegistryException | |
---|---|
TransformedDirectPosition(CoordinateReferenceSystem sourceCRS,
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 CoordinateSequenceFactory |
JTSFactoryFinder.getCoordinateSequenceFactory(Hints hints)
Returns the first implementation of CoordinateSequenceFactory matching the specified
hints. |
static CoordinateSequenceFactory |
FactoryFinder.getCoordinateSequenceFactory(Hints hints)
Deprecated. Returns the first implementation of CoordinateSequenceFactory matching the specified
hints. |
static GeometryFactory |
JTSFactoryFinder.getGeometryFactory(Hints hints)
Returns the first implementation of GeometryFactory matching the specified hints. |
static GeometryFactory |
FactoryFinder.getGeometryFactory(Hints hints)
Deprecated. Returns the first implementation of GeometryFactory matching the specified hints. |
static PrecisionModel |
JTSFactoryFinder.getPrecisionModel(Hints hints)
Returns the first implementation of PrecisionModel matching the specified hints. |
static PrecisionModel |
FactoryFinder.getPrecisionModel(Hints hints)
Deprecated. Returns the first implementation of PrecisionModel 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(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. |
|
AuthorityCodesComboBox(String authority)
Creates a CRS chooser backed by the specified authority factory. |
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,
String title)
Constructor which adds a new layer and trigger a LayerListEvent . |
|
DefaultMapLayer(GridCoverage coverage,
Style style)
* Add a new layer and trigger a LayerListEvent . |
|
DefaultMapLayer(GridCoverage coverage,
Style style,
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 CRSAuthorityFactory |
CRS.getAuthorityFactory(boolean longitudeFirst)
Returns the CRS authority factory used by the decode methods. |
static CoordinateOperationAuthorityFactory |
ReferencingFactoryFinder.getCoordinateOperationAuthorityFactory(String authority,
Hints hints)
Returns the first implementation of CoordinateOperationAuthorityFactory matching
the specified hints. |
static CoordinateOperationFactory |
ReferencingFactoryFinder.getCoordinateOperationFactory(Hints hints)
Returns the first implementation of CoordinateOperationFactory matching the specified
hints. |
static CRSAuthorityFactory |
ReferencingFactoryFinder.getCRSAuthorityFactory(String authority,
Hints hints)
Returns the first implementation of CRSAuthorityFactory matching the specified
hints. |
static CRSFactory |
ReferencingFactoryFinder.getCRSFactory(Hints hints)
Returns the first implementation of CRSFactory matching the specified hints. |
static CSAuthorityFactory |
ReferencingFactoryFinder.getCSAuthorityFactory(String authority,
Hints hints)
Returns the first implementation of CSAuthorityFactory matching the specified
hints. |
static CSFactory |
ReferencingFactoryFinder.getCSFactory(Hints hints)
Returns the first implementation of CSFactory matching the specified hints. |
static DatumAuthorityFactory |
ReferencingFactoryFinder.getDatumAuthorityFactory(String authority,
Hints hints)
Returns the first implementation of DatumAuthorityFactory matching the specified
hints. |
static DatumFactory |
ReferencingFactoryFinder.getDatumFactory(Hints hints)
Returns the first implementation of DatumFactory matching the specified hints. |
static MathTransformFactory |
ReferencingFactoryFinder.getMathTransformFactory(Hints hints)
Returns the first implementation of MathTransformFactory matching the specified
hints. |
static Version |
CRS.getVersion(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 |
CachedCRSAuthorityDecorator.createCache(Hints hints)
Utility method used to produce cache based on hint |
protected static ObjectCache |
CachedAuthorityDecorator.createCache(Hints hints)
Utility method used to produce cache based on hint |
Constructors in org.geotools.referencing.factory that throw FactoryRegistryException | |
---|---|
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. |
|
TransformedAuthorityFactory(String authority,
Hints userHints)
Creates a wrappers around the default factories for the specified authority. |
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 Filter |
OverlapsIntegrity.filterBBox(Envelope bBox,
SimpleFeatureType ft)
Try and Filter by the provided bbox, will default to Filter.EXCLUDE if null |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |