Uses of Class
org.apache.sis.util.iso.AbstractFactory
Packages that use AbstractFactory
Package
Description
Filters features according their properties.
Well Known Text (WKT) parsing and formatting.
Base classes for reference systems used for general positioning.
Creates Coordinate Reference System (CRS) objects from given properties or authority codes.
Factories for geodetic objects defined in a SQL database, typically the EPSG dataset.
Mapping between geographic identifiers (addresses, grid indexes…) and locations (descriptions, coordinates…).
Relationship between any two Coordinate Reference Systems (CRS).
Conversions or transformations of multi-dimensional coordinate tuples.
Implementations of GeoAPI types from the
package.
invalid reference
org.opengis.util
-
Uses of AbstractFactory in org.apache.sis.filter
Subclasses of AbstractFactory in org.apache.sis.filterModifier and TypeClassDescriptionclass
DefaultFilterFactory<R,
G, T> A factory of defaultFilter
andExpression
implementations.static class
A filter factory operating onAbstractFeature
instances. -
Uses of AbstractFactory in org.apache.sis.io.wkt
Subclasses of AbstractFactory in org.apache.sis.io.wktModifier and TypeClassDescriptionclass
A factory providing CRS objects parsed from WKT definitions associated to authority codes. -
Uses of AbstractFactory in org.apache.sis.referencing
Subclasses of AbstractFactory in org.apache.sis.referencingModifier and TypeClassDescription(package private) final class
The authority factory to use as a fallback when the real EPSG factory is not available. -
Uses of AbstractFactory in org.apache.sis.referencing.factory
Subclasses of AbstractFactory in org.apache.sis.referencing.factoryModifier and TypeClassDescriptionclass
Creates coordinate reference systems in the "OGC
", "CRS
" or"AUTO(2)"
namespaces.class
ConcurrentAuthorityFactory<DAO extends GeodeticAuthorityFactory>
A concurrent authority factory that caches all objects created by another factory.class
Creates geodetic objects from codes defined by an authority.class
Creates Coordinate Reference System (CRS) implementations, with their Coordinate System (CS) and Datum components.class
A factory that delegates the object creation to another factory determined from the authority part in “authority:code” arguments. -
Uses of AbstractFactory in org.apache.sis.referencing.factory.sql
Subclasses of AbstractFactory in org.apache.sis.referencing.factory.sqlModifier and TypeClassDescriptionclass
Data Access Object (DAO) creating geodetic objects from a JDBC connection to an EPSG database.class
A geodetic object factory backed by the EPSG database. -
Uses of AbstractFactory in org.apache.sis.referencing.gazetteer
Subclasses of AbstractFactory in org.apache.sis.referencing.gazetteerModifier and TypeClassDescriptionclass
A factory of reference systems by identifiers implemented by the SIS library. -
Uses of AbstractFactory in org.apache.sis.referencing.operation
Subclasses of AbstractFactory in org.apache.sis.referencing.operationModifier and TypeClassDescriptionclass
Creates operations capable to transform coordinates from a given source CRS to a given target CRS. -
Uses of AbstractFactory in org.apache.sis.referencing.operation.transform
Subclasses of AbstractFactory in org.apache.sis.referencing.operation.transformModifier and TypeClassDescriptionclass
Low level factory for creating math transforms.private static final class
A factory performing no caching. -
Uses of AbstractFactory in org.apache.sis.util.iso
Subclasses of AbstractFactory in org.apache.sis.util.iso