Uses of Class
org.geotools.api.referencing.FactoryException
-
-
Uses of FactoryException in org.geotools.api.referencing
Subclasses of FactoryException in org.geotools.api.referencing Modifier and Type Class Description class
NoSuchAuthorityCodeException
Thrown when an authority factory can't find the requested authority code.class
NoSuchIdentifierException
Thrown when a math transform as been requested with an unknow operation method identifier.Methods in org.geotools.api.referencing that throw FactoryException Modifier and Type Method Description IdentifiedObject
AuthorityFactory. createObject(String code)
Returns an arbitrary object from a code.Set<String>
AuthorityFactory. getAuthorityCodes(Class<? extends IdentifiedObject> type)
Returns the set of authority codes of the given type.InternationalString
AuthorityFactory. getDescriptionText(String code)
Gets a description of the object corresponding to a code. -
Uses of FactoryException in org.geotools.api.referencing.crs
Methods in org.geotools.api.referencing.crs that throw FactoryException Modifier and Type Method Description CompoundCRS
CRSAuthorityFactory. createCompoundCRS(String code)
Creates a 3D coordinate reference system from a code.CompoundCRS
CRSFactory. createCompoundCRS(Map<String,?> properties, CoordinateReferenceSystem... elements)
Creates a compound coordinate reference system from an ordered list ofCoordinateReferenceSystem
objects.CoordinateReferenceSystem
CRSAuthorityFactory. createCoordinateReferenceSystem(String code)
Returns an arbitrary coordinate reference system from a code.DerivedCRS
CRSAuthorityFactory. createDerivedCRS(String code)
Creates a derived coordinate reference system from a code.DerivedCRS
CRSFactory. createDerivedCRS(Map<String,?> properties, CoordinateReferenceSystem baseCRS, Conversion conversionFromBase, CoordinateSystem derivedCS)
Creates a derived coordinate reference system.EngineeringCRS
CRSAuthorityFactory. createEngineeringCRS(String code)
Create a engineering coordinate reference system from a code.EngineeringCRS
CRSFactory. createEngineeringCRS(Map<String,?> properties, EngineeringDatum datum, CoordinateSystem cs)
Creates a engineering coordinate reference system.CoordinateReferenceSystem
CRSFactory. createFromWKT(String wkt)
Creates a coordinate reference system object from a string.CoordinateReferenceSystem
CRSFactory. createFromXML(String xml)
Creates a coordinate reference system object from a XML string.GeocentricCRS
CRSAuthorityFactory. createGeocentricCRS(String code)
Returns a geocentric coordinate reference system from a code.GeocentricCRS
CRSFactory. createGeocentricCRS(Map<String,?> properties, GeodeticDatum datum, CartesianCS cs)
Creates a geocentric coordinate reference system from a cartesian coordinate system.GeocentricCRS
CRSFactory. createGeocentricCRS(Map<String,?> properties, GeodeticDatum datum, SphericalCS cs)
Creates a geocentric coordinate reference system from a spherical coordinate system.GeographicCRS
CRSAuthorityFactory. createGeographicCRS(String code)
Returns a geographic coordinate reference system from a code.GeographicCRS
CRSFactory. createGeographicCRS(Map<String,?> properties, GeodeticDatum datum, EllipsoidalCS cs)
Creates a geographic coordinate reference system.ImageCRS
CRSAuthorityFactory. createImageCRS(String code)
Create a image coordinate reference system from a code.ImageCRS
CRSFactory. createImageCRS(Map<String,?> properties, ImageDatum datum, AffineCS cs)
Creates an image coordinate reference system.ProjectedCRS
CRSAuthorityFactory. createProjectedCRS(String code)
Returns a projected coordinate reference system from a code.ProjectedCRS
CRSFactory. createProjectedCRS(Map<String,?> properties, GeographicCRS baseCRS, Conversion conversionFromBase, CartesianCS derivedCS)
Creates a projected coordinate reference system from a defining conversion.TemporalCRS
CRSAuthorityFactory. createTemporalCRS(String code)
Create a temporal coordinate reference system from a code.TemporalCRS
CRSFactory. createTemporalCRS(Map<String,?> properties, TemporalDatum datum, TimeCS cs)
Creates a temporal coordinate reference system.VerticalCRS
CRSAuthorityFactory. createVerticalCRS(String code)
Create a vertical coordinate reference system from a code.VerticalCRS
CRSFactory. createVerticalCRS(Map<String,?> properties, VerticalDatum datum, VerticalCS cs)
Creates a vertical coordinate reference system. -
Uses of FactoryException in org.geotools.api.referencing.cs
Methods in org.geotools.api.referencing.cs that throw FactoryException Modifier and Type Method Description AffineCS
CSFactory. createAffineCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1)
Creates a two dimensional coordinate system from the given pair of axis.AffineCS
CSFactory. createAffineCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2)
Creates a three dimensional coordinate system from the given set of axis.CartesianCS
CSAuthorityFactory. createCartesianCS(String code)
Creates a cartesian coordinate system from a code.CartesianCS
CSFactory. createCartesianCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1)
Creates a two dimensional cartesian coordinate system from the given pair of axis.CartesianCS
CSFactory. createCartesianCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2)
Creates a three dimensional cartesian coordinate system from the given set of axis.CoordinateSystem
CSAuthorityFactory. createCoordinateSystem(String code)
Returns an arbitrary coordinate system from a code.CoordinateSystemAxis
CSAuthorityFactory. createCoordinateSystemAxis(String code)
Returns a coordinate system axis from a code.CoordinateSystemAxis
CSFactory. createCoordinateSystemAxis(Map<String,?> properties, String abbreviation, AxisDirection direction, Unit<?> unit)
Creates a coordinate system axis from an abbreviation and a unit.CylindricalCS
CSAuthorityFactory. createCylindricalCS(String code)
Creates a cylindrical coordinate system from a code.CylindricalCS
CSFactory. createCylindricalCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2)
Creates a cylindrical coordinate system from the given set of axis.EllipsoidalCS
CSAuthorityFactory. createEllipsoidalCS(String code)
Creates an ellipsoidal coordinate system from a code.EllipsoidalCS
CSFactory. createEllipsoidalCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1)
Creates an ellipsoidal coordinate system without ellipsoidal height.EllipsoidalCS
CSFactory. createEllipsoidalCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2)
Creates an ellipsoidal coordinate system with ellipsoidal height.LinearCS
CSFactory. createLinearCS(Map<String,?> properties, CoordinateSystemAxis axis)
Creates a linear coordinate system.PolarCS
CSAuthorityFactory. createPolarCS(String code)
Creates a polar coordinate system from a code.PolarCS
CSFactory. createPolarCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1)
Creates a polar coordinate system from the given pair of axis.SphericalCS
CSAuthorityFactory. createSphericalCS(String code)
Creates a spherical coordinate system from a code.SphericalCS
CSFactory. createSphericalCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2)
Creates a spherical coordinate system from the given set of axis.TimeCS
CSAuthorityFactory. createTimeCS(String code)
Creates a temporal coordinate system from a code.TimeCS
CSFactory. createTimeCS(Map<String,?> properties, CoordinateSystemAxis axis)
Creates a time coordinate system.Unit<?>
CSAuthorityFactory. createUnit(String code)
Returns an unit from a code.UserDefinedCS
CSFactory. createUserDefinedCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1)
Creates a two-dimensional user defined coordinate system.UserDefinedCS
CSFactory. createUserDefinedCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2)
Creates a three-dimensional user defined coordinate system.VerticalCS
CSAuthorityFactory. createVerticalCS(String code)
Creates a vertical coordinate system from a code.VerticalCS
CSFactory. createVerticalCS(Map<String,?> properties, CoordinateSystemAxis axis)
Creates a vertical coordinate system. -
Uses of FactoryException in org.geotools.api.referencing.datum
Methods in org.geotools.api.referencing.datum that throw FactoryException Modifier and Type Method Description Datum
DatumAuthorityFactory. createDatum(String code)
Returns an arbitrary datum from a code.Ellipsoid
DatumAuthorityFactory. createEllipsoid(String code)
Returns an ellipsoid from a code.Ellipsoid
DatumFactory. createEllipsoid(Map<String,?> properties, double semiMajorAxis, double semiMinorAxis, Unit<Length> unit)
Creates an ellipsoid from radius values.EngineeringDatum
DatumAuthorityFactory. createEngineeringDatum(String code)
Creates a engineering datum from a code.EngineeringDatum
DatumFactory. createEngineeringDatum(Map<String,?> properties)
Creates an engineering datum.Ellipsoid
DatumFactory. createFlattenedSphere(Map<String,?> properties, double semiMajorAxis, double inverseFlattening, Unit<Length> unit)
Creates an ellipsoid from an major radius, and inverse flattening.GeodeticDatum
DatumAuthorityFactory. createGeodeticDatum(String code)
Returns a geodetic datum from a code.GeodeticDatum
DatumFactory. createGeodeticDatum(Map<String,?> properties, Ellipsoid ellipsoid, PrimeMeridian primeMeridian)
Creates geodetic datum from ellipsoid and (optionaly) Bursa-Wolf parameters.ImageDatum
DatumAuthorityFactory. createImageDatum(String code)
Creates a image datum from a code.ImageDatum
DatumFactory. createImageDatum(Map<String,?> properties, PixelInCell pixelInCell)
Creates an image datum.PrimeMeridian
DatumAuthorityFactory. createPrimeMeridian(String code)
Returns a prime meridian from a code.PrimeMeridian
DatumFactory. createPrimeMeridian(Map<String,?> properties, double longitude, Unit<Angle> unit)
Creates a prime meridian, relative to Greenwich.TemporalDatum
DatumAuthorityFactory. createTemporalDatum(String code)
Creates a temporal datum from a code.TemporalDatum
DatumFactory. createTemporalDatum(Map<String,?> properties, Date origin)
Creates a temporal datum from an enumerated type value.VerticalDatum
DatumAuthorityFactory. createVerticalDatum(String code)
Creates a vertical datum from a code.VerticalDatum
DatumFactory. createVerticalDatum(Map<String,?> properties, VerticalDatumType type)
Creates a vertical datum from an enumerated type value. -
Uses of FactoryException in org.geotools.api.referencing.operation
Subclasses of FactoryException in org.geotools.api.referencing.operation Modifier and Type Class Description class
OperationNotFoundException
Thrown when a coordinate operation is not found.Methods in org.geotools.api.referencing.operation that throw FactoryException Modifier and Type Method Description MathTransform
MathTransformFactory. createAffineTransform(Matrix matrix)
Creates an affine transform from a matrix.MathTransform
MathTransformFactory. createBaseToDerived(CoordinateReferenceSystem baseCRS, ParameterValueGroup parameters, CoordinateSystem derivedCS)
Creates a parameterized transform from a base CRS to a derived CS.CoordinateOperation
CoordinateOperationFactory. createConcatenatedOperation(Map<String,?> properties, CoordinateOperation... operations)
Creates a concatenated operation from a sequence of operations.MathTransform
MathTransformFactory. createConcatenatedTransform(MathTransform transform1, MathTransform transform2)
Creates a transform by concatenating two existing transforms.CoordinateOperation
CoordinateOperationAuthorityFactory. createCoordinateOperation(String code)
Creates an operation from a single operation code.Conversion
CoordinateOperationFactory. createDefiningConversion(Map<String,?> properties, OperationMethod method, ParameterValueGroup parameters)
Constructs a defining conversion from a set of properties.Set<CoordinateOperation>
CoordinateOperationAuthorityFactory. createFromCoordinateReferenceSystemCodes(String sourceCRS, String targetCRS)
Creates operations from coordinate reference system codes.MathTransform
MathTransformFactory. createFromWKT(String wkt)
Creates a math transform object from a string.MathTransform
MathTransformFactory. createFromXML(String xml)
Creates a math transform object from a XML string.CoordinateOperation
CoordinateOperationFactory. createOperation(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS)
Returns an operation for conversion or transformation between two coordinate reference systems.CoordinateOperation
CoordinateOperationFactory. createOperation(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, OperationMethod method)
Returns an operation using a particular method for conversion or transformation between two coordinate reference systems.MathTransform
MathTransformFactory. createParameterizedTransform(ParameterValueGroup parameters)
Creates a transform from a group of parameters.MathTransform
MathTransformFactory. createPassThroughTransform(int firstAffectedOrdinate, MathTransform subTransform, int numTrailingOrdinates)
Creates a transform which passes through a subset of ordinates to another transform.Set<CoordinateOperation>
CoordinateOperationFactory. findOperations(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS)
Returns all the available operations for conversion or transformation between two coordinate reference systems. -
Uses of FactoryException in org.geotools.coverage.grid
Methods in org.geotools.coverage.grid that throw FactoryException Modifier and Type Method Description CoordinateReferenceSystem
GridGeometry2D. reduce(CoordinateReferenceSystem crs)
Reduces the specified CRS to a two-dimensional one. -
Uses of FactoryException in org.geotools.coverage.grid.io
Constructors in org.geotools.coverage.grid.io that throw FactoryException Constructor Description ReadResolutionCalculator(GridGeometry2D requestedGridGeometry, CoordinateReferenceSystem nativeCrs, double[] fullResolution)
-
Uses of FactoryException in org.geotools.coverage.io.netcdf.crs
Methods in org.geotools.coverage.io.netcdf.crs that throw FactoryException Modifier and Type Method Description static CoordinateReferenceSystem
ProjectionBuilder. buildCRS(Map<String,?> props, ParameterValueGroup parameters, Ellipsoid ellipsoid)
Build a ProjectedCoordinateReferenceSystem
parsing Conversion parameters and Ellipsoidstatic CoordinateReferenceSystem
ProjectionBuilder. createProjection(String projectionName, String code, Double semiMajor, Double inverseFlattening, Map<String,Double> params)
Quick method to create aCoordinateReferenceSystem
instance, given the OGC ProjectionName, such as "lambert_conformal_conic_2sp"), a custom code number for it, the semiMajor, the inverseFlattening (when infinity, assuming the reference ellipsoid is a spheroid), and the Projection Params through amap (as an instance: <"central_meridian",-95>) static MathTransform
ProjectionBuilder. createTransform(ParameterValueGroup parameters)
static CoordinateReferenceSystem
NetCDFProjection. lookForVariableCRS(NetcdfDataset dataset, CoordinateReferenceSystem defaultCrs)
static CoordinateReferenceSystem
NetCDFProjection. lookForVariableCRS(NetcdfDataset dataset, CoordinateReferenceSystem defaultCrs, Map<String,Object> crsProperties)
Look for a CoordinateReferenceSystem defined into a variablestatic CoordinateReferenceSystem
NetCDFProjection. lookupForCustomEpsg(CoordinateReferenceSystem crs)
Check if any custom EPSG maps the provided crs and return that onestatic CoordinateReferenceSystem
NetCDFProjection. parseProjection(Variable var)
Extract the georeferencing projection information from the specified variable and setup aCoordinateReferenceSystem
instancestatic CoordinateReferenceSystem
NetCDFProjection. parseProjection(Variable var, NetCDFProjection.CRSParser crsParser)
Extract the georeferencing projection information from the specified variable and setup aCoordinateReferenceSystem
instancestatic CoordinateReferenceSystem
NetCDFProjection. parseProjection(Variable var, NetCDFProjection.CRSParser crsParser, Map<String,Object> crsProperties)
Extract the georeferencing projection information from the specified variable and setup aCoordinateReferenceSystem
instance -
Uses of FactoryException in org.geotools.coverage.io.util
Methods in org.geotools.coverage.io.util that throw FactoryException Modifier and Type Method Description static Bounds
Utilities. getEnvelopeAsWGS84(Bounds bounds, boolean get2D)
Get a WGS84 envelope for the specified envelope.static GeneralBounds
Utilities. getIntersection(ReferencedEnvelope baseEnvelope2D, CoordinateReferenceSystem spatialReferenceSystem2D, GeneralBounds requestedEnvelope2D, Rectangle requestedDim, MathTransform2D readGridToWorld, ReferencedEnvelope wgs84BaseEnvelope2D)
Returns the intersection between the base envelope and the requested envelope.static GeneralBounds
Utilities. getRequestedEnvelope2D(GeneralBounds requestedEnvelope)
Return a 2D version of a requestedEnvelope -
Uses of FactoryException in org.geotools.data
Constructors in org.geotools.data that throw FactoryException Constructor Description PrjFileReader(ReadableByteChannel channel)
Load the index file from the given channel.PrjFileReader(ReadableByteChannel channel, Hints hints)
Load the index file from the given channel. -
Uses of FactoryException in org.geotools.data.crs
Constructors in org.geotools.data.crs that throw FactoryException Constructor Description ReprojectFeatureReader(FeatureReader<SimpleFeatureType,SimpleFeature> reader, SimpleFeatureType schema)
Constructor that will generate mathTransforms for the results, based on target schema.ReprojectFeatureReader(FeatureReader<SimpleFeatureType,SimpleFeature> reader, CoordinateReferenceSystem cs)
Constructor that will generate schema and mathTransforms for the results.ReprojectFeatureResults(FeatureCollection<SimpleFeatureType,SimpleFeature> results, CoordinateReferenceSystem destinationCS)
Creates a new reprojecting feature results -
Uses of FactoryException in org.geotools.data.store
Constructors in org.geotools.data.store that throw FactoryException Constructor Description ReprojectingFeatureIterator(SimpleFeatureIterator delegate, CoordinateReferenceSystem source, CoordinateReferenceSystem target, SimpleFeatureType schema, GeometryCoordinateSequenceTransformer transformer)
ReprojectingFeatureIterator(SimpleFeatureIterator delegate, MathTransform transform, SimpleFeatureType schema, GeometryCoordinateSequenceTransformer transformer)
ReprojectingIterator(Iterator<SimpleFeature> delegate, CoordinateReferenceSystem source, CoordinateReferenceSystem target, SimpleFeatureType schema, GeometryCoordinateSequenceTransformer transformer)
ReprojectingIterator(Iterator<SimpleFeature> delegate, MathTransform transform, SimpleFeatureType schema, GeometryCoordinateSequenceTransformer transformer)
-
Uses of FactoryException in org.geotools.gce.grassraster
Methods in org.geotools.gce.grassraster that throw FactoryException Modifier and Type Method Description static Envelope
JGrassUtilities. reprojectEnvelopeByEpsg(int srcEpsg, int destEpsg, Envelope srcEnvelope)
-
Uses of FactoryException in org.geotools.gce.imagemosaic
Methods in org.geotools.gce.imagemosaic that throw FactoryException Modifier and Type Method Description static boolean
Utils. isSupportedCRS(GridCoverage2DReader reader, CoordinateReferenceSystem crs)
Check if the provided reader is a MultiCRS Reader and it can support the specified crs.static ReferencedEnvelope
Utils. reprojectEnvelope(ReferencedEnvelope sourceEnvelope, CoordinateReferenceSystem targetCRS, ReferencedEnvelope targetReferenceEnvelope)
static Geometry
Utils. reprojectEnvelopeToGeometry(ReferencedEnvelope sourceEnvelope, CoordinateReferenceSystem targetCRS, ReferencedEnvelope targetReferenceEnvelope)
Reprojects an envelope using theProjectionHandler
machinery.void
ImageMosaicConfigHandler. updateConfiguration(GridCoverage2DReader coverageReader, String inputCoverageName, File fileBeingProcessed, int fileIndex, double numFiles, DefaultTransaction transaction)
void
ImageMosaicConfigHandler. updateConfiguration(GridCoverage2DReader coverageReader, String inputCoverageName, ImageMosaicSourceElement element, int fileIndex, double numFiles, DefaultTransaction transaction)
Use the passed coverageReader to create or update the all the needed configurations
It not responsible of the passed coverageReader which should be disposed outside (in the caller). -
Uses of FactoryException in org.geotools.geometry.jts
Methods in org.geotools.geometry.jts that throw FactoryException Modifier and Type Method Description void
LiteShape2. setGeometry(Geometry g)
Sets the geometry contained in this lite shape.ReferencedEnvelope
ReferencedEnvelope. transform(CoordinateReferenceSystem targetCRS, boolean lenient)
Transforms the referenced envelope to the specified coordinate reference system.ReferencedEnvelope
ReferencedEnvelope. transform(CoordinateReferenceSystem targetCRS, boolean lenient, int numPointsForTransformation)
Transforms the referenced envelope to the specified coordinate reference system using the specified amount of points.ReferencedEnvelope
ReferencedEnvelope3D. transform(CoordinateReferenceSystem targetCRS, boolean lenient)
Transforms the referenced envelope to the specified coordinate reference system.ReferencedEnvelope
ReferencedEnvelope3D. transform(CoordinateReferenceSystem targetCRS, boolean lenient, int numPointsForTransformation)
Transforms the referenced envelope to the specified coordinate reference system using the specified amount of points.static ReferencedEnvelope
JTS. transformTo2D(ReferencedEnvelope sourceEnvelope, CoordinateReferenceSystem targetCRS, boolean lenient, int npoints)
Transform from 3D down to 2D.static ReferencedEnvelope3D
JTS. transformTo3D(ReferencedEnvelope sourceEnvelope, CoordinateReferenceSystem targetCRS, boolean lenient, int npoints)
Transform from D up to 3D.Constructors in org.geotools.geometry.jts that throw FactoryException Constructor Description LiteShape2(Geometry geom, MathTransform mathTransform, Decimator decimator, boolean generalize)
Creates a new LiteShape object.LiteShape2(Geometry geom, MathTransform mathTransform, Decimator decimator, boolean generalize, boolean clone)
Creates a new LiteShape object.LiteShape2(Geometry geom, MathTransform mathTransform, Decimator decimator, boolean generalize, double maxDistance)
Creates a new LiteShape object. -
Uses of FactoryException in org.geotools.gml.stream
Methods in org.geotools.gml.stream that throw FactoryException Modifier and Type Method Description Geometry
XmlStreamGeometryReader. readGeometry()
Reads the nextGeometry
from the stream. -
Uses of FactoryException in org.geotools.ows.wmts.model
Methods in org.geotools.ows.wmts.model that throw FactoryException Modifier and Type Method Description protected CoordinateReferenceSystem
TileMatrixSet. parseCoordinateReferenceSystem(String crs)
Try and parse the crs string. -
Uses of FactoryException in org.geotools.referencing
Methods in org.geotools.referencing that throw FactoryException Modifier and Type Method Description static CoordinateReferenceSystem
CRS. decode(String code)
Return a Coordinate Reference System for the specified code.static CoordinateReferenceSystem
CRS. decode(String code, boolean longitudeFirst)
Return a Coordinate Reference System for the specified code, maybe forcing the axis order to (longitude, latitude).protected void
Console. execute(String instruction)
Execute the specified instruction.static MathTransform
CRS. findMathTransform(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS)
Grab a transform between two Coordinate Reference Systems.static MathTransform
CRS. findMathTransform(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, boolean lenient)
Grab a transform between two Coordinate Reference Systems.static MathTransform
CRS. findMathTransform(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, String transformCode)
Grab a transform between two Coordinate Reference Systems with the required transformation being used.static Map<String,AbstractCoordinateOperation>
CRS. getTransforms(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS)
List the availableDefaultConcatenatedOperation
from sourceCRS to targetCRSstatic boolean
CRS. isTransformationRequired(CoordinateReferenceSystem source, CoordinateReferenceSystem target)
Checks if a transformation is required to go from source to target.static Integer
CRS. lookupEpsgCode(CoordinateReferenceSystem crs, boolean fullScan)
Looks up an EPSG code for the given coordinate reference system).static String
CRS. lookupIdentifier(Citation authority, CoordinateReferenceSystem crs, boolean fullScan)
Looks up an identifier of the specified authority for the given coordinate reference system).static String
CRS. lookupIdentifier(IdentifiedObject object, boolean fullScan)
Looks up an identifier for the specified object.static CoordinateReferenceSystem
CRS. parseWKT(String wkt)
Parses a Well Known Text (WKT) into a CRS object. -
Uses of FactoryException in org.geotools.referencing.epsg.esri
Methods in org.geotools.referencing.epsg.esri that throw FactoryException Modifier and Type Method Description static void
EsriExtension. main(String[] args)
Prints a list of codes that duplicate the ones provided in the default factory.static void
UnnamedExtension. main(String[] args)
Prints a list of codes that duplicate the ones provided in the default factory. -
Uses of FactoryException in org.geotools.referencing.epsg.wkt
Methods in org.geotools.referencing.epsg.wkt that throw FactoryException Modifier and Type Method Description CompoundCRS
EPSGCRSAuthorityFactory. createCompoundCRS(String str)
CoordinateReferenceSystem
EPSGCRSAuthorityFactory. createCoordinateReferenceSystem(String code)
DerivedCRS
EPSGCRSAuthorityFactory. createDerivedCRS(String str)
EngineeringCRS
EPSGCRSAuthorityFactory. createEngineeringCRS(String str)
GeocentricCRS
EPSGCRSAuthorityFactory. createGeocentricCRS(String str)
GeographicCRS
EPSGCRSAuthorityFactory. createGeographicCRS(String code)
ImageCRS
EPSGCRSAuthorityFactory. createImageCRS(String str)
IdentifiedObject
EPSGCRSAuthorityFactory. createObject(String code)
ProjectedCRS
EPSGCRSAuthorityFactory. createProjectedCRS(String code)
TemporalCRS
EPSGCRSAuthorityFactory. createTemporalCRS(String str)
VerticalCRS
EPSGCRSAuthorityFactory. createVerticalCRS(String str)
Set<String>
EPSGCRSAuthorityFactory. getAuthorityCodes(Class clazz)
Returns the set of authority codes of the given type.InternationalString
EPSGCRSAuthorityFactory. getDescriptionText(String code)
Constructors in org.geotools.referencing.epsg.wkt that throw FactoryException Constructor Description EPSGCRSAuthorityFactory(CRSFactory factory, URL definition)
-
Uses of FactoryException in org.geotools.referencing.factory
Subclasses of FactoryException in org.geotools.referencing.factory Modifier and Type Class Description class
FactoryNotFoundException
Thrown when a requested factory has not been found.Methods in org.geotools.referencing.factory with parameters of type FactoryException Modifier and Type Method Description protected boolean
IdentifiedObjectSet. isRecoverableFailure(FactoryException exception)
Returnstrue
if the specified exception should be handled as a recoverable failure.Methods in org.geotools.referencing.factory that throw FactoryException Modifier and Type Method Description AffineCS
ReferencingObjectFactory. createAffineCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1)
Creates a two dimensional coordinate system from the given pair of axis.AffineCS
ReferencingObjectFactory. createAffineCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2)
Creates a three dimensional coordinate system from the given set of axis.protected abstract AbstractAuthorityFactory
DeferredAuthorityFactory. createBackingStore()
Creates the backing store authority factory.CartesianCS
AbstractAuthorityFactory. createCartesianCS(String code)
Creates a cartesian coordinate system from a code.CartesianCS
AbstractAuthorityMediator. createCartesianCS(String code)
CartesianCS
AbstractCachedAuthorityFactory. createCartesianCS(String code)
Creates a cartesian coordinate system from a code.CartesianCS
AuthorityFactoryAdapter. createCartesianCS(String code)
Creates a cartesian coordinate system from a code.CartesianCS
BufferedAuthorityFactory. createCartesianCS(String code)
Returns a cartesian coordinate system from a code.CartesianCS
CachedAuthorityDecorator. createCartesianCS(String code)
CartesianCS
FallbackAuthorityFactory. createCartesianCS(String code)
Creates a cartesian coordinate system from a code.CartesianCS
ReferencingObjectFactory. createCartesianCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1)
Creates a two dimensional cartesian coordinate system from the given pair of axis.CartesianCS
ReferencingObjectFactory. createCartesianCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2)
Creates a three dimensional cartesian coordinate system from the given set of axis.CartesianCS
ThreadedAuthorityFactory. createCartesianCS(String code)
Returns a cartesian coordinate system from a code.CompoundCRS
AbstractAuthorityFactory. createCompoundCRS(String code)
Creates a 3D coordinate reference system from a code.CompoundCRS
AbstractAuthorityMediator. createCompoundCRS(String code)
CompoundCRS
AbstractCachedAuthorityFactory. createCompoundCRS(String code)
Creates a 3D coordinate reference system from a code.CompoundCRS
AuthorityFactoryAdapter. createCompoundCRS(String code)
Creates a 3D coordinate reference system from a code.CompoundCRS
BufferedAuthorityFactory. createCompoundCRS(String code)
Returns a 3D coordinate reference system from a code.CompoundCRS
CachedAuthorityDecorator. createCompoundCRS(String code)
CompoundCRS
CachedCRSAuthorityDecorator. createCompoundCRS(String code)
CompoundCRS
FallbackAuthorityFactory. createCompoundCRS(String code)
Creates a 3D coordinate reference system from a code.CompoundCRS
ReferencingObjectFactory. createCompoundCRS(Map<String,?> properties, CoordinateReferenceSystem[] elements)
Creates a compound coordinate reference system from an ordered list ofCoordinateReferenceSystem
objects.CompoundCRS
ThreadedAuthorityFactory. createCompoundCRS(String code)
Returns a 3D coordinate reference system from a code.CoordinateOperation
AbstractAuthorityFactory. createCoordinateOperation(String code)
Creates an operation from a single operation code.CoordinateOperation
AbstractAuthorityMediator. createCoordinateOperation(String code)
CoordinateOperation
AbstractCachedAuthorityFactory. createCoordinateOperation(String code)
CoordinateOperation
AuthorityFactoryAdapter. createCoordinateOperation(String code)
Creates an operation from a single operation code.CoordinateOperation
BufferedAuthorityFactory. createCoordinateOperation(String code)
Returns an operation from a single operation code.CoordinateOperation
CachedAuthorityDecorator. createCoordinateOperation(String code)
CoordinateOperation
FallbackAuthorityFactory. createCoordinateOperation(String code)
Creates an operation from a single operation code.CoordinateOperation
PropertyCoordinateOperationAuthorityFactory. createCoordinateOperation(String code)
Creates an operation from a single operation code.CoordinateOperation
ThreadedAuthorityFactory. createCoordinateOperation(String code)
Returns an operation from a single operation code.CoordinateReferenceSystem
AbstractAuthorityFactory. createCoordinateReferenceSystem(String code)
Returns an arbitrary coordinate reference system from a code.CoordinateReferenceSystem
AbstractAuthorityMediator. createCoordinateReferenceSystem(String code)
CoordinateReferenceSystem
AbstractCachedAuthorityFactory. createCoordinateReferenceSystem(String code)
CoordinateReferenceSystem
AuthorityFactoryAdapter. createCoordinateReferenceSystem(String code)
Returns an arbitrary coordinate reference system from a code.CoordinateReferenceSystem
BufferedAuthorityFactory. createCoordinateReferenceSystem(String code)
Returns an arbitrary coordinate reference system from a code.CoordinateReferenceSystem
CachedAuthorityDecorator. createCoordinateReferenceSystem(String code)
CoordinateReferenceSystem
CachedCRSAuthorityDecorator. createCoordinateReferenceSystem(String code)
CoordinateReferenceSystem
FallbackAuthorityFactory. createCoordinateReferenceSystem(String code)
Returns an arbitrary coordinate reference system from a code.CoordinateReferenceSystem
PropertyAuthorityFactory. createCoordinateReferenceSystem(String code)
Returns a coordinate reference system from a code.CoordinateReferenceSystem
ThreadedAuthorityFactory. createCoordinateReferenceSystem(String code)
Returns an arbitrary coordinate reference system from a code.CoordinateSystem
AbstractAuthorityFactory. createCoordinateSystem(String code)
Returns an arbitrary coordinate system from a code.CoordinateSystem
AbstractAuthorityMediator. createCoordinateSystem(String code)
CoordinateSystem
AbstractCachedAuthorityFactory. createCoordinateSystem(String code)
CoordinateSystem
AuthorityFactoryAdapter. createCoordinateSystem(String code)
Returns an arbitrary coordinate system from a code.CoordinateSystem
BufferedAuthorityFactory. createCoordinateSystem(String code)
Returns an arbitrary coordinate system from a code.CoordinateSystem
CachedAuthorityDecorator. createCoordinateSystem(String code)
CoordinateSystem
FallbackAuthorityFactory. createCoordinateSystem(String code)
Returns an arbitrary coordinate system from a code.CoordinateSystem
ThreadedAuthorityFactory. createCoordinateSystem(String code)
Returns an arbitrary coordinate system from a code.CoordinateSystemAxis
AbstractAuthorityFactory. createCoordinateSystemAxis(String code)
Returns a coordinate system axis from a code.CoordinateSystemAxis
AbstractAuthorityMediator. createCoordinateSystemAxis(String code)
CoordinateSystemAxis
AbstractCachedAuthorityFactory. createCoordinateSystemAxis(String code)
CoordinateSystemAxis
AuthorityFactoryAdapter. createCoordinateSystemAxis(String code)
Returns a coordinate system axis from a code.CoordinateSystemAxis
BufferedAuthorityFactory. createCoordinateSystemAxis(String code)
Returns a coordinate system axis from a code.CoordinateSystemAxis
CachedAuthorityDecorator. createCoordinateSystemAxis(String code)
CoordinateSystemAxis
FallbackAuthorityFactory. createCoordinateSystemAxis(String code)
Returns a coordinate system axis from a code.CoordinateSystemAxis
ReferencingObjectFactory. createCoordinateSystemAxis(Map<String,?> properties, String abbreviation, AxisDirection direction, Unit<?> unit)
Creates a coordinate system axis from an abbreviation and a unit.CoordinateSystemAxis
ThreadedAuthorityFactory. createCoordinateSystemAxis(String code)
Returns a coordinate system axis from a code.CylindricalCS
AbstractAuthorityFactory. createCylindricalCS(String code)
Creates a cylindrical coordinate system from a code.CylindricalCS
AbstractAuthorityMediator. createCylindricalCS(String code)
CylindricalCS
AbstractCachedAuthorityFactory. createCylindricalCS(String code)
The default implementation invokescreateCoordinateSystem(code)
.CylindricalCS
AuthorityFactoryAdapter. createCylindricalCS(String code)
Creates a cylindrical coordinate system from a code.CylindricalCS
BufferedAuthorityFactory. createCylindricalCS(String code)
Returns a cylindrical coordinate system from a code.CylindricalCS
CachedAuthorityDecorator. createCylindricalCS(String code)
CylindricalCS
FallbackAuthorityFactory. createCylindricalCS(String code)
Creates a cylindrical coordinate system from a code.CylindricalCS
ReferencingObjectFactory. createCylindricalCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2)
Creates a cylindrical coordinate system from the given set of axis.CylindricalCS
ThreadedAuthorityFactory. createCylindricalCS(String code)
Returns a cylindrical coordinate system from a code.Datum
AbstractAuthorityFactory. createDatum(String code)
Returns an arbitrary datum from a code.Datum
AbstractAuthorityMediator. createDatum(String code)
Datum
AbstractCachedAuthorityFactory. createDatum(String code)
Datum
AuthorityFactoryAdapter. createDatum(String code)
Returns an arbitrary datum from a code.Datum
BufferedAuthorityFactory. createDatum(String code)
Returns an arbitrary datum from a code.Datum
CachedAuthorityDecorator. createDatum(String code)
Datum
FallbackAuthorityFactory. createDatum(String code)
Returns an arbitrary datum from a code.Datum
ThreadedAuthorityFactory. createDatum(String code)
Returns an arbitrary datum from a code.DerivedCRS
AbstractAuthorityFactory. createDerivedCRS(String code)
Creates a derived coordinate reference system from a code.DerivedCRS
AbstractAuthorityMediator. createDerivedCRS(String code)
DerivedCRS
AbstractCachedAuthorityFactory. createDerivedCRS(String code)
DerivedCRS
AuthorityFactoryAdapter. createDerivedCRS(String code)
Creates a derived coordinate reference system from a code.DerivedCRS
BufferedAuthorityFactory. createDerivedCRS(String code)
Returns a derived coordinate reference system from a code.DerivedCRS
CachedAuthorityDecorator. createDerivedCRS(String code)
DerivedCRS
CachedCRSAuthorityDecorator. createDerivedCRS(String code)
DerivedCRS
FallbackAuthorityFactory. createDerivedCRS(String code)
Creates a derived coordinate reference system from a code.DerivedCRS
ReferencingObjectFactory. createDerivedCRS(Map<String,?> properties, CoordinateReferenceSystem baseCRS, Conversion conversionFromBase, CoordinateSystem derivedCS)
Creates a derived coordinate reference system from a conversion.DerivedCRS
ThreadedAuthorityFactory. createDerivedCRS(String code)
Returns a derived coordinate reference system from a code.Ellipsoid
AbstractAuthorityFactory. createEllipsoid(String code)
Returns an ellipsoid from a code.Ellipsoid
AbstractAuthorityMediator. createEllipsoid(String code)
Ellipsoid
AbstractCachedAuthorityFactory. createEllipsoid(String code)
Ellipsoid
AuthorityFactoryAdapter. createEllipsoid(String code)
Returns an ellipsoid from a code.Ellipsoid
BufferedAuthorityFactory. createEllipsoid(String code)
Returns an ellipsoid from a code.Ellipsoid
CachedAuthorityDecorator. createEllipsoid(String code)
Ellipsoid
DatumAliases. createEllipsoid(Map<String,?> properties, double semiMajorAxis, double semiMinorAxis, Unit<Length> unit)
Creates an ellipsoid from radius values.Ellipsoid
FallbackAuthorityFactory. createEllipsoid(String code)
Returns an ellipsoid from a code.Ellipsoid
ReferencingObjectFactory. createEllipsoid(Map<String,?> properties, double semiMajorAxis, double semiMinorAxis, Unit<Length> unit)
Creates an ellipsoid from radius values.Ellipsoid
ThreadedAuthorityFactory. createEllipsoid(String code)
Returns an ellipsoid from a code.EllipsoidalCS
AbstractAuthorityFactory. createEllipsoidalCS(String code)
Creates an ellipsoidal coordinate system from a code.EllipsoidalCS
AbstractAuthorityMediator. createEllipsoidalCS(String code)
EllipsoidalCS
AbstractCachedAuthorityFactory. createEllipsoidalCS(String code)
EllipsoidalCS
AuthorityFactoryAdapter. createEllipsoidalCS(String code)
Creates an ellipsoidal coordinate system from a code.EllipsoidalCS
BufferedAuthorityFactory. createEllipsoidalCS(String code)
Returns an ellipsoidal coordinate system from a code.EllipsoidalCS
CachedAuthorityDecorator. createEllipsoidalCS(String code)
EllipsoidalCS
FallbackAuthorityFactory. createEllipsoidalCS(String code)
Creates an ellipsoidal coordinate system from a code.EllipsoidalCS
ReferencingObjectFactory. createEllipsoidalCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1)
Creates an ellipsoidal coordinate system without ellipsoidal height.EllipsoidalCS
ReferencingObjectFactory. createEllipsoidalCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2)
Creates an ellipsoidal coordinate system with ellipsoidal height.EllipsoidalCS
ThreadedAuthorityFactory. createEllipsoidalCS(String code)
Returns an ellipsoidal coordinate system from a code.EngineeringCRS
AbstractAuthorityFactory. createEngineeringCRS(String code)
Creates a engineering coordinate reference system from a code.EngineeringCRS
AbstractCachedAuthorityFactory. createEngineeringCRS(String code)
EngineeringCRS
AuthorityFactoryAdapter. createEngineeringCRS(String code)
Creates a engineering coordinate reference system from a code.EngineeringCRS
BufferedAuthorityFactory. createEngineeringCRS(String code)
Returns an engineering coordinate reference system from a code.EngineeringCRS
CachedAuthorityDecorator. createEngineeringCRS(String code)
EngineeringCRS
CachedCRSAuthorityDecorator. createEngineeringCRS(String code)
EngineeringCRS
FallbackAuthorityFactory. createEngineeringCRS(String code)
Creates a engineering coordinate reference system from a code.EngineeringCRS
ReferencingObjectFactory. createEngineeringCRS(Map<String,?> properties, EngineeringDatum datum, CoordinateSystem cs)
Creates a engineering coordinate reference system.EngineeringCRS
ThreadedAuthorityFactory. createEngineeringCRS(String code)
Returns an engineering coordinate reference system from a code.EngineeringDatum
AbstractAuthorityFactory. createEngineeringDatum(String code)
Creates a engineering datum from a code.EngineeringDatum
AbstractAuthorityMediator. createEngineeringDatum(String code)
EngineeringDatum
AbstractCachedAuthorityFactory. createEngineeringDatum(String code)
EngineeringDatum
AuthorityFactoryAdapter. createEngineeringDatum(String code)
Creates a engineering datum from a code.EngineeringDatum
BufferedAuthorityFactory. createEngineeringDatum(String code)
Returns an engineering datum from a code.EngineeringDatum
CachedAuthorityDecorator. createEngineeringDatum(String code)
EngineeringDatum
DatumAliases. createEngineeringDatum(Map<String,?> properties)
Creates an engineering datum.EngineeringDatum
FallbackAuthorityFactory. createEngineeringDatum(String code)
Creates a engineering datum from a code.EngineeringDatum
ReferencingObjectFactory. createEngineeringDatum(Map<String,?> properties)
Creates an engineering datum.EngineeringDatum
ThreadedAuthorityFactory. createEngineeringDatum(String code)
Returns an engineering datum from a code.Extent
AbstractAuthorityFactory. createExtent(String code)
Returns a extent (usually an area of validity) from a code.Extent
AuthorityFactoryAdapter. createExtent(String code)
Returns a extent (usually an area of validity) from a code.Extent
BufferedAuthorityFactory. createExtent(String code)
Returns an extent (usually an area of validity) from a code.Extent
FallbackAuthorityFactory. createExtent(String code)
Returns a extent (usually an area of validity) from a code.Extent
ThreadedAuthorityFactory. createExtent(String code)
Returns an extent (usually an area of validity) from a code.Ellipsoid
DatumAliases. createFlattenedSphere(Map<String,?> properties, double semiMajorAxis, double inverseFlattening, Unit<Length> unit)
Creates an ellipsoid from an major radius, and inverse flattening.Ellipsoid
ReferencingObjectFactory. createFlattenedSphere(Map<String,?> properties, double semiMajorAxis, double inverseFlattening, Unit<Length> unit)
Creates an ellipsoid from an major radius, and inverse flattening.Set<CoordinateOperation>
AbstractAuthorityFactory. createFromCoordinateReferenceSystemCodes(String sourceCRS, String targetCRS)
Creates an operation from coordinate reference system codes.Set<CoordinateOperation>
AbstractAuthorityMediator. createFromCoordinateReferenceSystemCodes(String sourceCode, String targetCode)
Set<CoordinateOperation>
AbstractCachedAuthorityFactory. createFromCoordinateReferenceSystemCodes(String sourceCode, String targetCode)
Set<CoordinateOperation>
AuthorityFactoryAdapter. createFromCoordinateReferenceSystemCodes(String sourceCRS, String targetCRS)
Creates an operation from coordinate reference system codes.Set<CoordinateOperation>
BufferedAuthorityFactory. createFromCoordinateReferenceSystemCodes(String sourceCRS, String targetCRS)
Returns an operation from coordinate reference system codes.Set<CoordinateOperation>
CachedAuthorityDecorator. createFromCoordinateReferenceSystemCodes(String sourceCode, String targetCode)
Set<CoordinateOperation>
FallbackAuthorityFactory. createFromCoordinateReferenceSystemCodes(String sourceCRS, String targetCRS)
Creates an operation from coordinate reference system codes.Set<CoordinateOperation>
PropertyCoordinateOperationAuthorityFactory. createFromCoordinateReferenceSystemCodes(String sourceCRS, String targetCRS)
Creates aCoordinateOperation
from coordinate reference system codes.Set<CoordinateOperation>
ThreadedAuthorityFactory. createFromCoordinateReferenceSystemCodes(String sourceCode, String targetCode)
Returns an operation from coordinate reference system codes.Set<CoordinateOperation>
TransformedAuthorityFactory. createFromCoordinateReferenceSystemCodes(String sourceCode, String targetCode)
Creates an operation from coordinate reference system codes.CoordinateReferenceSystem
ReferencingObjectFactory. createFromWKT(String wkt)
Creates a coordinate reference system object from a string.CoordinateReferenceSystem
ReferencingObjectFactory. createFromXML(String xml)
Creates a coordinate reference system object from a XML string.GeocentricCRS
AbstractAuthorityFactory. createGeocentricCRS(String code)
Returns a geocentric coordinate reference system from a code.GeocentricCRS
AbstractAuthorityMediator. createGeocentricCRS(String code)
GeocentricCRS
AbstractCachedAuthorityFactory. createGeocentricCRS(String code)
GeocentricCRS
AuthorityFactoryAdapter. createGeocentricCRS(String code)
Returns a geocentric coordinate reference system from a code.GeocentricCRS
BufferedAuthorityFactory. createGeocentricCRS(String code)
Returns a geocentric coordinate reference system from a code.GeocentricCRS
CachedAuthorityDecorator. createGeocentricCRS(String code)
GeocentricCRS
CachedCRSAuthorityDecorator. createGeocentricCRS(String code)
GeocentricCRS
FallbackAuthorityFactory. createGeocentricCRS(String code)
Returns a geocentric coordinate reference system from a code.GeocentricCRS
ReferencingObjectFactory. createGeocentricCRS(Map<String,?> properties, GeodeticDatum datum, CartesianCS cs)
Creates a geocentric coordinate reference system from a cartesian coordinate system.GeocentricCRS
ReferencingObjectFactory. createGeocentricCRS(Map<String,?> properties, GeodeticDatum datum, SphericalCS cs)
Creates a geocentric coordinate reference system from a spherical coordinate system.GeocentricCRS
ThreadedAuthorityFactory. createGeocentricCRS(String code)
Returns a geocentric coordinate reference system from a code.GeodeticDatum
AbstractAuthorityFactory. createGeodeticDatum(String code)
Returns a geodetic datum from a code.GeodeticDatum
AbstractAuthorityMediator. createGeodeticDatum(String code)
GeodeticDatum
AbstractCachedAuthorityFactory. createGeodeticDatum(String code)
GeodeticDatum
AuthorityFactoryAdapter. createGeodeticDatum(String code)
Returns a geodetic datum from a code.GeodeticDatum
BufferedAuthorityFactory. createGeodeticDatum(String code)
Returns a geodetic datum from a code.GeodeticDatum
CachedAuthorityDecorator. createGeodeticDatum(String code)
GeodeticDatum
DatumAliases. createGeodeticDatum(Map<String,?> properties, Ellipsoid ellipsoid, PrimeMeridian primeMeridian)
Creates geodetic datum from ellipsoid and (optionaly) Bursa-Wolf parameters.GeodeticDatum
FallbackAuthorityFactory. createGeodeticDatum(String code)
Returns a geodetic datum from a code.GeodeticDatum
ReferencingObjectFactory. createGeodeticDatum(Map<String,?> properties, Ellipsoid ellipsoid, PrimeMeridian primeMeridian)
Creates geodetic datum from ellipsoid and (optionaly) Bursa-Wolf parameters.GeodeticDatum
ThreadedAuthorityFactory. createGeodeticDatum(String code)
Returns a geodetic datum from a code.GeographicCRS
AbstractAuthorityFactory. createGeographicCRS(String code)
Returns a geographic coordinate reference system from a code.GeographicCRS
AbstractAuthorityMediator. createGeographicCRS(String code)
GeographicCRS
AbstractCachedAuthorityFactory. createGeographicCRS(String code)
GeographicCRS
AuthorityFactoryAdapter. createGeographicCRS(String code)
Returns a geographic coordinate reference system from a code.GeographicCRS
BufferedAuthorityFactory. createGeographicCRS(String code)
Returns a geographic coordinate reference system from a code.GeographicCRS
CachedAuthorityDecorator. createGeographicCRS(String code)
GeographicCRS
CachedCRSAuthorityDecorator. createGeographicCRS(String code)
GeographicCRS
FallbackAuthorityFactory. createGeographicCRS(String code)
Returns a geographic coordinate reference system from a code.GeographicCRS
ReferencingObjectFactory. createGeographicCRS(Map<String,?> properties, GeodeticDatum datum, EllipsoidalCS cs)
Creates a geographic coordinate reference system.GeographicCRS
ThreadedAuthorityFactory. createGeographicCRS(String code)
Returns a geographic coordinate reference system from a code.ImageCRS
AbstractAuthorityFactory. createImageCRS(String code)
Creates a image coordinate reference system from a code.ImageCRS
AbstractAuthorityMediator. createImageCRS(String code)
ImageCRS
AbstractCachedAuthorityFactory. createImageCRS(String code)
ImageCRS
AuthorityFactoryAdapter. createImageCRS(String code)
Creates a image coordinate reference system from a code.ImageCRS
BufferedAuthorityFactory. createImageCRS(String code)
Returns an image coordinate reference system from a code.ImageCRS
CachedAuthorityDecorator. createImageCRS(String code)
ImageCRS
CachedCRSAuthorityDecorator. createImageCRS(String code)
ImageCRS
FallbackAuthorityFactory. createImageCRS(String code)
Creates a image coordinate reference system from a code.ImageCRS
ReferencingObjectFactory. createImageCRS(Map<String,?> properties, ImageDatum datum, AffineCS cs)
Creates an image coordinate reference system.ImageCRS
ThreadedAuthorityFactory. createImageCRS(String code)
Returns an image coordinate reference system from a code.ImageDatum
AbstractAuthorityFactory. createImageDatum(String code)
Creates a image datum from a code.ImageDatum
AbstractAuthorityMediator. createImageDatum(String code)
ImageDatum
AbstractCachedAuthorityFactory. createImageDatum(String code)
ImageDatum
AuthorityFactoryAdapter. createImageDatum(String code)
Creates a image datum from a code.ImageDatum
BufferedAuthorityFactory. createImageDatum(String code)
Returns an image datum from a code.ImageDatum
CachedAuthorityDecorator. createImageDatum(String code)
ImageDatum
DatumAliases. createImageDatum(Map<String,?> properties, PixelInCell pixelInCell)
Creates an image datum.ImageDatum
FallbackAuthorityFactory. createImageDatum(String code)
Creates a image datum from a code.ImageDatum
ReferencingObjectFactory. createImageDatum(Map<String,?> properties, PixelInCell pixelInCell)
Creates an image datum.ImageDatum
ThreadedAuthorityFactory. createImageDatum(String code)
Returns an image datum from a code.LinearCS
ReferencingObjectFactory. createLinearCS(Map<String,?> properties, CoordinateSystemAxis axis)
Creates a linear coordinate system.IdentifiedObject
AbstractAuthorityFactory. createObject(String code)
Returns an arbitrary object from a code.IdentifiedObject
AbstractAuthorityMediator. createObject(String code)
IdentifiedObject
AbstractCachedAuthorityFactory. createObject(String code)
IdentifiedObject
AuthorityFactoryAdapter. createObject(String code)
Returns an arbitrary object from a code.IdentifiedObject
BufferedAuthorityFactory. createObject(String code)
Returns an arbitrary object from a code.IdentifiedObject
CachedAuthorityDecorator. createObject(String code)
IdentifiedObject
CachedCRSAuthorityDecorator. createObject(String code)
IdentifiedObject
FallbackAuthorityFactory. createObject(String code)
Returns an arbitrary object from a code.protected IdentifiedObject
IdentifiedObjectSet. createObject(String code)
Creates an object for the specified authority code.IdentifiedObject
ManyAuthoritiesFactory. createObject(String code)
Returns an arbitrary object from a code.IdentifiedObject
PropertyAuthorityFactory. createObject(String code)
Returns an arbitrary object from a code.IdentifiedObject
ThreadedAuthorityFactory. createObject(String code)
Returns an arbitrary object from a code.OperationMethod
AbstractAuthorityFactory. createOperationMethod(String code)
Creates an operation method from a code.OperationMethod
AuthorityFactoryAdapter. createOperationMethod(String code)
Creates an operation method from a code.OperationMethod
BufferedAuthorityFactory. createOperationMethod(String code)
Returns an operation method from a code.OperationMethod
FallbackAuthorityFactory. createOperationMethod(String code)
Creates an operation method from a code.OperationMethod
ThreadedAuthorityFactory. createOperationMethod(String code)
Returns an operation method from a code.ParameterDescriptor
AbstractAuthorityFactory. createParameterDescriptor(String code)
Creates a parameter descriptor from a code.ParameterDescriptor
AuthorityFactoryAdapter. createParameterDescriptor(String code)
Creates a parameter descriptor from a code.ParameterDescriptor
BufferedAuthorityFactory. createParameterDescriptor(String code)
Returns a parameter descriptor from a code.ParameterDescriptor
FallbackAuthorityFactory. createParameterDescriptor(String code)
Creates a parameter descriptor from a code.ParameterDescriptor
ThreadedAuthorityFactory. createParameterDescriptor(String code)
Returns a parameter descriptor from a code.PolarCS
AbstractAuthorityFactory. createPolarCS(String code)
Creates a polar coordinate system from a code.PolarCS
AbstractAuthorityMediator. createPolarCS(String code)
PolarCS
AbstractCachedAuthorityFactory. createPolarCS(String code)
PolarCS
AuthorityFactoryAdapter. createPolarCS(String code)
Creates a polar coordinate system from a code.PolarCS
BufferedAuthorityFactory. createPolarCS(String code)
Returns a polar coordinate system from a code.PolarCS
CachedAuthorityDecorator. createPolarCS(String code)
PolarCS
FallbackAuthorityFactory. createPolarCS(String code)
Creates a polar coordinate system from a code.PolarCS
ReferencingObjectFactory. createPolarCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1)
Creates a polar coordinate system from the given pair of axis.PolarCS
ThreadedAuthorityFactory. createPolarCS(String code)
Returns a polar coordinate system from a code.PrimeMeridian
AbstractAuthorityFactory. createPrimeMeridian(String code)
Returns a prime meridian from a code.PrimeMeridian
AbstractAuthorityMediator. createPrimeMeridian(String code)
PrimeMeridian
AbstractCachedAuthorityFactory. createPrimeMeridian(String code)
PrimeMeridian
AuthorityFactoryAdapter. createPrimeMeridian(String code)
Returns a prime meridian from a code.PrimeMeridian
BufferedAuthorityFactory. createPrimeMeridian(String code)
Returns a prime meridian from a code.PrimeMeridian
CachedAuthorityDecorator. createPrimeMeridian(String code)
PrimeMeridian
DatumAliases. createPrimeMeridian(Map<String,?> properties, double longitude, Unit<Angle> angularUnit)
Creates a prime meridian, relative to Greenwich.PrimeMeridian
FallbackAuthorityFactory. createPrimeMeridian(String code)
Returns a prime meridian from a code.PrimeMeridian
ReferencingObjectFactory. createPrimeMeridian(Map<String,?> properties, double longitude, Unit<Angle> angularUnit)
Creates a prime meridian, relative to Greenwich.PrimeMeridian
ThreadedAuthorityFactory. createPrimeMeridian(String code)
Returns a prime meridian from a code.ProjectedCRS
AbstractAuthorityFactory. createProjectedCRS(String code)
Returns a projected coordinate reference system from a code.ProjectedCRS
AbstractAuthorityMediator. createProjectedCRS(String code)
ProjectedCRS
AbstractCachedAuthorityFactory. createProjectedCRS(String code)
ProjectedCRS
AuthorityFactoryAdapter. createProjectedCRS(String code)
Returns a projected coordinate reference system from a code.ProjectedCRS
BufferedAuthorityFactory. createProjectedCRS(String code)
Returns a projected coordinate reference system from a code.ProjectedCRS
CachedAuthorityDecorator. createProjectedCRS(String code)
ProjectedCRS
CachedCRSAuthorityDecorator. createProjectedCRS(String code)
ProjectedCRS
FallbackAuthorityFactory. createProjectedCRS(String code)
Returns a projected coordinate reference system from a code.ProjectedCRS
ReferencingObjectFactory. createProjectedCRS(Map<String,?> properties, GeographicCRS baseCRS, Conversion conversionFromBase, CartesianCS derivedCS)
Creates a projected coordinate reference system from a conversion.ProjectedCRS
ReferencingObjectFactory. createProjectedCRS(Map<String,Object> properties, OperationMethod method, GeographicCRS base, MathTransform baseToDerived, CartesianCS derivedCS)
Creates a projected coordinate reference system from a transform.ProjectedCRS
ThreadedAuthorityFactory. createProjectedCRS(String code)
Returns a projected coordinate reference system from a code.SphericalCS
AbstractAuthorityFactory. createSphericalCS(String code)
Creates a spherical coordinate system from a code.SphericalCS
AbstractAuthorityMediator. createSphericalCS(String code)
SphericalCS
AbstractCachedAuthorityFactory. createSphericalCS(String code)
SphericalCS
AuthorityFactoryAdapter. createSphericalCS(String code)
Creates a spherical coordinate system from a code.SphericalCS
BufferedAuthorityFactory. createSphericalCS(String code)
Returns a spherical coordinate system from a code.SphericalCS
CachedAuthorityDecorator. createSphericalCS(String code)
SphericalCS
FallbackAuthorityFactory. createSphericalCS(String code)
Creates a spherical coordinate system from a code.SphericalCS
ReferencingObjectFactory. createSphericalCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2)
Creates a spherical coordinate system from the given set of axis.SphericalCS
ThreadedAuthorityFactory. createSphericalCS(String code)
Returns a spherical coordinate system from a code.TemporalCRS
AbstractAuthorityFactory. createTemporalCRS(String code)
Creates a temporal coordinate reference system from a code.TemporalCRS
AbstractAuthorityMediator. createTemporalCRS(String code)
TemporalCRS
AbstractCachedAuthorityFactory. createTemporalCRS(String code)
TemporalCRS
AuthorityFactoryAdapter. createTemporalCRS(String code)
Creates a temporal coordinate reference system from a code.TemporalCRS
BufferedAuthorityFactory. createTemporalCRS(String code)
Returns a temporal coordinate reference system from a code.TemporalCRS
CachedAuthorityDecorator. createTemporalCRS(String code)
TemporalCRS
CachedCRSAuthorityDecorator. createTemporalCRS(String code)
TemporalCRS
FallbackAuthorityFactory. createTemporalCRS(String code)
Creates a temporal coordinate reference system from a code.TemporalCRS
ReferencingObjectFactory. createTemporalCRS(Map<String,?> properties, TemporalDatum datum, TimeCS cs)
Creates a temporal coordinate reference system.TemporalCRS
ThreadedAuthorityFactory. createTemporalCRS(String code)
Returns a temporal coordinate reference system from a code.TemporalDatum
AbstractAuthorityFactory. createTemporalDatum(String code)
Creates a temporal datum from a code.TemporalDatum
AbstractAuthorityMediator. createTemporalDatum(String code)
TemporalDatum
AbstractCachedAuthorityFactory. createTemporalDatum(String code)
TemporalDatum
AuthorityFactoryAdapter. createTemporalDatum(String code)
Creates a temporal datum from a code.TemporalDatum
BufferedAuthorityFactory. createTemporalDatum(String code)
Returns a temporal datum from a code.TemporalDatum
CachedAuthorityDecorator. createTemporalDatum(String code)
TemporalDatum
DatumAliases. createTemporalDatum(Map<String,?> properties, Date origin)
Creates a temporal datum from an enumerated type value.TemporalDatum
FallbackAuthorityFactory. createTemporalDatum(String code)
Creates a temporal datum from a code.TemporalDatum
ReferencingObjectFactory. createTemporalDatum(Map<String,?> properties, Date origin)
Creates a temporal datum from an enumerated type value.TemporalDatum
ThreadedAuthorityFactory. createTemporalDatum(String code)
Returns a temporal datum from a code.TimeCS
AbstractAuthorityFactory. createTimeCS(String code)
Creates a temporal coordinate system from a code.TimeCS
AbstractAuthorityMediator. createTimeCS(String code)
TimeCS
AbstractCachedAuthorityFactory. createTimeCS(String code)
TimeCS
AuthorityFactoryAdapter. createTimeCS(String code)
Creates a temporal coordinate system from a code.TimeCS
BufferedAuthorityFactory. createTimeCS(String code)
Returns a temporal coordinate system from a code.TimeCS
CachedAuthorityDecorator. createTimeCS(String code)
TimeCS
FallbackAuthorityFactory. createTimeCS(String code)
Creates a temporal coordinate system from a code.TimeCS
ReferencingObjectFactory. createTimeCS(Map<String,?> properties, CoordinateSystemAxis axis)
Creates a temporal coordinate system.TimeCS
ThreadedAuthorityFactory. createTimeCS(String code)
Returns a temporal coordinate system from a code.Unit<?>
AbstractAuthorityFactory. createUnit(String code)
Returns an unit from a code.Unit<?>
AbstractAuthorityMediator. createUnit(String code)
Unit<?>
AbstractCachedAuthorityFactory. createUnit(String code)
Unit<?>
AuthorityFactoryAdapter. createUnit(String code)
Returns an unit from a code.Unit<?>
BufferedAuthorityFactory. createUnit(String code)
Returns an unit from a code.Unit<?>
CachedAuthorityDecorator. createUnit(String code)
Unit<?>
FallbackAuthorityFactory. createUnit(String code)
Returns an unit from a code.Unit<?>
ThreadedAuthorityFactory. createUnit(String code)
Returns an unit from a code.UserDefinedCS
ReferencingObjectFactory. createUserDefinedCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1)
Creates a two dimensional user defined coordinate system from the given pair of axis.UserDefinedCS
ReferencingObjectFactory. createUserDefinedCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2)
Creates a three dimensional user defined coordinate system from the given set of axis.protected AuthorityFactory
Abstract_URI_AuthorityFactory. createVersionedFactory(Version version)
Invoked when a factory is requested for a specific version.VerticalCRS
AbstractAuthorityFactory. createVerticalCRS(String code)
Creates a vertical coordinate reference system from a code.VerticalCRS
AbstractAuthorityMediator. createVerticalCRS(String code)
VerticalCRS
AbstractCachedAuthorityFactory. createVerticalCRS(String code)
VerticalCRS
AuthorityFactoryAdapter. createVerticalCRS(String code)
Creates a vertical coordinate reference system from a code.VerticalCRS
BufferedAuthorityFactory. createVerticalCRS(String code)
Returns a vertical coordinate reference system from a code.VerticalCRS
CachedAuthorityDecorator. createVerticalCRS(String code)
VerticalCRS
CachedCRSAuthorityDecorator. createVerticalCRS(String code)
VerticalCRS
FallbackAuthorityFactory. createVerticalCRS(String code)
Creates a vertical coordinate reference system from a code.VerticalCRS
ReferencingObjectFactory. createVerticalCRS(Map<String,?> properties, VerticalDatum datum, VerticalCS cs)
Creates a vertical coordinate reference system.VerticalCRS
ThreadedAuthorityFactory. createVerticalCRS(String code)
Returns a vertical coordinate reference system from a code.VerticalCS
AbstractAuthorityFactory. createVerticalCS(String code)
Creates a vertical coordinate system from a code.VerticalCS
AbstractAuthorityMediator. createVerticalCS(String code)
VerticalCS
AbstractCachedAuthorityFactory. createVerticalCS(String code)
VerticalCS
AuthorityFactoryAdapter. createVerticalCS(String code)
Creates a vertical coordinate system from a code.VerticalCS
BufferedAuthorityFactory. createVerticalCS(String code)
Returns a vertical coordinate system from a code.VerticalCS
CachedAuthorityDecorator. createVerticalCS(String code)
VerticalCS
FallbackAuthorityFactory. createVerticalCS(String code)
Creates a vertical coordinate system from a code.VerticalCS
ReferencingObjectFactory. createVerticalCS(Map<String,?> properties, CoordinateSystemAxis axis)
Creates a vertical coordinate system.VerticalCS
ThreadedAuthorityFactory. createVerticalCS(String code)
Returns a vertical coordinate system from a code.VerticalDatum
AbstractAuthorityFactory. createVerticalDatum(String code)
Creates a vertical datum from a code.VerticalDatum
AbstractAuthorityMediator. createVerticalDatum(String code)
VerticalDatum
AbstractCachedAuthorityFactory. createVerticalDatum(String code)
VerticalDatum
AuthorityFactoryAdapter. createVerticalDatum(String code)
Creates a vertical datum from a code.VerticalDatum
BufferedAuthorityFactory. createVerticalDatum(String code)
Returns a vertical datum from a code.VerticalDatum
CachedAuthorityDecorator. createVerticalDatum(String code)
VerticalDatum
DatumAliases. createVerticalDatum(Map<String,?> properties, VerticalDatumType type)
Creates a vertical datum from an enumerated type value.VerticalDatum
FallbackAuthorityFactory. createVerticalDatum(String code)
Creates a vertical datum from a code.VerticalDatum
ReferencingObjectFactory. createVerticalDatum(Map<String,?> properties, VerticalDatumType type)
Creates a vertical datum from an enumerated type value.VerticalDatum
ThreadedAuthorityFactory. createVerticalDatum(String code)
Returns a vertical datum from a code.protected <T> T
AbstractAuthorityMediator. createWith(Object key, AbstractAuthorityMediator.WorkerSafeRunnable runner)
This method is used to cut down the amount of try/catch/finally code needed when working with the cache and workers.protected IdentifiedObject
IdentifiedObjectFinder. deriveEquivalent(IdentifiedObject candidate, IdentifiedObject model)
Returnscandidate
, or an object derived fromcandidate
, if it is equals ignoring metadata to the specified model.void
AbstractAuthorityFactory. dispose()
Releases resources immediately instead of waiting for the garbage collector.void
AbstractAuthorityMediator. dispose()
Clean up the object pool of workers (since we are shutting down).void
AbstractCachedAuthorityFactory. dispose()
We will clear out our cache and factories referencevoid
AbstractEpsgMediator. dispose()
void
AuthorityFactoryAdapter. dispose()
void
BufferedAuthorityFactory. dispose()
Releases resources immediately instead of waiting for the garbage collector.void
CachedAuthorityDecorator. dispose()
void
CachedCRSAuthorityDecorator. dispose()
void
DeferredAuthorityFactory. dispose()
Releases resources immediately instead of waiting for the garbage collector.void
ThreadedAuthorityFactory. dispose()
Releases resources immediately instead of waiting for the garbage collector.void
TransformedAuthorityFactory. dispose()
Releases resources immediately instead of waiting for the garbage collector.IdentifiedObject
IdentifiedObjectFinder. find(IdentifiedObject object)
Lookups an object which is equals, ignoring metadata, to the specified object.String
IdentifiedObjectFinder. findIdentifier(IdentifiedObject object)
Returns the identifier of the specified object, ornull
if none.protected abstract Set<String>
AbstractCachedAuthorityFactory. generateAuthorityCodes(Class type)
protected abstract CoordinateOperation
AbstractCachedAuthorityFactory. generateCoordinateOperation(String code)
protected abstract CoordinateReferenceSystem
AbstractCachedAuthorityFactory. generateCoordinateReferenceSystem(String code)
protected abstract CoordinateSystem
AbstractCachedAuthorityFactory. generateCoordinateSystem(String code)
protected abstract CoordinateSystemAxis
AbstractCachedAuthorityFactory. generateCoordinateSystemAxis(String code)
protected abstract Datum
AbstractCachedAuthorityFactory. generateDatum(String code)
protected abstract Ellipsoid
AbstractCachedAuthorityFactory. generateEllipsoid(String code)
protected abstract Set
AbstractCachedAuthorityFactory. generateFromCoordinateReferenceSystemCodes(String sourceCode, String targetCode)
protected abstract IdentifiedObject
AbstractCachedAuthorityFactory. generateObject(String code)
protected abstract PrimeMeridian
AbstractCachedAuthorityFactory. generatePrimeMeridian(String code)
protected abstract Unit<?>
AbstractCachedAuthorityFactory. generateUnit(String code)
Set<String>
AbstractAuthorityMediator. getAuthorityCodes(Class type)
Set<String>
AbstractCachedAuthorityFactory. getAuthorityCodes(Class type)
Set<String>
AuthorityFactoryAdapter. getAuthorityCodes(Class<? extends IdentifiedObject> type)
Returns the set of authority code for the specified type.Set<String>
BufferedAuthorityFactory. getAuthorityCodes(Class<? extends IdentifiedObject> type)
Returns the set of authority codes of the given type.Set<String>
CachedAuthorityDecorator. getAuthorityCodes(Class<? extends IdentifiedObject> type)
Set<String>
CachedCRSAuthorityDecorator. getAuthorityCodes(Class<? extends IdentifiedObject> type)
Set<String>
FallbackAuthorityFactory. getAuthorityCodes(Class<? extends IdentifiedObject> type)
Returns the set of authority codes for the specified type.Set<String>
ManyAuthoritiesFactory. getAuthorityCodes(Class<? extends IdentifiedObject> type)
Returns the set of authority codes of the given type.Set<String>
PropertyAuthorityFactory. getAuthorityCodes(Class<? extends IdentifiedObject> type)
Returns the set of authority codes of the given type.Set<String>
ThreadedAuthorityFactory. getAuthorityCodes(Class<? extends IdentifiedObject> type)
Returns the set of authority codes of the given type.protected AuthorityFactory
Abstract_URI_AuthorityFactory. getAuthorityFactory(String code)
Returns an object factory for the specified code.protected AuthorityFactory
AuthorityFactoryAdapter. getAuthorityFactory(String code)
Returns a generic object factory to use for the specified code.protected AbstractAuthorityFactory
DeferredAuthorityFactory. getBackingStore()
Returns the backing store authority factory.String
AbstractAuthorityFactory. getBackingStoreDescription()
Returns a description of the underlying backing store, ornull
if unknown.String
AbstractAuthorityMediator. getBackingStoreDescription()
String
AuthorityFactoryAdapter. getBackingStoreDescription()
Returns a description of the underlying backing store, ornull
if unknow.String
BufferedAuthorityFactory. getBackingStoreDescription()
Returns a description of the underlying backing store, ornull
if unknow.String
CachedAuthorityDecorator. getBackingStoreDescription()
String
CachedCRSAuthorityDecorator. getBackingStoreDescription()
String
ManyAuthoritiesFactory. getBackingStoreDescription()
Returns a description of the underlying backing store, ornull
if unknow.String
ThreadedAuthorityFactory. getBackingStoreDescription()
Returns a description of the underlying backing store, ornull
if unknow.protected Set<String>
IdentifiedObjectFinder. getCodeCandidates(IdentifiedObject object)
Returns a set of authority codes that may identify the same object than the specified one.protected CoordinateOperationAuthorityFactory
Abstract_URI_AuthorityFactory. getCoordinateOperationAuthorityFactory(String code)
Returns the coordinate operation factory to use for the specified URI.protected CoordinateOperationAuthorityFactory
AuthorityFactoryAdapter. getCoordinateOperationAuthorityFactory(String code)
Returns the coordinate operation factory to use for the specified code.protected CRSAuthorityFactory
Abstract_URI_AuthorityFactory. getCRSAuthorityFactory(String code)
Returns the coordinate reference system factory to use for the specified URI.protected CRSAuthorityFactory
AuthorityFactoryAdapter. getCRSAuthorityFactory(String code)
Returns the coordinate reference system factory to use for the specified code.protected CSAuthorityFactory
Abstract_URI_AuthorityFactory. getCSAuthorityFactory(String code)
Returns the coordinate system factory to use for the specified URI.protected CSAuthorityFactory
AuthorityFactoryAdapter. getCSAuthorityFactory(String code)
Returns the coordinate system factory to use for the specified code.protected DatumAuthorityFactory
Abstract_URI_AuthorityFactory. getDatumAuthorityFactory(String code)
Returns the datum factory to use for the specified URI.protected DatumAuthorityFactory
AuthorityFactoryAdapter. getDatumAuthorityFactory(String code)
Returns the datum factory to use for the specified code.abstract InternationalString
AbstractAuthorityMediator. getDescriptionText(String code)
abstract InternationalString
AbstractCachedAuthorityFactory. getDescriptionText(String code)
InternationalString
AbstractEpsgMediator. getDescriptionText(String code)
Gets a description of the object corresponding to a code.InternationalString
AuthorityFactoryAdapter. getDescriptionText(String code)
Returns a description for the object identified by the specified code.InternationalString
BufferedAuthorityFactory. getDescriptionText(String code)
Gets a description of the object corresponding to a code.InternationalString
CachedAuthorityDecorator. getDescriptionText(String code)
InternationalString
CachedCRSAuthorityDecorator. getDescriptionText(String code)
InternationalString
FallbackAuthorityFactory. getDescriptionText(String code)
Returns a description for the object identified by the specified code.InternationalString
ManyAuthoritiesFactory. getDescriptionText(String code)
Gets a description of the object corresponding to a code.InternationalString
PropertyAuthorityFactory. getDescriptionText(String code)
Gets a description of the object corresponding to a code.InternationalString
PropertyCoordinateOperationAuthorityFactory. getDescriptionText(String code)
Gets a description of the object corresponding to a code.InternationalString
ThreadedAuthorityFactory. getDescriptionText(String code)
Gets a description of the object corresponding to a code.IdentifiedObjectFinder
AbstractAuthorityFactory. getIdentifiedObjectFinder(Class<? extends IdentifiedObject> type)
Returns a finder which can be used for looking up unidentified objects.IdentifiedObjectFinder
AbstractAuthorityMediator. getIdentifiedObjectFinder(Class<? extends IdentifiedObject> type)
Returns a finder which can be used for looking up unidentified objects.IdentifiedObjectFinder
AbstractCachedAuthorityFactory. getIdentifiedObjectFinder(Class<? extends IdentifiedObject> type)
Returns a finder which can be used for looking up unidentified objects.IdentifiedObjectFinder
AllAuthoritiesFactory. getIdentifiedObjectFinder(Class<? extends IdentifiedObject> type)
Returns a finder which can be used for looking up unidentified objects.IdentifiedObjectFinder
AuthorityFactoryAdapter. getIdentifiedObjectFinder(Class<? extends IdentifiedObject> type)
Returns a finder which can be used for looking up unidentified objects.IdentifiedObjectFinder
BufferedAuthorityFactory. getIdentifiedObjectFinder(Class<? extends IdentifiedObject> type)
Returns a finder which can be used for looking up unidentified objects.IdentifiedObjectFinder
CachedAuthorityDecorator. getIdentifiedObjectFinder(Class<? extends IdentifiedObject> type)
IdentifiedObjectFinder
CachedCRSAuthorityDecorator. getIdentifiedObjectFinder(Class<? extends IdentifiedObject> type)
Returns a finder which can be used for looking up unidentified objects.IdentifiedObjectFinder
FallbackAuthorityFactory. getIdentifiedObjectFinder(Class<? extends IdentifiedObject> type)
Returns a finder which can be used for looking up unidentified objects.IdentifiedObjectFinder
ManyAuthoritiesFactory. getIdentifiedObjectFinder(Class<? extends IdentifiedObject> type)
Returns a finder which can be used for looking up unidentified objects.IdentifiedObjectFinder
ThreadedAuthorityFactory. getIdentifiedObjectFinder(Class<? extends IdentifiedObject> type)
Returns a finder which can be used for looking up unidentified objects.protected Set
IdentifiedObjectFinder. getSpecificCodeCandidates(IdentifiedObject object)
protected Unit<?>
TransformedAuthorityFactory. replace(Unit<?> units)
Replaces the specified unit, if applicable.protected CoordinateReferenceSystem
TransformedAuthorityFactory. replace(CoordinateReferenceSystem crs)
Replaces (if needed) the specified coordinate reference system.protected AxisDirection
TransformedAuthorityFactory. replace(AxisDirection direction)
Replaces the specified direction, if applicable.protected CoordinateSystem
TransformedAuthorityFactory. replace(CoordinateSystem cs)
Replaces (if needed) the specified coordinate system by a new one.protected CoordinateSystemAxis
TransformedAuthorityFactory. replace(CoordinateSystemAxis axis)
Replaces (if needed) the specified axis by a new one.protected Datum
TransformedAuthorityFactory. replace(Datum datum)
Replaces (if needed) the specified datum by a new one.protected CoordinateOperation
TransformedAuthorityFactory. replace(CoordinateOperation operation)
Replaces (if needed) the specified coordinate operation.void
IdentifiedObjectSet. resolve(int n)
Ensures that the n first objects in this set are created.abstract Object
AbstractAuthorityMediator.WorkerSafeRunnable. run(AbstractCachedAuthorityFactory worker)
CoordinateReferenceSystem
ReferencingFactoryContainer. separate(CoordinateReferenceSystem crs, int[] dimensions)
Returns a new coordinate reference system with only the specified dimension.protected String
Abstract_URI_AuthorityFactory. toBackingFactoryCode(String code)
Returns a simple authority code (like "EPSG:4236") that can be passed to the wrapped factories.protected String
AuthorityFactoryAdapter. toBackingFactoryCode(String code)
Returns the code to be given to the wrapped factories.protected String
HTTP_AuthorityFactory. toBackingFactoryCode(String code)
Removes the URL base ("http://www.opengis.net/gml/srs/") from the specified code before to pass it to the wrapped factories.CoordinateReferenceSystem
ReferencingFactoryContainer. toGeodetic3D(CompoundCRS crs)
Converts a 2D + 1D compound CRS into a 3D CRS, if possible.Constructors in org.geotools.referencing.factory that throw FactoryException Constructor Description AbstractEpsgMediator(Hints hints)
-
Uses of FactoryException in org.geotools.referencing.factory.epsg
Methods in org.geotools.referencing.factory.epsg that throw FactoryException Modifier and Type Method Description void
AbstractEpsgFactory. connect()
Connect to the database in anticipation of of use.protected AbstractAuthorityFactory
CoordinateOperationFactoryUsingWKT. createBackingStore()
Creates the backing store authority factory.protected AbstractAuthorityFactory
FactoryUsingWKT. createBackingStore()
Creates the backing store authority factory.protected AbstractAuthorityFactory
LongitudeFirstEpsgDecorator. createBackingStore()
Returns the factory instance (usuallyThreadedEpsgFactory
) to be used as the backing store.protected AbstractAuthorityFactory
LongitudeFirstFactory. createBackingStore()
Returns the factory instance (usuallyThreadedEpsgFactory
) to be used as the backing store.protected AbstractAuthorityFactory
ThreadedEpsgFactory. createBackingStore()
Creates the backing store authority factory.CoordinateOperation
CoordinateOperationFactoryUsingWKT. createCoordinateOperation(String code)
Creates an operation from a single operation code.CoordinateOperation
DirectEpsgFactory. createCoordinateOperation(String code)
Returns a coordinate operation from a code.CoordinateReferenceSystem
CartesianAuthorityFactory. createCoordinateReferenceSystem(String code)
Creates a coordinate reference system from the specified code.CoordinateReferenceSystem
DirectEpsgFactory. createCoordinateReferenceSystem(String code)
Returns a coordinate reference system from a code.CoordinateSystem
DirectEpsgFactory. createCoordinateSystem(String code)
Returns a coordinate system from a code.CoordinateSystemAxis
DirectEpsgFactory. createCoordinateSystemAxis(String code)
Returns a coordinate system axis from a code.Datum
DirectEpsgFactory. createDatum(String code)
Returns a datum from a code.Ellipsoid
DirectEpsgFactory. createEllipsoid(String code)
Returns an ellipsoid from a code.EngineeringCRS
CartesianAuthorityFactory. createEngineeringCRS(String code)
Extent
DirectEpsgFactory. createExtent(String code)
Returns an area of use.Set<CoordinateOperation>
CoordinateOperationFactoryUsingWKT. createFromCoordinateReferenceSystemCodes(String sourceCRS, String targetCRS)
Creates operations from coordinate reference system codes.Set<CoordinateOperation>
DirectEpsgFactory. createFromCoordinateReferenceSystemCodes(String sourceCode, String targetCode)
Creates operations from coordinate reference system codes.IdentifiedObject
CartesianAuthorityFactory. createObject(String code)
Creates an object from the specified code.IdentifiedObject
DirectEpsgFactory. createObject(String code)
Returns an arbitrary object from a code.OperationMethod
DirectEpsgFactory. createOperationMethod(String code)
Returns an operation method from a code.ParameterDescriptor
DirectEpsgFactory. createParameterDescriptor(String code)
Returns a parameter descriptor from a code.PrimeMeridian
DirectEpsgFactory. createPrimeMeridian(String code)
Returns a prime meridian, relative to Greenwich.Unit<?>
DirectEpsgFactory. createUnit(String code)
Returns an unit from a code.void
AbstractEpsgFactory. disconnect()
Disconnect from the database, and remain idle.void
AbstractEpsgFactory. dispose()
Disposes any resources hold by this object.void
DirectEpsgFactory. dispose()
Disposes any resources hold by this object.void
ThreadedEpsgFactory. dispose()
protected Set<String>
AbstractEpsgFactory. generateAuthorityCodes(Class type)
Returns the set of authority codes of the given type.CoordinateOperation
AbstractEpsgFactory. generateCoordinateOperation(String code)
Returns a coordinate operation from a code.CoordinateReferenceSystem
AbstractEpsgFactory. generateCoordinateReferenceSystem(String code)
Returns a coordinate reference system from a code.CoordinateSystem
AbstractEpsgFactory. generateCoordinateSystem(String code)
Returns a coordinate system from a code.CoordinateSystemAxis
AbstractEpsgFactory. generateCoordinateSystemAxis(String code)
Returns a coordinate system axis from a code.Datum
AbstractEpsgFactory. generateDatum(String code)
Returns a datum from a code.Ellipsoid
AbstractEpsgFactory. generateEllipsoid(String code)
Returns an ellipsoid from a code.Extent
AbstractEpsgFactory. generateExtent(String code)
Returns an area of use.Set
AbstractEpsgFactory. generateFromCoordinateReferenceSystemCodes(String sourceCode, String targetCode)
Creates operations from coordinate reference system codes.IdentifiedObject
AbstractEpsgFactory. generateObject(String code)
Returns an arbitrary object from a code.OperationMethod
AbstractEpsgFactory. generateOperationMethod(String code)
Returns an operation method from a code.ParameterDescriptor<?>
AbstractEpsgFactory. generateParameterDescriptor(String code)
Returns a parameter descriptor from a code.PrimeMeridian
AbstractEpsgFactory. generatePrimeMeridian(String code)
Returns a prime meridian, relative to Greenwich.Unit<?>
AbstractEpsgFactory. generateUnit(String code)
Returns an unit from a code.Set<String>
CartesianAuthorityFactory. getAuthorityCodes(Class<? extends IdentifiedObject> type)
Set<String>
DirectEpsgFactory. getAuthorityCodes(Class<? extends IdentifiedObject> type)
Returns the set of authority codes of the given type.String
AbstractEpsgFactory. getBackingStoreDescription()
Returns a description of the database engine.String
DirectEpsgFactory. getBackingStoreDescription()
Returns a description of the database engine.InternationalString
AbstractEpsgFactory. getDescriptionText(String code)
Gets a description of the object corresponding to a code.InternationalString
CartesianAuthorityFactory. getDescriptionText(String code)
InternationalString
DirectEpsgFactory. getDescriptionText(String code)
Gets a description of the object corresponding to a code.protected CoordinateOperationAuthorityFactory
CoordinateOperationFactoryUsingWKT. getFallbackAuthorityFactory()
Gets the next availableCoordinateOperationAuthorityFactory
in the priority list.IdentifiedObjectFinder
DirectEpsgFactory. getIdentifiedObjectFinder(Class<? extends IdentifiedObject> type)
Returns a finder which can be used for looking up unidentified objects.protected boolean
AbstractEpsgFactory. isPrimaryKey(String code)
Returnstrue
if the specified code may be a primary key in some table.protected boolean
DirectEpsgFactory. isPrimaryKey(String code)
Returnstrue
if the specified code may be a primary key in some table.static void
FactoryUsingWKT. main(String... args)
Prints a list of codes that duplicate the ones provided in theThreadedEpsgFactory
.protected static void
FactoryUsingWKT. main(String[] args, Class<? extends FactoryUsingWKT> type)
Implementation of theFactoryUsingWKT.main(java.lang.String...)
method, shared by subclasses.Set
FactoryUsingWKT. reportDuplicatedCodes(PrintWriter out)
Prints a list of codes that duplicate the ones provided byThreadedEpsgFactory
.Set
FactoryUsingWKT. reportInstantiationFailures(PrintWriter out)
Prints a list of CRS that can't be instantiated.Constructors in org.geotools.referencing.factory.epsg that throw FactoryException Constructor Description AbstractEpsgFactory(Hints userHints)
AnsiDialectEpsgFactory(Hints userHints)
Constructs an authority factory, the hints should describe the data source it use. -
Uses of FactoryException in org.geotools.referencing.factory.epsg.hsql
Methods in org.geotools.referencing.factory.epsg.hsql that throw FactoryException Modifier and Type Method Description static DataSource
HsqlEpsgDatabase. createDataSource(Hints hints)
Constructors in org.geotools.referencing.factory.epsg.hsql that throw FactoryException Constructor Description HsqlDialectEpsgMediator()
Creates a new instance of this factory.HsqlDialectEpsgMediator(Hints hints)
Creates a new instance of this data source using the specified hints. -
Uses of FactoryException in org.geotools.referencing.factory.gridshift
Methods in org.geotools.referencing.factory.gridshift that throw FactoryException Modifier and Type Method Description GridShiftFile
NTv2GridShiftFactory. createNTv2Grid(URL gridLocation)
Creates a NTv2 Grid.NADConGridShift
NADCONGridShiftFactory. loadGridShift(URL latGridURL, URL longGridURL)
-
Uses of FactoryException in org.geotools.referencing.factory.wms
Methods in org.geotools.referencing.factory.wms that throw FactoryException Modifier and Type Method Description CoordinateReferenceSystem
AutoCRSFactory. createCoordinateReferenceSystem(String code)
Creates a coordinate reference system from the specified code.CoordinateReferenceSystem
WebCRSFactory. createCoordinateReferenceSystem(String code)
Creates a coordinate reference system from the specified code.IdentifiedObject
AutoCRSFactory. createObject(String code)
Creates an object from the specified code.IdentifiedObject
WebCRSFactory. createObject(String code)
Creates an object from the specified code.ProjectedCRS
AutoCRSFactory. createProjectedCRS(String code)
Creates a projected coordinate reference system from the specified code.Set<String>
AutoCRSFactory. getAuthorityCodes(Class<? extends IdentifiedObject> type)
Provides a complete set of the known codes provided by this authority.Set<String>
WebCRSFactory. getAuthorityCodes(Class<? extends IdentifiedObject> type)
Provides a complete set of the known codes provided by this authority.InternationalString
AutoCRSFactory. getDescriptionText(String code)
Returns the CRS name for the given code.InternationalString
WebCRSFactory. getDescriptionText(String code)
Returns the CRS name for the given code. -
Uses of FactoryException in org.geotools.referencing.iau
Methods in org.geotools.referencing.iau that throw FactoryException Modifier and Type Method Description protected AbstractAuthorityFactory
IAULongitudeFirstFactory. createBackingStore()
Returns the factory instance (usuallyThreadedEpsgFactory
) to be used as the backing store. -
Uses of FactoryException in org.geotools.referencing.operation
Methods in org.geotools.referencing.operation that throw FactoryException Modifier and Type Method Description protected Set<CoordinateOperation>
AbstractCoordinateOperationFactory. concatenate(Set<CoordinateOperation> candidatesStep1, Set<CoordinateOperation> candidatesStep2)
Concatenate two operation steps.protected Set<CoordinateOperation>
AbstractCoordinateOperationFactory. concatenate(Set<CoordinateOperation> candidatesStep1, Set<CoordinateOperation> candidatesStep2, Set<CoordinateOperation> candidatesStep3)
Concatenate two sets of operation steps.protected CoordinateOperation
AbstractCoordinateOperationFactory. concatenate(CoordinateOperation step1, CoordinateOperation step2)
Concatenate two operation steps.protected CoordinateOperation
AbstractCoordinateOperationFactory. concatenate(CoordinateOperation step1, CoordinateOperation step2, CoordinateOperation step3)
Concatenate three transformation steps.MathTransform
DefaultMathTransformFactory. createAffineTransform(Matrix matrix)
Creates an affine transform from a matrix.MathTransform
DefaultMathTransformFactory. createBaseToDerived(CoordinateReferenceSystem baseCRS, ParameterValueGroup parameters, CoordinateSystem derivedCS)
Creates a parameterized transform from a base CRS to a derived CS.MathTransform
DefaultMathTransformFactory. createBaseToDerived(CoordinateReferenceSystem baseCRS, MathTransform projection, CoordinateSystem derivedCS)
Creates a transform from a base CRS to a derived CS.CoordinateOperation
AbstractCoordinateOperationFactory. createConcatenatedOperation(Map<String,?> properties, CoordinateOperation[] operations)
Creates a concatenated operation from a sequence of operations.MathTransform
DefaultMathTransformFactory. createConcatenatedTransform(MathTransform transform1, MathTransform transform2)
Creates a transform by concatenating two existing transforms.Conversion
AbstractCoordinateOperationFactory. createDefiningConversion(Map<String,?> properties, OperationMethod method, ParameterValueGroup parameters)
Constructs a defining conversion from a set of properties.protected CoordinateOperation
AbstractCoordinateOperationFactory. createFromAffineTransform(ReferenceIdentifier name, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, Matrix matrix)
Creates a coordinate operation from a matrix, which usually describes an affine tranform.protected CoordinateOperation
AbstractCoordinateOperationFactory. createFromMathTransform(Map<String,?> properties, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, MathTransform transform, OperationMethod method, Class<? extends CoordinateOperation> type)
Creates a coordinate operation from a math transform.protected CoordinateOperation
AbstractCoordinateOperationFactory. createFromMathTransform(ReferenceIdentifier name, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, MathTransform transform)
Creates a coordinate operation from a math transform.protected CoordinateOperation
AbstractCoordinateOperationFactory. createFromParameters(ReferenceIdentifier name, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, ParameterValueGroup parameters)
Creates a coordinate operation from a set of parameters.MathTransform
DefaultMathTransformFactory. createFromWKT(String text)
Creates a math transform object from a Well Known Text (WKT).MathTransform
DefaultMathTransformFactory. createFromXML(String xml)
Creates a math transform object from a XML string.protected abstract MathTransform
MathTransformProvider. createMathTransform(ParameterValueGroup values)
Creates a math transform from the specified group of parameter values.CoordinateOperation
BufferedCoordinateOperationFactory. createOperation(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS)
Returns an operation for conversion or transformation between two coordinate reference systems.CoordinateOperation
BufferedCoordinateOperationFactory. createOperation(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, OperationMethod method)
Returns an operation for conversion or transformation between two coordinate reference systems using the specified method.CoordinateOperation
DefaultCoordinateOperationFactory. createOperation(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS)
Returns an operation for conversion or transformation between two coordinate reference systems.CoordinateOperation
DefaultCoordinateOperationFactory. createOperation(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, OperationMethod method)
Returns an operation using a particular method for conversion or transformation between two coordinate reference systems.protected CoordinateOperation
DefaultCoordinateOperationFactory. createOperationStep(CompoundCRS sourceCRS, CompoundCRS targetCRS)
Creates an operation between two compound coordinate reference systems.protected CoordinateOperation
DefaultCoordinateOperationFactory. createOperationStep(CompoundCRS sourceCRS, SingleCRS targetCRS)
Creates an operation from a compound to a single coordinate reference systems.protected CoordinateOperation
DefaultCoordinateOperationFactory. createOperationStep(GeocentricCRS sourceCRS, GeocentricCRS targetCRS)
Creates an operation between two geocentric coordinate reference systems.protected CoordinateOperation
DefaultCoordinateOperationFactory. createOperationStep(GeocentricCRS sourceCRS, GeographicCRS targetCRS)
Creates an operation from a geocentric to a geographic coordinate reference systems.protected CoordinateOperation
DefaultCoordinateOperationFactory. createOperationStep(GeographicCRS sourceCRS, GeocentricCRS targetCRS)
Creates an operation from a geographic to a geocentric coordinate reference systems.protected CoordinateOperation
DefaultCoordinateOperationFactory. createOperationStep(GeographicCRS sourceCRS, GeographicCRS targetCRS)
Creates an operation between two geographic coordinate reference systems.protected CoordinateOperation
DefaultCoordinateOperationFactory. createOperationStep(GeographicCRS sourceCRS, ProjectedCRS targetCRS)
Creates an operation from a geographic to a projected coordinate reference system.protected CoordinateOperation
DefaultCoordinateOperationFactory. createOperationStep(GeographicCRS sourceCRS, VerticalCRS targetCRS)
Creates an operation between a geographic and a vertical coordinate reference systems.protected CoordinateOperation
DefaultCoordinateOperationFactory. createOperationStep(ProjectedCRS sourceCRS, GeographicCRS targetCRS)
Creates an operation from a projected to a geographic coordinate reference system.protected CoordinateOperation
DefaultCoordinateOperationFactory. createOperationStep(ProjectedCRS sourceCRS, ProjectedCRS targetCRS)
Creates an operation between two projected coordinate reference systems.protected CoordinateOperation
DefaultCoordinateOperationFactory. createOperationStep(SingleCRS sourceCRS, CompoundCRS targetCRS)
Creates an operation from a single to a compound coordinate reference system.protected CoordinateOperation
DefaultCoordinateOperationFactory. createOperationStep(TemporalCRS sourceCRS, TemporalCRS targetCRS)
Creates an operation between two temporal coordinate reference systems.protected CoordinateOperation
DefaultCoordinateOperationFactory. createOperationStep(VerticalCRS sourceCRS, VerticalCRS targetCRS)
Creates an operation between two vertical coordinate reference systems.MathTransform
DefaultMathTransformFactory. createParameterizedTransform(ParameterValueGroup parameters)
Creates a transform from a group of parameters.MathTransform
DefaultMathTransformFactory. createPassThroughTransform(int firstAffectedOrdinate, MathTransform subTransform, int numTrailingOrdinates)
Creates a transform which passes through a subset of ordinates to another transform.Set<CoordinateOperation>
BufferedCoordinateOperationFactory. findOperations(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS)
Returns all available operations for conversion or transformation between two coordinate reference systems.Set<CoordinateOperation>
DefaultCoordinateOperationFactory. findOperations(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS)
Returns all the available operations for conversion or transformation between two coordinate reference systems.protected Set<CoordinateOperation>
DefaultCoordinateOperationFactory. findOperations(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, int limit)
Returns all the available operations for conversion or transformation between two coordinate reference systems.protected Set<CoordinateOperation>
DefaultCoordinateOperationFactory. findOperationSteps(CompoundCRS sourceCRS, CompoundCRS targetCRS, int limit)
Returns all available operations between two compound coordinate reference systems.protected Set<CoordinateOperation>
DefaultCoordinateOperationFactory. findOperationSteps(CompoundCRS sourceCRS, SingleCRS targetCRS, int limit)
Returns all available operations from a compound to a single coordinate reference system.protected Set<CoordinateOperation>
DefaultCoordinateOperationFactory. findOperationSteps(GeographicCRS sourceCRS, ProjectedCRS targetCRS, int limit)
Returns all available operations from a geographic to a projected coordinate reference system.protected Set<CoordinateOperation>
DefaultCoordinateOperationFactory. findOperationSteps(ProjectedCRS sourceCRS, GeographicCRS targetCRS, int limit)
Returns all available operations from a projected to a geographic coordinate reference system.protected Set<CoordinateOperation>
DefaultCoordinateOperationFactory. findOperationSteps(ProjectedCRS sourceCRS, ProjectedCRS targetCRS, int limit)
Returns all available operations between two projected coordinate reference systems.protected Set<CoordinateOperation>
DefaultCoordinateOperationFactory. findOperationSteps(SingleCRS sourceCRS, CompoundCRS targetCRS, int limit)
Returns all available operations from a single to a compound coordinate reference system.protected CoordinateOperation
AbstractCoordinateOperationFactory. inverse(CoordinateOperation operation)
Returns the inverse of the specified operation.Constructors in org.geotools.referencing.operation with parameters of type FactoryException Constructor Description TransformPathNotFoundException(String message, FactoryException cause)
Constructs an exception with the specified detail message and cause.TransformPathNotFoundException(FactoryException cause)
Constructs an exception with the specified detail message.Constructors in org.geotools.referencing.operation that throw FactoryException Constructor Description DefaultConcatenatedOperation(Map<String,?> properties, CoordinateOperation[] operations, MathTransformFactory factory)
Constructs a concatenated operation from a set of properties and a math transform factory. -
Uses of FactoryException in org.geotools.referencing.operation.builder
Subclasses of FactoryException in org.geotools.referencing.operation.builder Modifier and Type Class Description class
MissingInfoException
Thrown when a required operation can't be performed because some information is missing or isn't set up properly.Methods in org.geotools.referencing.operation.builder that throw FactoryException Modifier and Type Method Description protected MathTransform
AdvancedAffineBuilder. computeMathTransform()
protected MathTransform
BursaWolfTransformBuilder. computeMathTransform()
Returns MathtTransform setup as BursaWolf transformation.protected abstract MathTransform
MathTransformBuilder. computeMathTransform()
Calculates the math transform immediately.protected MathTransform
RubberSheetBuilder. computeMathTransform()
Returns MathTransform transformation setup as RubberSheet.Statistics
MathTransformBuilder. getErrorStatistics()
Returns statistics about the errors.MathTransform
MathTransformBuilder. getMathTransform()
Returns the calculated math transform.protected GeneralMatrix
AdvancedAffineBuilder. getProjectiveMatrix()
Calculates coefficients of Projective transformation matrix from geometric parameters.CoordinateReferenceSystem
MathTransformBuilder. getSourceCRS()
Returns the coordinate reference system for thesource points
.CoordinateReferenceSystem
MathTransformBuilder. getTargetCRS()
Returns the coordinate reference system for thetarget points
.Transformation
MathTransformBuilder. getTransformation()
Returns the coordinate operation wrapping the calculated math transform.Constructors in org.geotools.referencing.operation.builder that throw FactoryException Constructor Description AdvancedAffineBuilder(List<MappedPosition> vectors)
Constructs builder from set of GCPsAdvancedAffineBuilder(List<MappedPosition> vectors, AffineTransform2D affineTrans)
Constructs affine transform from GCPs and approximate values for calculation. -
Uses of FactoryException in org.geotools.referencing.operation.projection
Methods in org.geotools.referencing.operation.projection that throw FactoryException Modifier and Type Method Description static Bounds
GeostationarySatellite. circumscribeFullDisk(CoordinateReferenceSystem geosCRS)
Circumscribed rectangle (smallest) for full disk earth imageprotected MathTransform
AzimuthalEquidistant.Provider. createMathTransform(ParameterValueGroup parameters)
Create an Azimuthal Equidistant projection.protected MathTransform
CylindricalEqualArea.BehrmannProvider. createMathTransform(ParameterValueGroup parameters)
protected MathTransform
CylindricalEqualArea.LambertCylindricalEqualAreaProvider. createMathTransform(ParameterValueGroup parameters)
protected MathTransform
CylindricalEqualArea.Provider. createMathTransform(ParameterValueGroup parameters)
protected MathTransform
EqualArea.Provider. createMathTransform(ParameterValueGroup parameters)
Creates a transform from the specified group of parameter values.protected MathTransform
EquidistantConic.Provider. createMathTransform(ParameterValueGroup parameters)
Creates a transform from the specified group of parameter values.protected MathTransform
EquidistantCylindrical.Provider. createMathTransform(ParameterValueGroup parameters)
Creates a transform from the specified group of parameter values.protected MathTransform
EquidistantCylindrical.SphericalProvider. createMathTransform(ParameterValueGroup parameters)
Creates a transform from the specified group of parameter values.protected MathTransform
GeneralOblique.Provider. createMathTransform(ParameterValueGroup parameters)
Creates a transform from the specified group of parameter values.protected MathTransform
MeteosatSG.Provider. createMathTransform(ParameterValueGroup parameters)
Creates a transform from the specified group of parameter values.protected MathTransform
Orthographic.Provider. createMathTransform(ParameterValueGroup parameters)
Creates a transform from the specified group of parameter values.protected MathTransform
PlateCarree.Provider. createMathTransform(ParameterValueGroup parameters)
Creates a transform from the specified group of parameter values.protected MathTransform
RotatedPole.Provider. createMathTransform(ParameterValueGroup parameters)
Creates a transform from the specified group of parameter values.static Bounds
GeostationarySatellite. inscribeFullDiskEstimate(CoordinateReferenceSystem geosCRS)
Inscribed rectangle for for full disk earth image (not largest inscribing rectangle but close, hence "Estimate") -
Uses of FactoryException in org.geotools.referencing.operation.transform
Methods in org.geotools.referencing.operation.transform that throw FactoryException Modifier and Type Method Description protected MathTransform
EarthGravitationalModel.Provider. createMathTransform(ParameterValueGroup values)
Creates a math transform from the specified group of parameter values.protected MathTransform
NADCONTransform.Provider. createMathTransform(ParameterValueGroup values)
Creates a math transform from the specified group of parameter values.protected MathTransform
NTv2Transform.Provider. createMathTransform(ParameterValueGroup values)
Creates a math transform from the specified group of parameter values.protected URL
NADCONTransform. locateGrid(URI uri)
MathTransform
DimensionFilter. separate(MathTransform transform)
Separates the specified math transform.Constructors in org.geotools.referencing.operation.transform that throw FactoryException Constructor Description NADCONTransform(URI latGridName, URI longGridName)
Constructs aNADCONTransform
from the specified grid shift files. -
Uses of FactoryException in org.geotools.referencing.wkt
Methods in org.geotools.referencing.wkt that throw FactoryException Modifier and Type Method Description Object
AbstractConsole. parseObject(String text, Class type)
Parses the specified text.Object
Preprocessor. parseObject(String text, Class<?> type)
Parses the specified text and ensure that the resulting object is of the specified type. -
Uses of FactoryException in org.geotools.renderer.crs
Methods in org.geotools.renderer.crs that throw FactoryException Modifier and Type Method Description ProjectionHandler
AzimulthalEquidistantProjectionHandlerFactory. getHandler(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCRS, boolean wrap, int wrapLimit)
ProjectionHandler
ConicHandlerFactory. getHandler(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCrs, boolean wrap, int maxWraps)
ProjectionHandler
GeographicHandlerFactory. getHandler(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCrs, boolean wrap, int maxWraps)
ProjectionHandler
HomolosineHandlerFactory. getHandler(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCrs, boolean wrap, int maxWraps)
ProjectionHandler
LambertAzimuthalEqualAreaHandlerFactory. getHandler(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCrs, boolean wrap, int maxWraps)
ProjectionHandler
MercatorHandlerFactory. getHandler(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCrs, boolean wrap, int maxWraps)
ProjectionHandler
OrthographicProjectionHandlerFactory. getHandler(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCRS, boolean wrap, int wrapLimit)
ProjectionHandler
PolarStereographicHandlerFactory. getHandler(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCrs, boolean wrap, int maxWraps)
ProjectionHandler
ProjectionHandlerFactory. getHandler(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCRS, boolean wrap, int wrapLimit)
Returns an handler capable of dealing with the specified envelope, or null if this factory cannot create onestatic ProjectionHandler
ProjectionHandlerFinder. getHandler(ReferencedEnvelope renderingArea, CoordinateReferenceSystem sourceCrs, boolean wrap)
Returns a projection handler for the specified rendering area, or null if not foundstatic ProjectionHandler
ProjectionHandlerFinder. getHandler(ReferencedEnvelope renderingArea, CoordinateReferenceSystem sourceCrs, boolean wrap, Map<String,Object> projectionParameters)
Returns a projection handler for the specified rendering area, or null if not foundProjectionHandler
TransverseMercatorHandlerFactory. getHandler(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCrs, boolean wrap, int maxWraps)
ProjectionHandler
WorldVanDerGrintenIHandlerFactory. getHandler(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCrs, boolean wrap, int maxWraps)
ReferencedEnvelope
ProjectionHandler. getProjectedEnvelope(ReferencedEnvelope envelope, CoordinateReferenceSystem targetCRS)
Reprojects the given envelope to the target CRS, taking into account the ProjectionHandler constraints (valid area bounds, etc.).List<ReferencedEnvelope>
ProjectionHandler. getQueryEnvelopes()
Returns a set of envelopes that will be used to query the data given the specified rendering envelope and the current query envelopeMathTransform
ProjectionHandler. getRenderingTransform(MathTransform mt)
Can modify/wrap the transform to handle specific projection issuesprotected List<ReferencedEnvelope>
ProjectionHandler. getSourceEnvelopes(ReferencedEnvelope renderingEnvelope)
Geometry
ProjectionHandler. preProcess(Geometry geometry)
Pre processes the geometry, e.g. cuts it, splits it, etc. in its native srs.Geometry
WrappingProjectionHandler. preProcess(Geometry geometry)
protected void
ProjectionHandler. reprojectEnvelopes(CoordinateReferenceSystem queryCRS, List<ReferencedEnvelope> envelopes)
protected ReferencedEnvelope
ProjectionHandler. transformEnvelope(ReferencedEnvelope envelope, CoordinateReferenceSystem targetCRS)
Constructors in org.geotools.renderer.crs that throw FactoryException Constructor Description ProjectionHandler(CoordinateReferenceSystem sourceCRS, Envelope validAreaBounds, ReferencedEnvelope renderingEnvelope)
Initializes a projection handlerProjectionHandler(CoordinateReferenceSystem sourceCRS, Geometry validArea, ReferencedEnvelope renderingEnvelope)
Initializes a projection handlerProjectionHandler(CoordinateReferenceSystem sourceCRS, Geometry validArea, ReferencedEnvelope renderingEnvelope, boolean keepGeometry)
Initializes a projection handlerWrappingProjectionHandler(ReferencedEnvelope renderingEnvelope, ReferencedEnvelope validArea, CoordinateReferenceSystem sourceCrs, double centralMeridian, int maxWraps)
Provides the strategy with the area we want to render and its CRS (the SPI lookup will do this step) -
Uses of FactoryException in org.geotools.renderer.lite
Methods in org.geotools.renderer.lite that throw FactoryException Modifier and Type Method Description Object
RenderingTransformationHelper. applyRenderingTransformation(Expression transformation, FeatureSource featureSource, Query layerQuery, Query renderingQuery, GridGeometry2D gridGeometry, CoordinateReferenceSystem sourceCrs, RenderingHints hints)
static double
RendererUtilities. calculateScale(ReferencedEnvelope envelope, int imageWidth, int imageHeight, double DPI)
Find the scale denominator of the map.static double
RendererUtilities. calculateScale(ReferencedEnvelope envelope, int imageWidth, int imageHeight, Map<?,?> hints)
First searches the hints for the scale denominator hint otherwise calls#calculateScale(org.geotools.util.SoftValueHashMap.Reference, int, int, double)
.protected ReferencedEnvelope
StreamingRenderer. transformEnvelope(ReferencedEnvelope envelope, CoordinateReferenceSystem crs)
-
Uses of FactoryException in org.geotools.renderer.lite.gridcoverage2d
Methods in org.geotools.renderer.lite.gridcoverage2d that throw FactoryException Modifier and Type Method Description static List<GridCoverage2D>
GridCoverageRendererUtilities. displace(List<GridCoverage2D> coverages, ProjectionHandler handler, GeneralBounds destinationEnvelope, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, GridCoverageFactory gridCoverageFactory)
Displaces a list of coverages, using a ProjectionHandler to eventually split into proper envelopes.List<GridCoverage2D>
GridCoverageReaderHelper. readCoverages(GeneralParameterValue[] readParams, ProjectionHandler handler)
Reads the data taking into account advanced projection handling in order to deal with date line crossing, poles and other projection trouble areas.List<GridCoverage2D>
GridCoverageReaderHelper. readCoverages(GeneralParameterValue[] readParams, ProjectionHandler handler, GridCoverageFactory gridCoverageFactory)
Reads the data taking into account advanced projection handling in order to deal with date line crossing, poles and other projection trouble areas.RenderedImage
GridCoverageRenderer. renderImage(GridCoverage2D gridCoverage, RasterSymbolizer symbolizer, Interpolation interpolation, Color background, int tileSizeX, int tileSizeY)
Turns the coverage into a rendered image applying the necessary transformations and the symbolizerRenderedImage
GridCoverageRenderer. renderImage(GridCoverage2DReader reader, GeneralParameterValue[] readParams, RasterSymbolizer symbolizer, Interpolation interpolation, Color background, int tileSizeX, int tileSizeY)
static List<GridCoverage2D>
GridCoverageRendererUtilities. reproject(List<GridCoverage2D> coverages, CoordinateReferenceSystem destinationCRS, Interpolation interpolation, GeneralBounds destinationEnvelope, double[] bkgValues, GridCoverageFactory gridCoverageFactory, Hints hints)
Reproject the specified list of coveragesstatic GridCoverage2D
GridCoverageRendererUtilities. reproject(GridCoverage2D coverage, CoordinateReferenceSystem destinationCRS, Interpolation interpolation, GeneralBounds destinationEnvelope, double[] bkgValues, GridCoverageFactory gridCoverageFactory, Hints hints)
Reproject a coverage to the specified destination, eventually adding a ROI if missingConstructors in org.geotools.renderer.lite.gridcoverage2d that throw FactoryException Constructor Description GridCoverageReaderHelper(GridCoverage2DReader reader, Rectangle mapRasterArea, ReferencedEnvelope mapExtent, Interpolation interpolation)
GridCoverageReaderHelper(GridCoverage2DReader reader, Rectangle mapRasterArea, ReferencedEnvelope mapExtent, Interpolation interpolation, Hints hints)
-
Uses of FactoryException in org.geotools.tile.impl
Methods in org.geotools.tile.impl that throw FactoryException Modifier and Type Method Description static ScaleZoomLevelMatcher
ScaleZoomLevelMatcher. createMatcher(ReferencedEnvelope requestExtent, CoordinateReferenceSystem crsTiles, double scale)
static ReferencedEnvelope
ScaleZoomLevelMatcher. getProjectedEnvelope(ReferencedEnvelope envelope, CoordinateReferenceSystem destinationCRS, MathTransform transformation)
Re-Projects the given envelope to destinationCRS using transformation.
-