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 TypeInterfaceDescriptioninterfaceFilterFactory<R,G, T> Factory of instances of the variousFilterandExpressionsubclasses. -
Uses of Factory in org.opengis.referencing
Subinterfaces of Factory in org.opengis.referencingModifier and TypeInterfaceDescriptioninterfaceBase interface for all authority factories.interfaceBase interface for all factories of identified objects. -
Uses of Factory in org.opengis.referencing.crs
Subinterfaces of Factory in org.opengis.referencing.crsModifier and TypeInterfaceDescriptioninterfaceCreates coordinate reference systems using authority codes.interfaceBuilds 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 TypeInterfaceDescriptioninterfaceCreates coordinate systems using authority codes.interfaceBuilds 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 TypeInterfaceDescriptioninterfaceCreates datum objects using authority codes.interfaceBuilds 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 TypeInterfaceDescriptioninterfaceCreates coordinate transformation objects from codes.interfaceCreates coordinate operations from parameter values, or infers operations from source and target CRS.interfaceLow level factory for creatingMathTransforminstances.interfaceServices supported by the coordinate operation packages. -
Uses of Factory in org.opengis.test
Classes in org.opengis.test that implement FactoryModifier and TypeClassDescriptionclassPre-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 TypeClassDescriptionclassCreates referencing objects for a limited set of hard-coded EPSG codes usingObjectFactoryandMathTransformFactory. -
Uses of Factory in org.opengis.test.util
Classes in org.opengis.test.util that implement FactoryModifier and TypeClassDescriptionclassBase 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 TypeInterfaceDescriptioninterfaceFactory 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.