Uses of Interface
org.opengis.util.Factory
Packages that use Factory
Package
Description
Filters features according their properties.
Base interfaces for reference systems by coordinates or by identifiers.
Reference systems by coordinates.
Coordinate Systems and their axes.
Relationship of a Coordinate System (CS) to the Earth, another celestial body or a platform.
Coordinate operations (relationship between any two CRS).
The GeoAPI conformance testing framework.
Validators and test suites for the
org.opengis.referencing
package.Validators and test suites for the
org.opengis.util
package.A set of base types from ISO 19103
which cannot be mapped directly from Java, plus utilities.
-
Uses of Factory in org.opengis.filter
Subinterfaces of Factory in org.opengis.filterModifier and TypeInterfaceDescriptioninterface
FilterFactory<R,
G, T> Factory of instances of the variousFilter
andExpression
subclasses. -
Uses of Factory in org.opengis.referencing
Subinterfaces of Factory in org.opengis.referencingModifier and TypeInterfaceDescriptioninterface
Base interface for all authority factories.interface
Base interface for all factories of identified objects. -
Uses of Factory in org.opengis.referencing.crs
Subinterfaces of Factory in org.opengis.referencing.crsModifier and TypeInterfaceDescriptioninterface
Creates coordinate reference systems using authority codes.interface
Builds up complex Coordinate Reference Systems from simpler objects or values. -
Uses of Factory in org.opengis.referencing.cs
Subinterfaces of Factory in org.opengis.referencing.csModifier and TypeInterfaceDescriptioninterface
Creates coordinate systems using authority codes.interface
Builds up complex coordinate systems from simpler objects or values. -
Uses of Factory in org.opengis.referencing.datum
Subinterfaces of Factory in org.opengis.referencing.datumModifier and TypeInterfaceDescriptioninterface
Creates datum objects using authority codes.interface
Builds up complex datum objects from simpler objects or values. -
Uses of Factory in org.opengis.referencing.operation
Subinterfaces of Factory in org.opengis.referencing.operationModifier and TypeInterfaceDescriptioninterface
Creates coordinate transformation objects from codes.interface
Creates coordinate operations from parameter values, or infers operations from source and target CRS.interface
Low level factory for creatingMathTransform
instances.interface
Services supported by the coordinate operation packages. -
Uses of Factory in org.opengis.test
Classes in org.opengis.test that implement FactoryModifier and TypeClassDescriptionclass
Pre-defined constants for the units of measurement used by the conformance tests. -
Uses of Factory in org.opengis.test.referencing
Classes in org.opengis.test.referencing that implement FactoryModifier and TypeClassDescriptionclass
Creates referencing objects for a limited set of hard-coded EPSG codes usingObjectFactory
andMathTransformFactory
. -
Uses of Factory in org.opengis.test.util
Classes in org.opengis.test.util that implement FactoryModifier and TypeClassDescriptionclass
Base class of pseudo-factories that simulate a subset of the capabilities of a "real" factory. -
Uses of Factory in org.opengis.util
Subinterfaces of Factory in org.opengis.utilModifier and TypeInterfaceDescriptioninterface
Factory for generic names and international strings.Constructors in org.opengis.util with parameters of type FactoryModifierConstructorDescriptionUnimplementedServiceException
(Factory factory, Class<?> type) Constructs an exception with a message inferred from the specified factory and object type.UnimplementedServiceException
(Factory factory, Class<?> type, String variant) Constructs an exception with a message inferred from the specified factory, object type and variant.