| Name | Description | Type | Package | Framework |
| Abstract_URI_AuthorityFactory | Base class for building OGC URN and HTTP URI wrappers around AllAuthoritiesFactory. | Class | org.geotools.referencing.factory | GeoTools |
|
| AbstractAuthorityFactory | Base class for authority factories. | Class | org.geotools.referencing.factory | GeoTools |
|
| AbstractAuthorityMediator | An authority mediator that consults (a possibily shared) cache before delegating the generation of the content to a "worker" authority factory. | Class | org.geotools.referencing.factory | GeoTools |
|
| AbstractCachedAuthorityFactory | An authority factory that consults (a possibly shared) cache before generating The behavior of the createFoo(String) methods first looks if a | Class | org.geotools.referencing.factory | GeoTools |
|
| AbstractConsole | Base class for application performing operations on WKT objects from the command line. | Class | org.geotools.referencing.wkt | GeoTools |
|
| AbstractCoordinateOperation | Establishes an association between a source and a target coordinate reference system, and provides a transform for transforming coordinates in | Class | org.geotools.referencing.operation | GeoTools |
|
| AbstractCoordinateOperationFactory | Base class for coordinate operation factories. | Class | org.geotools.referencing.operation | GeoTools |
|
| AbstractCRS | Abstract coordinate reference system, usually defined by a coordinate system and a datum. | Class | org.geotools.referencing.crs | GeoTools |
|
| AbstractCS | The set of coordinate system axes that spans a given coordinate space. | Class | org.geotools.referencing.cs | GeoTools |
|
| AbstractDatum | Specifies the relationship of a coordinate system to the earth, thus creating a coordinate reference system. | Class | org.geotools.referencing.datum | GeoTools |
|
| AbstractDerivedCRS | A coordinate reference system that is defined by its coordinate conversion from another coordinate reference system | Class | org.geotools.referencing.crs | GeoTools |
|
| AbstractEpsgFactory | A coordinate reference system factory backed by the EPSG database tables. | Class | org.geotools.referencing.factory.epsg | GeoTools |
|
| AbstractEpsgMediator | Abstract implementation for EPSG (has a DataSource reference inside). | Class | org.geotools.referencing.factory | GeoTools |
|
| AbstractIdentifiedObject | A base class for metadata applicable to reference system objects. | Class | org.geotools.referencing | GeoTools |
|
| AbstractMathTransform | Provides a default implementation for most methods required by the MathTransform interface. | Class | org.geotools.referencing.operation.transform | GeoTools |
|
| AbstractParser | Base class for Well Know Text (WKT) parser. | Class | org.geotools.referencing.wkt | GeoTools |
|
| AbstractReferenceSystem | Description of a spatial and temporal reference system used by a dataset. | Class | org.geotools.referencing | GeoTools |
|
| AbstractSingleCRS | Abstract coordinate reference system, consisting of a single coordinate system and a single | Class | org.geotools.referencing.crs | GeoTools |
|
| AccessDialectEpsgFactory | This factory uses the MS-Access dialect of SQL. | Class | org.geotools.referencing.factory.epsg | GeoTools |
|
| AdvancedAffineBuilder | Builder for affine transformation with possibility to set several constrains for affine parameters that will be respected during calculation. | Class | org.geotools.referencing.operation.builder | GeoTools |
|
| AffineToGeometric | Helper class for converting values from affine transformation matrix to its geometric form. | Class | org.geotools.referencing.operation.builder | GeoTools |
|
| AffineTransform2D | | Class | org.geotools.referencing.operation.matrix | GeoTools |
|
| AffineTransform2D | Transforms two-dimensional coordinate points using an affine transform. | Class | org.geotools.referencing.operation.transform | GeoTools |
|
| AffineTransformBuilder | Builds MathTransform setup as Affine transformation from a list of MappedPosition. | Class | org.geotools.referencing.operation.builder | GeoTools |
|
| AlbersEqualArea | Albers Equal Area Projection (EPSG code 9822). | Class | org.geotools.referencing.operation.projection | GeoTools |
|
| AlbersEqualArea .Provider | provider for an Albers Equal Area projection (EPSG code 9822). | Class | org.geotools.referencing.operation.projection.AlbersEqualArea | GeoTools |
|
| AllAuthoritiesFactory | An authority factory that delegates the object creation to an other factory determined from the authority name in the code. | Class | org.geotools.referencing.factory | GeoTools |
|
| AnsiDialectEpsgFactory | An EPSG factory for the database generated by SQL scripts rather than the MS-Access one. | Class | org.geotools.referencing.factory.epsg | GeoTools |
|
| AuthorityBackedFactory | A coordinate operation factory extended with the extra informations provided by an authority factory. | Class | org.geotools.referencing.operation | GeoTools |
|
| AuthorityFactoryAdapter | An authority factory which delegates CRS, CS or datum objects creation to | Class | org.geotools.referencing.factory | GeoTools |
|
| AutoCRSFactory | The factory for projected CRS in the AUTO and AUTO2Since:2. | Class | org.geotools.referencing.factory.wms | GeoTools |
|
| BackingStoreException | Thrown to indicate that an IdentifiedObjectSet operation could not complete because of a failure in the backing store, or a failure to contact the backing store. | Class | org.geotools.referencing.factory | GeoTools |
|
| BufferedAuthorityFactory | An authority factory that caches all objects created by an other factory. | Class | org.geotools.referencing.factory | GeoTools |
|
| BufferedCoordinateOperationFactory | Caches the coordinate operations created by an other factory. | Class | org.geotools.referencing.operation | GeoTools |
|
| BursaWolfParameters | Parameters for a geographic transformation between two datum. | Class | org.geotools.referencing.datum | GeoTools |
|
| BursaWolfTransformBuilder | Builds MathTransform setup as BursaWolf transformation from a list of MappedPosition. | Class | org.geotools.referencing.operation.builder | GeoTools |
|
| CachedAuthorityDecorator | An authority factory that caches all objects created by delegate factories. | Class | org.geotools.referencing.factory | GeoTools |
|
| CachedCRSAuthorityDecorator | An authority factory that caches all objects created by the delegate CRSAuthorityFactory. | Class | org.geotools.referencing.factory | GeoTools |
|
| CartesianAuthorityFactory | A factory providing a EPSG code for a cartesian engineering systemsAuthor:Andrea Aime - GeoSolutions | Class | org.geotools.referencing.factory.epsg | GeoTools |
|
| CassiniSoldner | Cassini-Soldner Projection (EPSG code 9806). | Class | org.geotools.referencing.operation.projection | GeoTools |
|
| CassiniSoldner .Provider | The MathTransformProvider for a CassiniSoldner projection. | Class | org.geotools.referencing.operation.projection.CassiniSoldner | GeoTools |
|
| ClasspathGridShiftLocator | Default grid shift file locator, looks up grids in the classpathAuthor:Andrea Aime - GeoSolutions | Class | org.geotools.referencing.factory.gridshift | GeoTools |
|
| ConcatenatedTransform | Base class for concatenated transform. | Class | org.geotools.referencing.operation.transform | GeoTools |
|
| Console | A console for executing CRS operations from the command line. | Class | org.geotools.referencing | GeoTools |
|
| CoordinateOperationFactoryUsingWKT | Authority factory that holds user-defined Coordinate Operations. | Class | org.geotools.referencing.factory.epsg | GeoTools |
|
| CRS | Simple utility class for making use of the coordinate reference system and associated Factory implementations. | Class | org.geotools.referencing | GeoTools |
|
| CRS .AxisOrder | Ordering in which longitude comes before latitude, commonly referred to as x/y ordering. | Class | org.geotools.referencing.CRS | GeoTools |
|
| DatabaseCreationScript | | Class | org.geotools.referencing.factory.epsg | GeoTools |
|
| DataUtilities | Part of DataUtilities from gt-main, which cannot be used here because of cyclic Maven FIXME: module dependencies should be refactored until this class does not need to exist. | Class | org.geotools.referencing.factory.gridshift | GeoTools |
|
| DatumAliases | A datum factory that add aliases to a datum name before to delegates the datum | Class | org.geotools.referencing.factory | GeoTools |
|
| DefaultAffineCS | A two- or three-dimensional coordinate system with straight axes that are not necessarily orthogonal. | Class | org.geotools.referencing.cs | GeoTools |
|
| DefaultCartesianCS | A 1-, 2-, or 3-dimensional coordinate system. | Class | org.geotools.referencing.cs | GeoTools |
|
| DefaultCompoundCRS | A coordinate reference system describing the position of points through two or more independent coordinate reference systems. | Class | org.geotools.referencing.crs | GeoTools |
|
| DefaultCompoundCS | A coordinate system made of two or more independent coordinate systems. | Class | org.geotools.referencing.cs | GeoTools |
|
| DefaultConcatenatedOperation | An ordered sequence of two or more single coordinate operations. | Class | org.geotools.referencing.operation | GeoTools |
|
| DefaultConicProjection | Base class for conical map projections. | Class | org.geotools.referencing.operation | GeoTools |
|
| DefaultConversion | An operation on coordinates that does not include any change of Datum. | Class | org.geotools.referencing.operation | GeoTools |
|
| DefaultCoordinateOperationFactory | Creates coordinate operations. | Class | org.geotools.referencing.operation | GeoTools |
|
| DefaultCoordinateSystemAxis | Definition of a coordinate system axis. | Class | org.geotools.referencing.cs | GeoTools |
|
| DefaultCylindricalCS | A three-dimensional coordinate system consisting of a polar coordinate system extended by a straight | Class | org.geotools.referencing.cs | GeoTools |
|
| DefaultCylindricalProjection | Base class for cylindrical map projections. | Class | org.geotools.referencing.operation | GeoTools |
|
| DefaultDerivedCRS | A coordinate reference system that is defined by its coordinate conversion from another coordinate reference system but is not a projected coordinate reference system. | Class | org.geotools.referencing.crs | GeoTools |
|
| DefaultEllipsoid | Geometric figure that can be used to describe the approximate shape of the earth. | Class | org.geotools.referencing.datum | GeoTools |
|
| DefaultEllipsoidalCS | A two- or three-dimensional coordinate system in which position is specified by geodetic latitude, geodetic longitude, and (in the three-dimensional case) ellipsoidal height. | Class | org.geotools.referencing.cs | GeoTools |
|
| DefaultEngineeringCRS | A contextually local coordinate reference system. | Class | org.geotools.referencing.crs | GeoTools |
|
| DefaultEngineeringDatum | Defines the origin of an engineering coordinate reference system. | Class | org.geotools.referencing.datum | GeoTools |
|
| DefaultFactory | Base class for EPSG factories to be registered in GeometryFactoryFinder. | Class | org.geotools.referencing.factory.epsg | GeoTools |
|
| DefaultGeocentricCRS | A 3D coordinate reference system with the origin at the approximate centre of mass of the earth. | Class | org.geotools.referencing.crs | GeoTools |
|
| DefaultGeodeticDatum | Defines the location and precise orientation in 3-dimensional space of a defined ellipsoid (or sphere) that approximates the shape of the earth. | Class | org.geotools.referencing.datum | GeoTools |
|
| DefaultGeographicCRS | A coordinate reference system based on an ellipsoidal approximation of the geoid; this provides an accurate representation of the geometry of geographic features for a large portion of the | Class | org.geotools.referencing.crs | GeoTools |
|
| DefaultImageCRS | An engineering coordinate reference system applied to locations in images. | Class | org.geotools.referencing.crs | GeoTools |
|
| DefaultImageDatum | Defines the origin of an image coordinate reference system. | Class | org.geotools.referencing.datum | GeoTools |
|
| DefaultLinearCS | A one-dimensional coordinate system that consists of the points that lie on the single axis described. | Class | org.geotools.referencing.cs | GeoTools |
|
| DefaultMathTransformFactory | Low level factory for creating math transforms. | Class | org.geotools.referencing.operation | GeoTools |
|
| DefaultOperation | A parameterized mathematical operation on coordinates that transforms or converts coordinates to another coordinate reference system. | Class | org.geotools.referencing.operation | GeoTools |
|
| DefaultOperationMethod | Definition of an algorithm used to perform a coordinate operation. | Class | org.geotools.referencing.operation | GeoTools |
|
| DefaultPassThroughOperation | A pass-through operation specifies that a subset of a coordinate tuple is subject to a specific coordinate operation. | Class | org.geotools.referencing.operation | GeoTools |
|
| DefaultPlanarProjection | Base class for for azimuthal (or planar) map projections. | Class | org.geotools.referencing.operation | GeoTools |
|
| DefaultPolarCS | A two-dimensional coordinate system in which position is specified by the distance from the origin and the angle between the line from the origin to a point and a reference direction. | Class | org.geotools.referencing.cs | GeoTools |
|
| DefaultPrimeMeridian | A prime meridian defines the origin from which longitude values are determined. | Class | org.geotools.referencing.datum | GeoTools |
|
| DefaultProjectedCRS | A 2D coordinate reference system used to approximate the shape of the earth on a planar surface. | Class | org.geotools.referencing.crs | GeoTools |
|
| DefaultProjection | A conversion transforming (longitude,latitude) coordinates to cartesian coordinates | Class | org.geotools.referencing.operation | GeoTools |
|
| DefaultSingleOperation | A single (not concatenated) coordinate operation. | Class | org.geotools.referencing.operation | GeoTools |
|
| DefaultSphericalCS | A three-dimensional coordinate system with one distance measured from the origin and two angular coordinates. | Class | org.geotools.referencing.cs | GeoTools |
|
| DefaultTemporalCRS | A 1D coordinate reference system used for the recording of time. | Class | org.geotools.referencing.crs | GeoTools |
|
| DefaultTemporalDatum | A temporal datum defines the origin of a temporal coordinate reference system. | Class | org.geotools.referencing.datum | GeoTools |
|
| DefaultTimeCS | A one-dimensional coordinate system containing a single time axis, used to describe the temporal position of a point in the specified time units from a specified time origin. | Class | org.geotools.referencing.cs | GeoTools |
|
| DefaultTransformation | An operation on coordinates that usually includes a change of Datum. | Class | org.geotools.referencing.operation | GeoTools |
|
| DefaultUserDefinedCS | A two- or three-dimensional coordinate system that consists of any combination of coordinate axes not covered by any other Coordinate System type. | Class | org.geotools.referencing.cs | GeoTools |
|
| DefaultVerticalCRS | A 1D coordinate reference system used for recording heights or depths. | Class | org.geotools.referencing.crs | GeoTools |
|
| DefaultVerticalCS | A one-dimensional coordinate system used to record the heights (or depths) of points. | Class | org.geotools.referencing.cs | GeoTools |
|
| DefaultVerticalDatum | A textual description and/or a set of parameters identifying a particular reference level surface used as a zero-height surface. | Class | org.geotools.referencing.datum | GeoTools |
|
| DeferredAuthorityFactory | A buffered authority factory which will defer the creation of a backing store until when first needed. | Class | org.geotools.referencing.factory | GeoTools |
|
| DefiningConversion | A conversion used for the definition of a derived CRS (including projections). | Class | org.geotools.referencing.operation | GeoTools |
|
| DimensionFilter | An utility class for the separation of concatenation of pass through transforms. | Class | org.geotools.referencing.operation.transform | GeoTools |
|
| DirectAuthorityFactory | The base class for authority factories that create referencing object directly. | Class | org.geotools.referencing.factory | GeoTools |
|
| DirectEpsgFactory | A coordinate reference system factory backed by the EPSG database tables. | Class | org.geotools.referencing.factory.epsg | GeoTools |
|
| DirectionAlongMeridian | Parses axis direction of the kind "South along 90 deg East". | Class | org.geotools.referencing.cs | GeoTools |
|
| EarthGravitationalModel | Transforms vertical coordinates using coefficients from the Gravitational Model. | Class | org.geotools.referencing.operation.transform | GeoTools |
|
| EarthGravitationalModel .Provider | The provider for EarthGravitationalModel. | Class | org.geotools.referencing.operation.transform.EarthGravitationalModel | GeoTools |
|
| EckertIV | Eckert IV projectionSince:2. | Class | org.geotools.referencing.operation.projection | GeoTools |
|
| EckertIV .Provider | provider for the Eckert IV projection (not part of the EPSG database). | Class | org.geotools.referencing.operation.projection.EckertIV | GeoTools |
|
| Element | An element in a Well Know Text (WKT). | Class | org.geotools.referencing.wkt | GeoTools |
|
| EPSGCRSAuthorityFactory | Default implementation for a coordinate reference system authority factory backed by the EPSG property file. | Class | org.geotools.referencing.crs | GeoTools |
|
| EquatorialOrthographic | The equatorial case of the Orthographic projection. | Class | org.geotools.referencing.operation.projection | GeoTools |
|
| EquatorialStereographic | The USGS equatorial case of the stereographic projection. | Class | org.geotools.referencing.operation.projection | GeoTools |
|
| EquidistantConic | Equidistant Conic Projection. | Class | org.geotools.referencing.operation.projection | GeoTools |
|
| EquidistantConic .Provider | provider for a EquidistantConic projection. | Class | org.geotools.referencing.operation.projection.EquidistantConic | GeoTools |
|
| EquidistantCylindrical | Equidistant cylindrical projection (EPSG code 9823). | Class | org.geotools.referencing.operation.projection | GeoTools |
|
| EquidistantCylindrical .Provider | provider for an Equidistant Cylindrical projectionSince:2. | Class | org.geotools.referencing.operation.projection.EquidistantCylindrical | GeoTools |
|
| EquidistantCylindrical .SphericalProvider | provider for an Equidistant Cylindrical projection,Since:2. | Class | org.geotools.referencing.operation.projection.EquidistantCylindrical | GeoTools |
|
| EsriExtension | defined by ESRI. | Class | org.geotools.referencing.factory.epsg | GeoTools |
|
| ExponentialTransform1D | A one dimensional exponentional transform. | Class | org.geotools.referencing.operation.transform | GeoTools |
|
| ExponentialTransform1D .Provider | The provider for the ExponentialTransform1D. | Class | org.geotools.referencing.operation.transform.ExponentialTransform1D | GeoTools |
|
| FactoryDependencies | Build a tree of factory dependencies. | Class | org.geotools.referencing.factory | GeoTools |
|
| FactoryNotFoundException | Thrown when a requested factory has not been found. | Class | org.geotools.referencing.factory | GeoTools |
|
| FactoryUsingAnsiSQL | An EPSG factory for the database generated by SQL scripts rather than the MS-Access one. | Class | org.geotools.referencing.factory.epsg | GeoTools |
|
| FactoryUsingSQL | Please use AccessDialectEpsgFactory. | Class | org.geotools.referencing.factory.epsg | GeoTools |
|
| FactoryUsingWKT | Authority factory for Coordinate Reference Systems beyong the one defined in the EPSG database. | Class | org.geotools.referencing.factory.epsg | GeoTools |
|
| FallbackAuthorityFactory | A factory which delegates all object creation to a primary factory, and fallback on an other one if the primary factory failed. | Class | org.geotools.referencing.factory | GeoTools |
|
| Formattable | Base class for all object formattable asSince:2. | Class | org.geotools.referencing.wkt | GeoTools |
|
| Formatter | Format Formattable objects as A formatter is constructed with a specified set of symbols. | Class | org.geotools.referencing.wkt | GeoTools |
|
| GeneralMatrix | A two dimensional array of numbers. | Class | org.geotools.referencing.operation.matrix | GeoTools |
|
| GeneralOblique | General Oblique Transformation projection useful for rotated spherical coordinates ("Rotated Pole"), commonly used in numerical weather forecasting models. | Class | org.geotools.referencing.operation.projection | GeoTools |
|
| GeneralOblique .Provider | The math transform provider for an General Oblique Transformation projection. | Class | org.geotools.referencing.operation.projection.GeneralOblique | GeoTools |
|
| GeocentricTransform | Transforms three dimensional geographic points to geocentric coordinate points. | Class | org.geotools.referencing.operation.transform | GeoTools |
|
| GeocentricTransform .Provider | The provider for GeocentricTransform. | Class | org.geotools.referencing.operation.transform.GeocentricTransform | GeoTools |
|
| GeocentricTransform .ProviderInverse | The provider for inverse of GeocentricTransform. | Class | org.geotools.referencing.operation.transform.GeocentricTransform | GeoTools |
|
| GeocentricTranslation | An affine transform applied on geocentric coordinates. | Class | org.geotools.referencing.operation.transform | GeoTools |
|
| GeocentricTranslation .Provider | Base class for geocentric affine transform providers. | Class | org.geotools.referencing.operation.transform.GeocentricTranslation | GeoTools |
|
| GeocentricTranslation .ProviderFrameRotation | Geocentric affine transform provider for "Coordinate Frame rotation". | Class | org.geotools.referencing.operation.transform.GeocentricTranslation | GeoTools |
|
| GeocentricTranslation .ProviderSevenParam | Base class for geocentric affine transform providers with rotation terms. | Class | org.geotools.referencing.operation.transform.GeocentricTranslation | GeoTools |
|
| GeodeticCalculator | Performs geodetic calculations on an ellipsoid. | Class | org.geotools.referencing | GeoTools |
|
| GeostationarySatellite | The Geostationary Satellite Projection Adapted from https://github. | Class | org.geotools.referencing.operation.projection | GeoTools |
|
| GeostationarySatellite .Ellipsoidal | | Class | org.geotools.referencing.operation.projection.GeostationarySatellite | GeoTools |
|
| GeostationarySatellite .Provider | | Class | org.geotools.referencing.operation.projection.GeostationarySatellite | GeoTools |
|
| GeostationarySatellite .Spherical | | Class | org.geotools.referencing.operation.projection.GeostationarySatellite | GeoTools |
|
| Gnomonic | The gnomonic projection using a spheroid algorithm. | Class | org.geotools.referencing.operation.projection | GeoTools |
|
| Gnomonic .Provider | provider for a Gnomonic projectionSince:2. | Class | org.geotools.referencing.operation.projection.Gnomonic | GeoTools |
|
| GridShiftLocator | Provides a hook to locate grid shift files, such as NTv1, NTv2 and NADCON ones Andrea Aime - Geosolutions | Interface | org.geotools.referencing.factory.gridshift | GeoTools |
|
| GridToEnvelopeMapper | A helper class for building n-dimensional affine transform mapping grid ranges to envelopes. | Class | org.geotools.referencing.operation.builder | GeoTools |
|
| HotineObliqueMercator | Hotine Oblique Mercator projection. | Class | org.geotools.referencing.operation.projection | GeoTools |
|
| HotineObliqueMercator .Provider | provider for a Hotine Oblique Mercator projectionSince:2. | Class | org.geotools.referencing.operation.projection.HotineObliqueMercator | GeoTools |
|
| HotineObliqueMercator .Provider_TwoPoint | provider for a Hotine Oblique Mercator projection, specified with two points on the central line (instead of a central point and azimuth). | Class | org.geotools.referencing.operation.projection.HotineObliqueMercator | GeoTools |
|
| HsqlDialectEpsgMediator | Mediator which delegates the creation of referencing objects to the HsqlDialectEpsgFactory. | Class | org.geotools.referencing.factory.epsg | GeoTools |
|
| HsqlEpsgDatabase | This utility class knows everything there is to know about the care and feeding of our pet EPSG database. | Class | org.geotools.referencing.factory.epsg | GeoTools |
|
| HTTP_AuthorityFactory | Wraps all factories in a "http://www. | Class | org.geotools.referencing.factory | GeoTools |
|
| HTTP_URI_AuthorityFactory | AuthorityFactory for OGC HTTP URI resources. | Class | org.geotools.referencing.factory | GeoTools |
|
| IdentifiedObjectFinder | Looks up an object from an authority factory which is equals, ignoring metadata, to the specified | Class | org.geotools.referencing.factory | GeoTools |
|
| IdentifiedObjectSet | A lazy set of identified objects. | Class | org.geotools.referencing.factory | GeoTools |
|
| IdentityTransform | The identity transform. | Class | org.geotools.referencing.operation.transform | GeoTools |
|
| Krovak | Krovak Oblique Conformal Conic projection (EPSG code 9819). | Class | org.geotools.referencing.operation.projection | GeoTools |
|
| Krovak .Provider | provider for an Krovak projection (EPSG code 9819). | Class | org.geotools.referencing.operation.projection.Krovak | GeoTools |
|
| LambertAzimuthalEqualArea | Lambert Azimuthal Equal Area (EPSG code 9820). | Class | org.geotools.referencing.operation.projection | GeoTools |
|
| LambertAzimuthalEqualArea .Provider | provider for an Lambert Equal Area projectionSince:2. | Class | org.geotools.referencing.operation.projection.LambertAzimuthalEqualArea | GeoTools |
|
| LambertConformal | Lambert Conical Conformal Projection. | Class | org.geotools.referencing.operation.projection | GeoTools |
|
| LambertConformal1SP | Lambert Conical Conformal 1SP Projection. | Class | org.geotools.referencing.operation.projection | GeoTools |
|
| LambertConformal1SP .Provider | provider for a Lambert Conformal 1SP projection (EPSGSince:2. | Class | org.geotools.referencing.operation.projection.LambertConformal1SP | GeoTools |
|
| LambertConformal2SP | Lambert Conical Conformal 2SP Projection. | Class | org.geotools.referencing.operation.projection | GeoTools |
|
| LambertConformal2SP .Provider | provider for a Lambert Conformal 2SP projection (EPSGSince:2. | Class | org.geotools.referencing.operation.projection.LambertConformal2SP | GeoTools |
|
| LambertConformalBelgium | Lambert Conical Conformal 2SP Belgium Projection. | Class | org.geotools.referencing.operation.projection | GeoTools |
|
| LambertConformalBelgium .Provider | provider for a Lambert Conformal 2SP Belgium projection (EPSG code 9803). | Class | org.geotools.referencing.operation.projection.LambertConformalBelgium | GeoTools |
|
| LinearTransform | Interface for linear MathTransforms. | Interface | org.geotools.referencing.operation | GeoTools |
|
| LinearTransform1D | A one dimensional, linear transform. | Class | org.geotools.referencing.operation.transform | GeoTools |
|
| LocalizationGrid | A factory for MathTransform2D backed by a grid of localization. | Class | org.geotools.referencing.operation.builder | GeoTools |
|
| LocalizationGrid | | Class | org.geotools.referencing.operation.transform | GeoTools |
|
| LogarithmicTransform1D | A one dimensional, logarithmic transform. | Class | org.geotools.referencing.operation.transform | GeoTools |
|
| LogarithmicTransform1D .Provider | The provider for the LogarithmicTransform1D. | Class | org.geotools.referencing.operation.transform.LogarithmicTransform1D | GeoTools |
|
| LongitudeFirstEpsgDecorator | An EPSG authority factory using (longitude, latitude) axis order. | Class | org.geotools.referencing.factory.epsg | GeoTools |
|
| LongitudeFirstFactory | An EPSG authority factory using (longitude, latitude) axis order. | Class | org.geotools.referencing.factory.epsg | GeoTools |
|
| ManyAuthoritiesFactory | An authority factory that delegates the object creation to an other factory determined from the authority name in the code. | Class | org.geotools.referencing.factory | GeoTools |
|
| MappedPosition | An association between a source and target direct positions. | Class | org.geotools.referencing.operation.builder | GeoTools |
|
| MapProjection | Base class for transformation services between ellipsoidal and cartographic projections. | Class | org.geotools.referencing.operation.projection | GeoTools |
|
| MapProjection .AbstractProvider | The base provider for MapProjections. | Class | org.geotools.referencing.operation.projection.MapProjection | GeoTools |
|
| MathTransformationAdapter | Adapter class for MathTransform1D. | Class | org.geotools.referencing.piecewise | GeoTools |
|
| MathTransformBuilder | Provides a basic implementation for math transform Math transform builders create MathTransform objects for transforming | Class | org.geotools.referencing.operation.builder | GeoTools |
|
| MathTransformParser | Parser for math transform Known Text (WKT) of math transform. | Class | org.geotools.referencing.wkt | GeoTools |
|
| MathTransformProvider | An operation method capable to creates a math transform from set of | Class | org.geotools.referencing.operation | GeoTools |
|
| MathTransformProvider .Delegate | The result of a call to createMathTransform. | Class | org.geotools.referencing.operation.MathTransformProvider | GeoTools |
|
| MathTransformProxy | A math transform which delegates part of its work to an other math transform. | Class | org.geotools.referencing.operation.transform | GeoTools |
|
| Matrix1 | | Class | org.geotools.referencing.operation.matrix | GeoTools |
|
| Matrix2 | | Class | org.geotools.referencing.operation.matrix | GeoTools |
|
| Matrix3 | | Class | org.geotools.referencing.operation.matrix | GeoTools |
|
| Matrix4 | | Class | org.geotools.referencing.operation.matrix | GeoTools |
|
| MatrixFactory | Static utility methods for creating matrix. | Class | org.geotools.referencing.operation.matrix | GeoTools |
|
| Mercator | Mercator Cylindrical Projection. | Class | org.geotools.referencing.operation.projection | GeoTools |
|
| Mercator1SP | Mercator Cylindrical 1SP Projection. | Class | org.geotools.referencing.operation.projection | GeoTools |
|
| Mercator1SP .Provider | provider for a Mercator 1SP projection (EPSG code 9804). | Class | org.geotools.referencing.operation.projection.Mercator1SP | GeoTools |
|
| Mercator2SP | Mercator Cylindrical 2SP Projection. | Class | org.geotools.referencing.operation.projection | GeoTools |
|
| Mercator2SP .Provider | provider for a Mercator 2SP projection (EPSG code 9805). | Class | org.geotools.referencing.operation.projection.Mercator2SP | GeoTools |
|
| MercatorPseudoProvider | Supports the popular visualisation projection used by Google, Microsoft, Yahoo, OSM and othersAuthor:Andrea Aime - OpenGeoSee Also:Serialized Form | Class | org.geotools.referencing.operation.projection | GeoTools |
|
| MeteosatSG | Meteosat Second Generation imagery projection Conversion of image coordinates (pixel column and row) into the corresponding geographical coordinates (Latitude and Longitude) of all MSG | Class | org.geotools.referencing.operation.projection | GeoTools |
|
| MeteosatSG .Provider | The math transform provider for an Meteosat Second Generation image projection. | Class | org.geotools.referencing.operation.projection.MeteosatSG | GeoTools |
|
| MissingInfoException | Thrown when a required operation can't be performed because some information is missing or isn't set up properly. | Class | org.geotools.referencing.operation.builder | GeoTools |
|
| Mollweide | Mollweide projectionSince:2. | Class | org.geotools.referencing.operation.projection | GeoTools |
|
| Mollweide .MollweideProvider | provider for the Mollweide projection (not part of the EPSG database). | Class | org.geotools.referencing.operation.projection.Mollweide | GeoTools |
|
| Mollweide .WagnerIVProvider | provider for the Wagner IV projection (not part of the EPSG database). | Class | org.geotools.referencing.operation.projection.Mollweide | GeoTools |
|
| Mollweide .WagnerVProvider | provider for the Wagner V projection (not part of the EPSG database). | Class | org.geotools.referencing.operation.projection.Mollweide | GeoTools |
|
| MolodenskiTransform | Two- or three-dimensional datum shift using the (potentially abridged) Molodensky transformation. | Class | org.geotools.referencing.operation.transform | GeoTools |
|
| MolodenskiTransform .Provider | The provider for MolodenskiTransform. | Class | org.geotools.referencing.operation.transform.MolodenskiTransform | GeoTools |
|
| MolodenskiTransform .ProviderAbridged | The provider for abridged MolodenskiTransform. | Class | org.geotools.referencing.operation.transform.MolodenskiTransform | GeoTools |
|
| NADConGridShift | A NADCON localization gridAuthor:Andrea Aime - GeoSolutions, Rueben Schulz | Class | org.geotools.referencing.factory.gridshift | GeoTools |
|
| NADCONGridShiftFactory | Loads and caches NADCON grid shiftsAuthor:Andrea Aime - GeoSolutions | Class | org.geotools.referencing.factory.gridshift | GeoTools |
|
| NADCONTransform | Transform backed by the North American Datum Conversion grid. | Class | org.geotools.referencing.operation.transform | GeoTools |
|
| NADCONTransform .Provider | The provider for NADCONTransform. | Class | org.geotools.referencing.operation.transform.NADCONTransform | GeoTools |
|
| NamedIdentifier | An identification of a CRS object. | Class | org.geotools.referencing | GeoTools |
|
| NewZealandMapGrid | The NZMG (New Zealand Map Grid) projection. | Class | org.geotools.referencing.operation.projection | GeoTools |
|
| NewZealandMapGrid .Provider | provider for New Zealand Map Grid (EPSG code 27200). | Class | org.geotools.referencing.operation.projection.NewZealandMapGrid | GeoTools |
|
| NTv2GridShiftFactory | Loads and caches NTv2 grid files. | Class | org.geotools.referencing.factory.gridshift | GeoTools |
|
| NTv2Transform | The "NTv2" coordinate transformation method (EPSG:9615). | Class | org.geotools.referencing.operation.transform | GeoTools |
|
| NTv2Transform .Provider | The NTv2Transform provider. | Class | org.geotools.referencing.operation.transform.NTv2Transform | GeoTools |
|
| ObliqueMercator | Oblique Mercator Projection. | Class | org.geotools.referencing.operation.projection | GeoTools |
|
| ObliqueMercator .Provider | provider for an Oblique Mercator projection (EPSG code 9815). | Class | org.geotools.referencing.operation.projection.ObliqueMercator | GeoTools |
|
| ObliqueMercator .Provider_TwoPoint | provider for a Oblique Mercator projection, specified with two points on the central line (instead of a central point and azimuth). | Class | org.geotools.referencing.operation.projection.ObliqueMercator | GeoTools |
|
| ObliqueOrthographic | The oblique case of the Orthographic projection. | Class | org.geotools.referencing.operation.projection | GeoTools |
|
| ObliqueStereographic | Provides the transform equations for the Oblique Stereographic (EPSG code 9809). | Class | org.geotools.referencing.operation.projection | GeoTools |
|
| ObliqueStereographic .Provider | provider for a stereographic projection of any kind. | Class | org.geotools.referencing.operation.projection.ObliqueStereographic | GeoTools |
|
| OrderedAxisAuthorityFactory | An authority factory which delegates all the work to an other factory, and reorder the axis in some pre-determined order. | Class | org.geotools.referencing.factory | GeoTools |
|
| Orthographic | Orthographic Projection. | Class | org.geotools.referencing.operation.projection | GeoTools |
|
| Orthographic .Provider | provider for a Orthographic projection. | Class | org.geotools.referencing.operation.projection.Orthographic | GeoTools |
|
| Parser | Known Text (WKT). | Class | org.geotools.referencing.wkt | GeoTools |
|
| PassThroughTransform | Transform which passes through a subset of ordinates to another transform. | Class | org.geotools.referencing.operation.transform | GeoTools |
|
| PlateCarree | Plate Carree (or Equirectangular) projection. | Class | org.geotools.referencing.operation.projection | GeoTools |
|
| PlateCarree .Provider | provider for an Plate Carree projection. | Class | org.geotools.referencing.operation.projection.PlateCarree | GeoTools |
|
| PointOutsideEnvelopeException | Thrown by MapProjection when a map projection failed because the point is outside the envelope of validity. | Class | org.geotools.referencing.operation.projection | GeoTools |
|
| PolarOrthographic | The polar case of the Orthographic projection. | Class | org.geotools.referencing.operation.projection | GeoTools |
|
| PolarStereographic | The polar case of the stereographic projection. | Class | org.geotools.referencing.operation.projection | GeoTools |
|
| PolarStereographic .ProviderA | provider for a Polar Stereographic projection. | Class | org.geotools.referencing.operation.projection.PolarStereographic | GeoTools |
|
| PolarStereographic .ProviderB | provider for a Polar Stereographic (Variant B) projection. | Class | org.geotools.referencing.operation.projection.PolarStereographic | GeoTools |
|
| PolarStereographic .ProviderNorth | provider for a North Polar Stereographic projection. | Class | org.geotools.referencing.operation.projection.PolarStereographic | GeoTools |
|
| PolarStereographic .ProviderSouth | provider for a South Polar Stereographic projection. | Class | org.geotools.referencing.operation.projection.PolarStereographic | GeoTools |
|
| Polyconic | Polyconic (American). | Class | org.geotools.referencing.operation.projection | GeoTools |
|
| Polyconic .Provider | provider for a Mercator 1SP projection (EPSG code 9804). | Class | org.geotools.referencing.operation.projection.Polyconic | GeoTools |
|
| Preprocessor | A parser that performs string replacements before to delegate the work to an other parser. | Class | org.geotools.referencing.wkt | GeoTools |
|
| ProjectionException | Thrown by MapProjection when a map projection failed. | Class | org.geotools.referencing.operation.projection | GeoTools |
|
| ProjectiveTransform | A usually affine, or otherwise a projective transform. | Class | org.geotools.referencing.operation.transform | GeoTools |
|
| ProjectiveTransform .ProviderAffine | The provider for the "Affine general parametric transformation" (EPSG 9624). | Class | org.geotools.referencing.operation.transform.ProjectiveTransform | GeoTools |
|
| ProjectiveTransform .ProviderLongitudeRotation | The provider for the "Longitude rotation" (EPSG 9601). | Class | org.geotools.referencing.operation.transform.ProjectiveTransform | GeoTools |
|
| ProjectiveTransformBuilder | Builds MathTransform setup as Projective transformation from a list of MappedPosition. | Class | org.geotools.referencing.operation.builder | GeoTools |
|
| PropertyAuthorityFactory | Default implementation for a coordinate reference system authority factory backed by a property file. | Class | org.geotools.referencing.factory | GeoTools |
|
| PropertyCoordinateOperationAuthorityFactory | A CoordinateOperationAuthorityFactory backed by a properties file. | Class | org.geotools.referencing.factory | GeoTools |
|
| ReferencingFactory | Base class for all factories in the referencing module. | Class | org.geotools.referencing.factory | GeoTools |
|
| ReferencingFactoryContainer | A set of utilities methods working on factories. | Class | org.geotools.referencing.factory | GeoTools |
|
| ReferencingFactoryFinder | Defines static methods used to access the application's default factory implementation. | Class | org.geotools.referencing | GeoTools |
|
| ReferencingObjectFactory | Builds Geotools implementations of CRS, CS and datum objects. | Class | org.geotools.referencing.factory | GeoTools |
|
| Robinson | | Class | org.geotools.referencing.operation.projection | GeoTools |
|
| Robinson .Provider | provider for the Robinson projection (not part of the EPSG database). | Class | org.geotools.referencing.operation.projection.Robinson | GeoTools |
|
| RubberSheetBuilder | Builds a RubberSheet transformation from a set of control points, defined as objects, and a quadrilateral delimiting the outer area of interest, defined | Class | org.geotools.referencing.operation.builder | GeoTools |
|
| SimilarityTransformProvider | The provider for the "Similarity transformation" (EPSG 9621). | Class | org.geotools.referencing.operation.transform | GeoTools |
|
| SimilarTransformBuilder | Builds MathTransform setup as Similar transformation from a list of MappedPosition. | Class | org.geotools.referencing.operation.builder | GeoTools |
|
| SingularMatrixException | Matrix is singular, and thus an inverse is not available. | Class | org.geotools.referencing.operation.matrix | GeoTools |
|
| Sinusoidal | | Class | org.geotools.referencing.operation.projection | GeoTools |
|
| Sinusoidal .Provider | provider for the Sinusoidal projection (not part of the EPSG database). | Class | org.geotools.referencing.operation.projection.Sinusoidal | GeoTools |
|
| SqlScriptReader | Reads a multiline SQL file extracting each command separately. | Class | org.geotools.referencing.factory.epsg | GeoTools |
|
| Stereographic | Stereographic Projection. | Class | org.geotools.referencing.operation.projection | GeoTools |
|
| Stereographic .Provider | provider for a Stereographic projections using USGS equations. | Class | org.geotools.referencing.operation.projection.Stereographic | GeoTools |
|
| Symbols | The set of symbols to use for WKT parsing and formatting. | Class | org.geotools.referencing.wkt | GeoTools |
|
| ThreadedAuthorityFactory | An authority factory that caches all objects created by an other factory. | Class | org.geotools.referencing.factory | GeoTools |
|
| ThreadedEpsgFactory | Base class for EPSG factories to be registered in ReferencingFactoryFinder. | Class | org.geotools.referencing.factory.epsg | GeoTools |
|
| ThreadedHsqlEpsgFactory | Connection to the EPSG database in HSQL database engine format using JDBC. | Class | org.geotools.referencing.factory.epsg | GeoTools |
|
| ThreadedPostgreSQLEpsgFactory | Connection to the EPSG database in PostgreSQL database engine using JDBC. | Class | org.geotools.referencing.factory.epsg | GeoTools |
|
| TransformedAuthorityFactory | An authority factory which returns modified CRS, CS or datum objects from other factory | Class | org.geotools.referencing.factory | GeoTools |
|
| TransformPathNotFoundException | Thrown when a transformation can't be performed because no path from target CRS has been found. | Class | org.geotools.referencing.operation | GeoTools |
|
| TransverseMercator | Transverse Mercator Projection (EPSG code 9807). | Class | org.geotools.referencing.operation.projection | GeoTools |
|
| TransverseMercator .Provider | provider for a Transverse Mercator projection (EPSG codeSince:2. | Class | org.geotools.referencing.operation.projection.TransverseMercator | GeoTools |
|
| TransverseMercator .Provider_SouthOrientated | provider for a South Orientated Transverse Mercator projection (EPSG code 9808). | Class | org.geotools.referencing.operation.projection.TransverseMercator | GeoTools |
|
| TriangulationException | Thrown when it is unable to generate TIN. | Class | org.geotools.referencing.operation.builder | GeoTools |
|
| UnformattableObjectException | Thrown by Formattable. | Class | org.geotools.referencing.wkt | GeoTools |
|
| UnnamedExtension | Provides common Coordinate Reference Systems not found in the standard EPSG database. | Class | org.geotools.referencing.factory.epsg | GeoTools |
|
| URN_AuthorityFactory | Wraps all factories in a "urn:ogc:def" name space. | Class | org.geotools.referencing.factory | GeoTools |
|
| VerticalTransform | Base class for transformations from a height above the ellipsoid to a height above the geoid. | Class | org.geotools.referencing.operation.transform | GeoTools |
|
| WarpBuilder | Builds Warp objects that approximate a specified MathTransform in a certain rectangular domain within the specified tolerance | Class | org.geotools.referencing.operation.transform | GeoTools |
|
| WarpTransform2D | Wraps an arbitrary Warp object as a two-dimensional transform. | Class | org.geotools.referencing.operation.transform | GeoTools |
|
| WarpTransform2D .Provider | The provider for the WarpTransform2D. | Class | org.geotools.referencing.operation.transform.WarpTransform2D | GeoTools |
|
| WebCRSFactory | The factory for coordinate reference systemsSince:2. | Class | org.geotools.referencing.factory.wms | GeoTools |
|
| WinkelTripel | Winkel Tripel and Hammer Aitoff projection http://en. | Class | org.geotools.referencing.operation.projection | GeoTools |
|
| WinkelTripel .AitoffProvider | provider for the Aitoff projection (not part of the EPSG database). | Class | org.geotools.referencing.operation.projection.WinkelTripel | GeoTools |
|
| WinkelTripel .WinkelProvider | provider for the Winkle Tripel projection projection (not part of the EPSG database). | Class | org.geotools.referencing.operation.projection.WinkelTripel | GeoTools |
|
| WorldVanDerGrintenI | World Van der Grinten I projection. | Class | org.geotools.referencing.operation.projection | GeoTools |
|
| WorldVanDerGrintenI .Provider | | Class | org.geotools.referencing.operation.projection.WorldVanDerGrintenI | GeoTools |
|
| XAffineTransform | Utility methods for affine transforms. | Class | org.geotools.referencing.operation.matrix | GeoTools |
|
| XMatrix | A matrix capable of some matrix operations. | Interface | org.geotools.referencing.operation.matrix | GeoTools |