Uses of Class
org.apache.sis.referencing.factory.AuthorityFactoryProxy
Packages that use AuthorityFactoryProxy
Package
Description
Creates Coordinate Reference System (CRS) objects from given properties or authority codes.
-
Uses of AuthorityFactoryProxy in org.apache.sis.referencing.factory
Subclasses of AuthorityFactoryProxy in org.apache.sis.referencing.factoryModifier and TypeClassDescriptionprivate static final class
A proxy that does not execute immediately thecreate
method on a factory, but instead stores information for later execution.Fields in org.apache.sis.referencing.factory declared as AuthorityFactoryProxyModifier and TypeFieldDescription(package private) static final AuthorityFactoryProxy<org.opengis.referencing.cs.CoordinateSystemAxis>
AuthorityFactoryProxy.AXIS
(package private) static final AuthorityFactoryProxy<org.opengis.referencing.cs.CartesianCS>
AuthorityFactoryProxy.CARTESIAN_CS
(package private) static final AuthorityFactoryProxy<org.opengis.referencing.crs.CompoundCRS>
AuthorityFactoryProxy.COMPOUND_CRS
(package private) static final AuthorityFactoryProxy<org.opengis.referencing.cs.CoordinateSystem>
AuthorityFactoryProxy.COORDINATE_SYSTEM
(package private) static final AuthorityFactoryProxy<org.opengis.referencing.crs.CoordinateReferenceSystem>
AuthorityFactoryProxy.CRS
(package private) static final AuthorityFactoryProxy<org.opengis.referencing.cs.CylindricalCS>
AuthorityFactoryProxy.CYLINDRICAL_CS
(package private) static final AuthorityFactoryProxy<org.opengis.referencing.datum.Datum>
AuthorityFactoryProxy.DATUM
(package private) static final AuthorityFactoryProxy<org.opengis.referencing.crs.DerivedCRS>
AuthorityFactoryProxy.DERIVED_CRS
(package private) static final AuthorityFactoryProxy<org.opengis.util.InternationalString>
AuthorityFactoryProxy.DESCRIPTION
The proxy for theGeodeticAuthorityFactory.getDescriptionText(String)
method.(package private) static final AuthorityFactoryProxy<org.opengis.referencing.datum.Ellipsoid>
AuthorityFactoryProxy.ELLIPSOID
(package private) static final AuthorityFactoryProxy<org.opengis.referencing.cs.EllipsoidalCS>
AuthorityFactoryProxy.ELLIPSOIDAL_CS
(package private) static final AuthorityFactoryProxy<org.opengis.referencing.crs.EngineeringCRS>
AuthorityFactoryProxy.ENGINEERING_CRS
(package private) static final AuthorityFactoryProxy<org.opengis.referencing.datum.EngineeringDatum>
AuthorityFactoryProxy.ENGINEERING_DATUM
(package private) static final AuthorityFactoryProxy<org.opengis.metadata.extent.Extent>
AuthorityFactoryProxy.EXTENT
(package private) static final AuthorityFactoryProxy<org.opengis.referencing.crs.GeocentricCRS>
AuthorityFactoryProxy.GEOCENTRIC_CRS
(package private) static final AuthorityFactoryProxy<org.opengis.referencing.datum.GeodeticDatum>
AuthorityFactoryProxy.GEODETIC_DATUM
(package private) static final AuthorityFactoryProxy<org.opengis.referencing.crs.GeographicCRS>
AuthorityFactoryProxy.GEOGRAPHIC_CRS
(package private) static final AuthorityFactoryProxy<org.opengis.referencing.crs.ImageCRS>
AuthorityFactoryProxy.IMAGE_CRS
(package private) static final AuthorityFactoryProxy<org.opengis.referencing.datum.ImageDatum>
AuthorityFactoryProxy.IMAGE_DATUM
(package private) static final AuthorityFactoryProxy<org.opengis.referencing.operation.OperationMethod>
AuthorityFactoryProxy.METHOD
(package private) static final AuthorityFactoryProxy<org.opengis.referencing.IdentifiedObject>
AuthorityFactoryProxy.OBJECT
The proxy for theGeodeticAuthorityFactory.createObject(String)
method.(package private) static final AuthorityFactoryProxy<org.opengis.referencing.operation.CoordinateOperation>
AuthorityFactoryProxy.OPERATION
(package private) static final AuthorityFactoryProxy<org.opengis.parameter.ParameterDescriptor>
AuthorityFactoryProxy.PARAMETER
(package private) static final AuthorityFactoryProxy<org.opengis.referencing.cs.PolarCS>
AuthorityFactoryProxy.POLAR_CS
(package private) static final AuthorityFactoryProxy<org.opengis.referencing.datum.PrimeMeridian>
AuthorityFactoryProxy.PRIME_MERIDIAN
(package private) static final AuthorityFactoryProxy<org.opengis.referencing.crs.ProjectedCRS>
AuthorityFactoryProxy.PROJECTED_CRS
(package private) static final AuthorityFactoryProxy<?>[]
AuthorityFactoryProxy.PROXIES
The list of all proxies.private AuthorityFactoryProxy<?>
IdentifiedObjectFinder.proxy
The proxy for objects creation.private final AuthorityFactoryProxy<? super T>
IdentifiedObjectSet.proxy
A proxy to the most specific IdentifiedObjectSet.factory method to invoke for the IdentifiedObjectSet.type of objects included in this set.(package private) static final AuthorityFactoryProxy<org.opengis.referencing.cs.SphericalCS>
AuthorityFactoryProxy.SPHERICAL_CS
(package private) static final AuthorityFactoryProxy<org.opengis.referencing.crs.TemporalCRS>
AuthorityFactoryProxy.TEMPORAL_CRS
(package private) static final AuthorityFactoryProxy<org.opengis.referencing.datum.TemporalDatum>
AuthorityFactoryProxy.TEMPORAL_DATUM
(package private) static final AuthorityFactoryProxy<org.opengis.referencing.cs.TimeCS>
AuthorityFactoryProxy.TIME_CS
(package private) static final AuthorityFactoryProxy<javax.measure.Unit<?>>
AuthorityFactoryProxy.UNIT
(package private) static final AuthorityFactoryProxy<org.opengis.referencing.crs.VerticalCRS>
AuthorityFactoryProxy.VERTICAL_CRS
(package private) static final AuthorityFactoryProxy<org.opengis.referencing.cs.VerticalCS>
AuthorityFactoryProxy.VERTICAL_CS
(package private) static final AuthorityFactoryProxy<org.opengis.referencing.datum.VerticalDatum>
AuthorityFactoryProxy.VERTICAL_DATUM
Fields in org.apache.sis.referencing.factory with type parameters of type AuthorityFactoryProxyModifier and TypeFieldDescriptionprivate static final Map<String,
AuthorityFactoryProxy<?>> AuthorityFactoryProxy.BY_URN_TYPE
The proxy to use for a given type declared in a URN.Methods in org.apache.sis.referencing.factory that return AuthorityFactoryProxyModifier and TypeMethodDescription(package private) static <T> AuthorityFactoryProxy<? super T>
AuthorityFactoryProxy.getInstance
(Class<T> type) Returns the instance for the given type.(package private) AuthorityFactoryProxy<? extends T>
AuthorityFactoryProxy.specialize
(String typeName) The proxy to use for a given type declared in a URN.Methods in org.apache.sis.referencing.factory with parameters of type AuthorityFactoryProxyModifier and TypeMethodDescriptionprivate <T> T
ConcurrentAuthorityFactory.create
(AuthorityFactoryProxy<T> proxy, String code) Returns an object from a code using the given proxy.private <T> T
MultiAuthoritiesFactory.create
(AuthorityFactoryProxy<? extends T> proxy, String code) Creates an object from a code using the given proxy.