|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FormattableObject | |
|---|---|
| org.geotoolkit.parameter | Parameter implementations. |
| org.geotoolkit.referencing | Reference system implementations. |
| org.geotoolkit.referencing.crs | Coordinate reference system implementations. |
| org.geotoolkit.referencing.cs | Coordinate system implementations. |
| org.geotoolkit.referencing.datum | Datum implementations. |
| org.geotoolkit.referencing.operation | Coordinate operation implementations. |
| org.geotoolkit.referencing.operation.projection | Map projection implementations. |
| org.geotoolkit.referencing.operation.provider | Math transforms providers, including map projections. |
| org.geotoolkit.referencing.operation.transform | Math transform implementations. |
| Uses of FormattableObject in org.geotoolkit.parameter |
|---|
| Subclasses of FormattableObject in org.geotoolkit.parameter | |
|---|---|
class |
AbstractParameter
Abstract parameter value or group of parameter values. |
class |
AbstractParameterDescriptor
Abstract definition of a parameter or group of parameters used by an operation method. |
class |
DefaultParameterDescriptor<T>
The definition of a parameter used by an operation method. |
class |
DefaultParameterDescriptorGroup
The definition of a group of related parameters used by an operation method. |
class |
FloatParameter
A parameter value as a floating point (double precision) number. |
class |
MatrixParameterDescriptors
A parameter group for matrix elements. |
class |
MatrixParameters
The values for a group of matrix parameters. |
class |
Parameter<T>
A parameter value used by an operation method. |
class |
ParameterGroup
A group of related parameter values. |
| Uses of FormattableObject in org.geotoolkit.referencing |
|---|
| Subclasses of FormattableObject in org.geotoolkit.referencing | |
|---|---|
class |
AbstractIdentifiedObject
A base class for metadata applicable to reference system objects. |
class |
AbstractReferenceSystem
Description of a spatial and temporal reference system used by a dataset. |
| Uses of FormattableObject in org.geotoolkit.referencing.crs |
|---|
| Subclasses of FormattableObject in org.geotoolkit.referencing.crs | |
|---|---|
class |
AbstractCRS
Abstract coordinate reference system, usually defined by a coordinate system and a datum. |
class |
AbstractDerivedCRS
A coordinate reference system that is defined by its coordinate conversion from another CRS (not by a datum). |
class |
AbstractSingleCRS
Abstract coordinate reference system, consisting of a single coordinate system and a single datum (as opposed to compound CRS). |
class |
DefaultCompoundCRS
A coordinate reference system describing the position of points through two or more independent coordinate reference systems. |
class |
DefaultDerivedCRS
A coordinate reference system that is defined by its coordinate conversion from another CRS but is not a projected CRS. |
class |
DefaultEngineeringCRS
A contextually local coordinate reference system. |
class |
DefaultGeocentricCRS
A 3D coordinate reference system with the origin at the approximate centre of mass of the earth. |
class |
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 earth's surface. |
class |
DefaultImageCRS
An engineering coordinate reference system applied to locations in images. |
class |
DefaultProjectedCRS
A 2D coordinate reference system used to approximate the shape of the earth on a planar surface. |
class |
DefaultTemporalCRS
A 1D coordinate reference system used for the recording of time. |
class |
DefaultVerticalCRS
A 1D coordinate reference system used for recording heights or depths. |
| Uses of FormattableObject in org.geotoolkit.referencing.cs |
|---|
| Subclasses of FormattableObject in org.geotoolkit.referencing.cs | |
|---|---|
class |
AbstractCS
The set of coordinate system axes that spans a given coordinate space. |
class |
DefaultAffineCS
A two- or three-dimensional coordinate system with straight axes that are not necessarily orthogonal. |
class |
DefaultCartesianCS
A 1-, 2-, or 3-dimensional coordinate system. |
class |
DefaultCompoundCS
A coordinate system made of two or more independent coordinate systems. |
class |
DefaultCoordinateSystemAxis
Definition of a coordinate system axis. |
class |
DefaultCylindricalCS
A three-dimensional coordinate system consisting of a polar coordinate system extended by a straight coordinate axis perpendicular to the plane spanned by the polar coordinate system. |
class |
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 |
DefaultLinearCS
A one-dimensional coordinate system that consists of the points that lie on the single axis described. |
class |
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 |
DefaultSphericalCS
A three-dimensional coordinate system with one distance measured from the origin and two angular coordinates. |
class |
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 |
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 |
DefaultVerticalCS
A one-dimensional coordinate system used to record the heights (or depths) of points. |
| Uses of FormattableObject in org.geotoolkit.referencing.datum |
|---|
| Subclasses of FormattableObject in org.geotoolkit.referencing.datum | |
|---|---|
class |
AbstractDatum
Specifies the relationship of a coordinate system to the earth, thus creating a coordinate reference system. |
class |
BursaWolfParameters
Parameters for a geographic transformation between two datum. |
class |
DefaultEllipsoid
Geometric figure that can be used to describe the approximate shape of the earth. |
class |
DefaultEngineeringDatum
Defines the origin of an engineering coordinate reference system. |
class |
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 |
DefaultImageDatum
Defines the origin of an image coordinate reference system. |
class |
DefaultPrimeMeridian
A prime meridian defines the origin from which longitude values are determined. |
class |
DefaultTemporalDatum
A temporal datum defines the origin of a temporal coordinate reference system. |
class |
DefaultVerticalDatum
A textual description and/or a set of parameters identifying a particular reference level surface used as a zero-height surface. |
| Uses of FormattableObject in org.geotoolkit.referencing.operation |
|---|
| Subclasses of FormattableObject in org.geotoolkit.referencing.operation | |
|---|---|
class |
AbstractCoordinateOperation
Establishes an association between a source and a target coordinate reference system, and provides a transform for transforming coordinates in the source CRS to coordinates in the target CRS. |
class |
DefaultConcatenatedOperation
An ordered sequence of two or more single coordinate operations. |
class |
DefaultConicProjection
Base class for conical map projections. |
class |
DefaultConversion
An operation on coordinates that does not include any change of Datum. |
class |
DefaultCylindricalProjection
Base class for cylindrical map projections. |
class |
DefaultOperationMethod
Definition of an algorithm used to perform a coordinate operation. |
class |
DefaultPassThroughOperation
A pass-through operation specifies that a subset of a coordinate tuple is subject to a specific coordinate operation. |
class |
DefaultPlanarProjection
Base class for for azimuthal (or planar) map projections. |
class |
DefaultProjection
A conversion transforming (longitude,latitude) coordinates to Cartesian coordinates (x,y). |
class |
DefaultSingleOperation
A parameterized mathematical operation on coordinates that transforms or converts coordinates to another coordinate reference system. |
class |
DefaultTransformation
An operation on coordinates that usually includes a change of Datum. |
class |
DefiningConversion
A conversion used for the definition of a derived CRS (including projections). |
class |
MathTransformProvider
An operation method capable to create a math transform from set of parameter values. |
| Uses of FormattableObject in org.geotoolkit.referencing.operation.projection |
|---|
| Subclasses of FormattableObject in org.geotoolkit.referencing.operation.projection | |
|---|---|
class |
EquatorialStereographic
The USGS equatorial case of the stereographic projection. |
class |
Equirectangular
Equidistant Cylindrical projection (EPSG codes 1028, 1029, 9842, 9823). |
class |
LambertConformal
Lambert Conical Conformal Projection (EPSG codes 9801, 9802, 9803). |
class |
Mercator
Mercator Cylindrical Projection (EPSG codes 9804, 9805). |
class |
UnitaryProjection
Base class for conversion services between ellipsoidal and cartographic projections. |
| Uses of FormattableObject in org.geotoolkit.referencing.operation.provider |
|---|
| Subclasses of FormattableObject in org.geotoolkit.referencing.operation.provider | |
|---|---|
class |
AbridgedMolodensky
The provider for "Abridged Molodensky transformation" (EPSG:9605). |
class |
Affine
The provider for "Affine general parametric transformation" (EPSG:9624). |
class |
AlbersEqualArea
The provider for "Albers Equal Area" projection (EPSG:9822). |
class |
CassiniSoldner
The provider for "Cassini-Soldner" projection (EPSG:9806). |
class |
CoordinateFrameRotation
The provider for "Coordinate Frame Rotation" (EPSG:9607). |
class |
EllipsoidToGeocentric
The provider for "Geographic/geocentric conversions" (EPSG:9602). |
class |
EquidistantCylindrical
The provider for "Equidistant Cylindrical" projection (EPSG:1028, EPSG:1029). |
static class |
EquidistantCylindrical.Legacy
Legacy provider for "Equidistant Cylindrical" projection (EPSG:9842). |
static class |
EquidistantCylindrical.Spherical
Legacy provider for "Equidistant Cylindrical (Spherical)" projection (EPSG:9823). |
class |
Exponential
The provider for ExponentialTransform1D. |
class |
GeocentricToEllipsoid
The provider for "Geographic/geocentric conversions" (EPSG:9602). |
class |
GeocentricTranslation
The provider for "Geocentric translation" (EPSG:9603). |
class |
HotineObliqueMercator
The provider for "Hotine Oblique Mercator" projection (EPSG:9812). |
static class |
HotineObliqueMercator.TwoPoint
The provider for "Hotine Oblique Mercator" projection specified with two points on the central line. |
class |
Krovak
The provider for "Krovak Oblique Conic Conformal" projection (EPSG:9819). |
class |
LambertAzimuthalEqualArea
The provider for "Lambert Azimuthal Equal Area" projection (EPSG:9820, EPSG:1027). |
static class |
LambertAzimuthalEqualArea.Spherical
The provider for "Lambert Azimuthal Equal Area (Spherical)" projection (EPSG:9821). |
class |
LambertConformal1SP
The provider for "Lambert Conic Conformal (1SP)" projection (EPSG:9801). |
class |
LambertConformal2SP
The provider for "Lambert Conic Conformal (2SP)" projection (EPSG:9802). |
static class |
LambertConformal2SP.Belgium
The provider for "Lambert Conic Conformal (2SP Belgium)" projection (EPSG:9803). |
static class |
LambertConformal2SP.ESRI
The provider for "Lambert Conformal Conic" projection. |
class |
Logarithmic
The provider for LogarithmicTransform1D. |
class |
LongitudeRotation
The provider for "Longitude rotation" (EPSG:9601). |
class |
MapProjection
The base provider for map projections. |
class |
Mercator1SP
The provider for "Mercator (1SP)" projection (EPSG:9804, EPSG:1026). |
class |
Mercator2SP
The provider for "Mercator (2SP)" projection (EPSG:9805). |
class |
MillerCylindrical
The provider for "Miller" projection. |
class |
Molodensky
The provider for "Molodensky transformation" (EPSG:9604). |
class |
NADCON
The provider for "North American Datum Conversion" (EPSG:9613). |
class |
NewZealandMapGrid
The provider for "New Zealand Map Grid" (EPSG:9811). |
class |
NTv2
The provider for "National Transformation" version 2 (ESPG:9615). |
class |
ObliqueMercator
The provider for "Oblique Mercator" projection (EPSG:9815). |
static class |
ObliqueMercator.TwoPoint
The provider for "Oblique Mercator" projection specified with two points on the central line. |
class |
ObliqueStereographic
The provider for "Stereographic" projection using EPSG equations (EPSG:9809). |
class |
Orthographic
The provider for "Orthographic" projection. |
class |
PlateCarree
The provider for "Plate Carrée" projection. |
class |
PolarStereographic
The provider for "Polar Stereographic (Variant A)" projection (EPSG:9810). |
static class |
PolarStereographic.North
The provider for "North Polar Stereographic" projection. |
static class |
PolarStereographic.South
The Provider for "South Polar Stereographic" projection. |
static class |
PolarStereographic.VariantB
The provider for "Polar Stereographic (Variant B)" projection (EPSG:9829). |
class |
Polyconic
The provider for "American Polyconic" projection (EPSG:9818). |
class |
PositionVector7Param
The provider for "Position Vector 7-parameters transformation" (EPSG:9606). |
class |
PseudoMercator
The provider for "Popular Visualisation Pseudo Mercator" projection (EPSG:1024). |
class |
RGF93
The provider for "France geocentric interpolation" (ESPG:9655). |
class |
Stereographic
The base provider for "Stereographic" projections. |
class |
TransverseMercator
The provider for "Transverse Mercator" projection (EPSG:9807). |
static class |
TransverseMercator.SouthOrientated
The provider for Mercator Transverse (South Orientated) projection (EPSG:9808). |
| Uses of FormattableObject in org.geotoolkit.referencing.operation.transform |
|---|
| Subclasses of FormattableObject in org.geotoolkit.referencing.operation.transform | |
|---|---|
class |
AbstractMathTransform
Provides a default implementation for most methods required by the MathTransform
interface. |
protected class |
AbstractMathTransform.Inverse
Default implementation for inverse math transform. |
class |
AbstractMathTransform1D
Base class for math transforms that are known to be one-dimensional in all cases. |
class |
AbstractMathTransform2D
Base class for math transforms that are known to be two-dimensional in all cases. |
protected class |
AbstractMathTransform2D.Inverse
Default implementation for inverse math transform. |
class |
ConcatenatedTransform
Base class for concatenated transforms. |
class |
ExponentialTransform1D
A one dimensional exponential transform. |
class |
GeocentricAffineTransform
An affine transform applied on geocentric coordinates. |
class |
GeocentricTransform
Transforms three dimensional geographic points to geocentric coordinate points. |
class |
GridTransform
Transforms a set of coordinate points using bilinear interpolation in a grid. |
class |
GridTransform2D
A specialization of GridTransform in the two-dimensional case. |
class |
IdentityTransform
The identity transform. |
class |
LinearTransform1D
A one dimensional, linear transform. |
class |
LogarithmicTransform1D
A one dimensional, logarithmic transform. |
class |
MolodenskyTransform
Two- or three-dimensional datum shift using the (potentially abridged) Molodensky transformation. |
class |
NadconTransform
The NADCON transform (EPSG code 9613). |
class |
NTv2Transform
Transform based on a NTv2 grid (EPSG code 9615). |
class |
PassThroughTransform
Transform which passes through a subset of ordinates to another transform. |
class |
ProjectiveTransform
A usually affine, or otherwise a projective transform. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||