Uses of Interface
org.opengis.util.Factory
Packages that use Factory
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
org.opengis.util package.Coordinate systems and their
axis.
Geodetic datum (the relationship of a
coordinate system to the earth).
Coordinate operations (relationship between
any two coordinate reference systems).
-
Uses of Factory in org.apache.sis.filter
Classes in org.apache.sis.filter that implement FactoryModifier and TypeClassDescriptionclassDefaultFilterFactory<R,G, T> A factory of defaultFilterandExpressionimplementations.static classA filter factory operating oninstances.invalid reference
Feature -
Uses of Factory in org.apache.sis.io.wkt
Classes in org.apache.sis.io.wkt that implement FactoryModifier and TypeClassDescriptionclassA factory providing CRS objects parsed from WKT definitions associated to authority codes.Methods in org.apache.sis.io.wkt with type parameters of type FactoryModifier and TypeMethodDescription<T extends Factory>
TWKTFormat.getFactory(Class<T> type) Returns one of the factories used by thisWKTFormatfor parsing WKT.<T extends Factory>
voidWKTFormat.setFactory(Class<T> type, T factory) Sets one of the factories to be used by thisWKTFormatfor parsing WKT. -
Uses of Factory in org.apache.sis.referencing
Classes in org.apache.sis.referencing that implement FactoryModifier and TypeClassDescriptionclassFinds CRSs or coordinate operations in one or many geodetic registries.Methods in org.apache.sis.referencing with type parameters of type FactoryModifier and TypeMethodDescriptionMultiRegisterOperations.getFactory(Class<? extends T> type) Returns a factory used for building components of CRS or coordinate operations. -
Uses of Factory in org.apache.sis.referencing.factory
Classes in org.apache.sis.referencing.factory that implement FactoryModifier and TypeClassDescriptionclassCreates coordinate reference systems in the "OGC", "CRS" or"AUTO(2)"namespaces.classConcurrentAuthorityFactory<DAO extends GeodeticAuthorityFactory>A concurrent authority factory that caches all objects created by another factory.classCreates geodetic objects from codes defined by an authority.classCreates Coordinate Reference System (CRS) implementations, with their Coordinate System (CS) and Datum components.classA factory that delegates the object creation to another factory determined from the authority part in “authority:code” arguments. -
Uses of Factory in org.apache.sis.referencing.factory.sql
Classes in org.apache.sis.referencing.factory.sql that implement FactoryModifier and TypeClassDescriptionclassData Access Object (DAO) creating geodetic objects from a JDBC connection to an EPSG database.classA geodetic object factory backed by the EPSG database. -
Uses of Factory in org.apache.sis.referencing.gazetteer
Classes in org.apache.sis.referencing.gazetteer that implement FactoryModifier and TypeClassDescriptionclassA factory of reference systems by identifiers implemented by the SIS library. -
Uses of Factory in org.apache.sis.referencing.operation
Classes in org.apache.sis.referencing.operation that implement FactoryModifier and TypeClassDescriptionclassCreates operations capable to transform coordinates from a given source CRS to a given target CRS. -
Uses of Factory in org.apache.sis.referencing.operation.transform
Classes in org.apache.sis.referencing.operation.transform that implement Factory -
Uses of Factory in org.apache.sis.util.iso
Classes in org.apache.sis.util.iso that implement FactoryModifier and TypeClassDescriptionclassBase class of factories provided in the Apache SIS library.classA factory for creatingAbstractNameobjects. -
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.datum -
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.interfaceLow level factory for creating math transforms.