Uses of Class
org.geotools.referencing.wkt.Formattable
-
Packages that use Formattable Package Description org.geotools.coverage.processing Coverage processing implementations.org.geotools.parameter Parameter implementation.org.geotools.referencing Reference systems implementation.org.geotools.referencing.crs Coordinate reference systems implementation.org.geotools.referencing.cs Coordinate systems implementation.org.geotools.referencing.datum Datum implementation.org.geotools.referencing.operation Coordinate operation implementation.org.geotools.referencing.operation.projection Basic implementations of map projections.org.geotools.referencing.operation.transform Basic implementations of math transforms.org.geotools.referencing.wkt Well Known Text (WKT) parsing and formatting. -
-
Uses of Formattable in org.geotools.coverage.processing
Subclasses of Formattable in org.geotools.coverage.processing Modifier and Type Class Description classExtendedImagingParameterDescriptorsExtension of theImagingParameterDescriptorsclass used for setting the right operation name for the operation associated to the inputRegistryElementDescriptor. -
Uses of Formattable in org.geotools.parameter
Subclasses of Formattable in org.geotools.parameter Modifier and Type Class Description classAbstractParameterAbstract parameter value or group of parameter values.classAbstractParameterDescriptorAbstract definition of a parameter or group of parameters used by an operation method.classDefaultParameterDescriptor<T>The definition of a parameter used by an operation method.classDefaultParameterDescriptorGroupThe definition of a group of related parameters used by an operation method.classFloatParameterA parameter value as a floating point (double precision) number.classImagingParameterDescriptorsWraps a JAI'sParameterListDescriptor.classImagingParametersWraps a JAI'sParameterList.classMatrixParameterDescriptorsA parameter group for matrix elements.classMatrixParametersThe values for a group of matrix parameters.classParameter<T>A parameter value used by an operation method.classParameterGroupA group of related parameter values. -
Uses of Formattable in org.geotools.referencing
Subclasses of Formattable in org.geotools.referencing Modifier and Type Class Description classAbstractIdentifiedObjectA base class for metadata applicable to reference system objects.classAbstractReferenceSystemDescription of a spatial and temporal reference system used by a dataset. -
Uses of Formattable in org.geotools.referencing.crs
Subclasses of Formattable in org.geotools.referencing.crs Modifier and Type Class Description classAbstractCRSAbstract coordinate reference system, usually defined by a coordinate system and a datum.classAbstractDerivedCRSA coordinate reference system that is defined by its coordinate conversion from another coordinate reference system (not by a datum).classAbstractSingleCRSAbstract coordinate reference system, consisting of a single coordinate system and a single datum (as opposed to compound CRS).classDefaultCompoundCRSA coordinate reference system describing the position of points through two or more independent coordinate reference systems.classDefaultDerivedCRSA coordinate reference system that is defined by its coordinate conversion from another coordinate reference system but is not a projected coordinate reference system.classDefaultEngineeringCRSA contextually local coordinate reference system.classDefaultGeocentricCRSA 3D coordinate reference system with the origin at the approximate centre of mass of the earth.classDefaultGeographicCRSA 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.classDefaultImageCRSAn engineering coordinate reference system applied to locations in images.classDefaultProjectedCRSA 2D coordinate reference system used to approximate the shape of the earth on a planar surface.classDefaultTemporalCRSA 1D coordinate reference system used for the recording of time.classDefaultVerticalCRSA 1D coordinate reference system used for recording heights or depths. -
Uses of Formattable in org.geotools.referencing.cs
Subclasses of Formattable in org.geotools.referencing.cs Modifier and Type Class Description classAbstractCSThe set of coordinate system axes that spans a given coordinate space.classDefaultAffineCSA two- or three-dimensional coordinate system with straight axes that are not necessarily orthogonal.classDefaultCartesianCSA 1-, 2-, or 3-dimensional coordinate system.classDefaultCompoundCSA coordinate system made of two or more independent coordinate systems.classDefaultCoordinateSystemAxisDefinition of a coordinate system axis.classDefaultCylindricalCSA 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.classDefaultEllipsoidalCSA two- or three-dimensional coordinate system in which position is specified by geodetic latitude, geodetic longitude, and (in the three-dimensional case) ellipsoidal height.classDefaultLinearCSA one-dimensional coordinate system that consists of the points that lie on the single axis described.classDefaultPolarCSA 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.classDefaultSphericalCSA three-dimensional coordinate system with one distance measured from the origin and two angular coordinates.classDefaultTimeCSA 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.classDefaultUserDefinedCSA two- or three-dimensional coordinate system that consists of any combination of coordinate axes not covered by any other Coordinate System type.classDefaultVerticalCSA one-dimensional coordinate system used to record the heights (or depths) of points. -
Uses of Formattable in org.geotools.referencing.datum
Subclasses of Formattable in org.geotools.referencing.datum Modifier and Type Class Description classAbstractDatumSpecifies the relationship of a coordinate system to the earth, thus creating a coordinate reference system.classBursaWolfParametersParameters for a geographic transformation between two datum.classDefaultEllipsoidGeometric figure that can be used to describe the approximate shape of the earth.classDefaultEngineeringDatumDefines the origin of an engineering coordinate reference system.classDefaultGeodeticDatumDefines the location and precise orientation in 3-dimensional space of a defined ellipsoid (or sphere) that approximates the shape of the earth.classDefaultImageDatumDefines the origin of an image coordinate reference system.classDefaultPrimeMeridianA prime meridian defines the origin from which longitude values are determined.classDefaultTemporalDatumA temporal datum defines the origin of a temporal coordinate reference system.classDefaultVerticalDatumA textual description and/or a set of parameters identifying a particular reference level surface used as a zero-height surface. -
Uses of Formattable in org.geotools.referencing.operation
Subclasses of Formattable in org.geotools.referencing.operation Modifier and Type Class Description classAbstractCoordinateOperationEstablishes 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.classDefaultConcatenatedOperationAn ordered sequence of two or more single coordinate operations.classDefaultConicProjectionBase class for conical map projections.classDefaultConversionAn operation on coordinates that does not include any change of Datum.classDefaultCylindricalProjectionBase class for cylindrical map projections.classDefaultOperationA parameterized mathematical operation on coordinates that transforms or converts coordinates to another coordinate reference system.classDefaultOperationMethodDefinition of an algorithm used to perform a coordinate operation.classDefaultPassThroughOperationA pass-through operation specifies that a subset of a coordinate tuple is subject to a specific coordinate operation.classDefaultPlanarProjectionBase class for for azimuthal (or planar) map projections.classDefaultProjectionA conversion transforming (longitude,latitude) coordinates to cartesian coordinates (x,y).classDefaultSingleOperationA single (not concatenated) coordinate operation.classDefaultTransformationAn operation on coordinates that usually includes a change of Datum.classDefiningConversionA conversion used for the definition of a derived CRS (including projections).classMathTransformProvider -
Uses of Formattable in org.geotools.referencing.operation.projection
Subclasses of Formattable in org.geotools.referencing.operation.projection Modifier and Type Class Description classAlbersEqualAreaAlbers Equal Area Projection (EPSG code 9822).static classAlbersEqualArea.ProviderThe math transform provider for an Albers Equal Area projection (EPSG code 9822).static classAzimuthalEquidistant.AbstractAbstract base class for Azimuthal Equidistant projections.static classAzimuthalEquidistant.EllipsoidalEllipsoidal Azimuthal Equidistant projection.static classAzimuthalEquidistant.ProviderFactory for creating Azimuthal Equidistant projections.static classAzimuthalEquidistant.SphericalSpherical Azimuthal Equidistant projection.classCassiniSoldnerCassini-Soldner Projection (EPSG code 9806).static classCassiniSoldner.ProviderTheMathTransformProviderfor aCassiniSoldnerprojection.classCylindricalEqualAreastatic classCylindricalEqualArea.BehrmannProviderstatic classCylindricalEqualArea.LambertCylindricalEqualAreaProviderstatic classCylindricalEqualArea.ProviderclassEckertIVEckert IV projectionstatic classEckertIV.ProviderThe math transform provider for the Eckert IV projection (not part of the EPSG database).classEqualAreaEqual Earth is a projection inspired by the Robinson projection, but unlike the Robinson projection retains the relative size of areas.static classEqualArea.ProviderThe math transform provider for an Plate Carree projection.classEquatorialOrthographicThe equatorial case of theOrthographicprojection.classEquatorialStereographicThe USGS equatorial case of the stereographic projection.classEquidistantConicEquidistant Conic Projection.static classEquidistantConic.ProviderThe math transform provider for a EquidistantConic projection.classEquidistantCylindricalEquidistant cylindrical projection (EPSG code 9823).static classEquidistantCylindrical.ProviderThe math transform provider for an Equidistant Cylindrical projection (EPSG code 9823).static classEquidistantCylindrical.SphericalProviderThe math transform provider for an Equidistant Cylindrical projection, spherical caseclassGeneralObliqueGeneral Oblique Transformation projection useful for rotated spherical coordinates ("Rotated Pole"), commonly used in numerical weather forecasting models.static classGeneralOblique.ProviderThe math transform provider for an General Oblique Transformation projection.classGeostationarySatelliteThe Geostationary Satellite Projectionstatic classGeostationarySatellite.Ellipsoidalstatic classGeostationarySatellite.Providerstatic classGeostationarySatellite.SphericalclassGnomonicThe gnomonic projection using a spheroid algorithm.static classGnomonic.ProviderThe math transform provider for a Gnomonic projectionclassHomolosineHomolosine projectionstatic classHomolosine.ProviderThe math transform provider for the Homolosine projection (not part of the EPSG database).classHotineObliqueMercatorHotine Oblique Mercator projection.static classHotineObliqueMercator.ProviderThe math transform provider for a Hotine Oblique Mercator projection (EPSG code 9812).static classHotineObliqueMercator.Provider_TwoPointThe math transform provider for a Hotine Oblique Mercator projection, specified with two points on the central line (instead of a central point and azimuth).classKrovakKrovak Oblique Conformal Conic projection (EPSG code 9819).static classKrovak.NorthProviderstatic classKrovak.ProviderclassLambertAzimuthalEqualAreaLambert Azimuthal Equal Area (EPSG code 9820).static classLambertAzimuthalEqualArea.ProviderThe math transform provider for an Lambert Equal Area projection (EPSG code 9820).classLambertConformalLambert Conical Conformal Projection.classLambertConformal1SPLambert Conical Conformal 1SP Projection.static classLambertConformal1SP.ProviderThe math transform provider for a Lambert Conformal 1SP projection (EPSG code 9801).classLambertConformal2SPLambert Conical Conformal 2SP Projection.static classLambertConformal2SP.ProviderThe math transform provider for a Lambert Conformal 2SP projection (EPSG code 9802).classLambertConformalBelgiumLambert Conical Conformal 2SP Belgium Projection.static classLambertConformalBelgium.ProviderThe math transform provider for a Lambert Conformal 2SP Belgium projection (EPSG code 9803).classLambertConformalEsriProviderA specialized versionclassMapProjectionBase class for transformation services between ellipsoidal and cartographic projections.static classMapProjection.AbstractProviderThe base provider forMapProjections.classMercatorMercator Cylindrical Projection.classMercator1SPMercator Cylindrical 1SP Projection.static classMercator1SP.ProviderThe math transform provider for a Mercator 1SP projection (EPSG code 9804).classMercator2SPMercator Cylindrical 2SP Projection.static classMercator2SP.ProviderThe math transform provider for a Mercator 2SP projection (EPSG code 9805).classMercatorPseudoProviderSupports the popular visualisation projection used by Google, Microsoft, Yahoo, OSM and othersclassMeteosatSGMeteosat Second Generation imagery projectionstatic classMeteosatSG.ProviderThe math transform provider for an Meteosat Second Generation image projection.classMollweideMollweide projectionstatic classMollweide.MollweideProviderThe math transform provider for the Mollweide projection (not part of the EPSG database).static classMollweide.WagnerIVProviderThe math transform provider for the Wagner IV projection (not part of the EPSG database).static classMollweide.WagnerVProviderThe math transform provider for the Wagner V projection (not part of the EPSG database).classNewZealandMapGridThe NZMG (New Zealand Map Grid) projection.static classNewZealandMapGrid.ProviderThe math transform provider for New Zealand Map Grid (EPSG code 27200).classObliqueMercatorOblique Mercator Projection.static classObliqueMercator.ProviderThe math transform provider for an Oblique Mercator projection (EPSG code 9815).static classObliqueMercator.Provider_TwoPointThe math transform provider for a Oblique Mercator projection, specified with two points on the central line (instead of a central point and azimuth).classObliqueOrthographicThe oblique case of theOrthographicprojection.classObliqueStereographicProvides the transform equations for the Oblique Stereographic (EPSG code 9809).static classObliqueStereographic.ProviderThe math transform provider for a stereographic projection of any kind.classOrthographicOrthographic Projection.static classOrthographic.ProviderThe math transform provider for a Orthographic projection.classPlateCarreePlate Carree (or Equirectangular) projection.static classPlateCarree.ProviderThe math transform provider for an Plate Carree projection.classPolarOrthographicThe polar case of theOrthographicprojection.classPolarStereographicThe polar case of the stereographic projection.static classPolarStereographic.ProviderAThe math transform provider for a Polar Stereographic projection.static classPolarStereographic.ProviderBThe math transform provider for a Polar Stereographic (Variant B) projection.static classPolarStereographic.ProviderNorthThe math transform provider for a North Polar Stereographic projection.static classPolarStereographic.ProviderSouthThe math transform provider for a South Polar Stereographic projection.static classPolyconic.Abstractstatic classPolyconic.EllipsoidalEllipsoidal Polyconic projection.static classPolyconic.ProviderThe math transform provider for a Mercator 1SP projection (EPSG code 9804).static classPolyconic.SphericalEllipsoidal Polyconic projection.classRobinsonRobinson projectionstatic classRobinson.ProviderThe math transform provider for the Robinson projection (not part of the EPSG database).classRotatedPoleRotated Pole Transformation for rotated spherical coordinates ("Rotated Pole Coordinates"), commonly used in numerical weather forecasting models.static classRotatedPole.ProviderThe math transform provider for an Rotated Pole projection.classSinusoidalSinusoidal (Sanson–Flamsteed) projectionstatic classSinusoidal.ProviderThe math transform provider for the Sinusoidal projection (not part of the EPSG database).classStereographicStereographic Projection.static classStereographic.ProviderThe math transform provider for a Stereographic projections using USGS equations.classTransverseMercatorTransverse Mercator Projection (EPSG code 9807).static classTransverseMercator.ProviderThe math transform provider for a Transverse Mercator projection (EPSG code 9807).static classTransverseMercator.Provider_SouthOrientatedThe math transform provider for a South Orientated Transverse Mercator projection (EPSG code 9808).classWinkelTripelWinkel Tripel and Hammer Aitoff projectionstatic classWinkelTripel.AitoffProviderThe math transform provider for the Aitoff projection (not part of the EPSG database).static classWinkelTripel.WinkelProviderThe math transform provider for the Winkle Tripel projection projection (not part of the EPSG database).classWorldVanDerGrintenIWorld Van der Grinten I projection.static classWorldVanDerGrintenI.Provider -
Uses of Formattable in org.geotools.referencing.operation.transform
Subclasses of Formattable in org.geotools.referencing.operation.transform Modifier and Type Class Description classAbstractMathTransformProvides a default implementation for most methods required by theMathTransforminterface.protected classAbstractMathTransform.InverseDefault implementation for inverse math transform.classConcatenatedTransformBase class for concatenated transform.classEarthGravitationalModelTransforms vertical coordinates using coefficients from the Earth Gravitational Model.static classEarthGravitationalModel.ProviderThe provider forEarthGravitationalModel.classExponentialTransform1DA one dimensional exponentional transform.static classExponentialTransform1D.ProviderThe provider for theExponentialTransform1D.classGeocentricTransformTransforms three dimensional geographic points to geocentric coordinate points.static classGeocentricTransform.ProviderThe provider forGeocentricTransform.static classGeocentricTransform.ProviderInverseThe provider for inverse ofGeocentricTransform.classGeocentricTranslationAn affine transform applied on geocentric coordinates.static classGeocentricTranslation.ProviderBase class for geocentric affine transform providers.static classGeocentricTranslation.ProviderFrameRotationGeocentric affine transform provider for "Coordinate Frame rotation".static classGeocentricTranslation.ProviderSevenParamBase class for geocentric affine transform providers with rotation terms.classIdentityTransformThe identity transform.classLinearTransform1DA one dimensional, linear transform.classLogarithmicTransform1DA one dimensional, logarithmic transform.static classLogarithmicTransform1D.ProviderThe provider for theLogarithmicTransform1D.classMolodenskiTransformTwo- or three-dimensional datum shift using the (potentially abridged) Molodensky transformation.static classMolodenskiTransform.ProviderThe provider forMolodenskiTransform.static classMolodenskiTransform.ProviderAbridgedThe provider for abridgedMolodenskiTransform.classNADCONTransformTransform backed by the North American Datum Conversion grid.static classNADCONTransform.ProviderThe provider forNADCONTransform.classNTv2TransformThe "NTv2" coordinate transformation method (EPSG:9615).static classNTv2Transform.ProviderTheNTv2Transformprovider.classPassThroughTransformTransform which passes through a subset of ordinates to another transform.classProjectiveTransformA usually affine, or otherwise a projective transform.static classProjectiveTransform.ProviderAffineThe provider for the "Affine general parametric transformation" (EPSG 9624).static classProjectiveTransform.ProviderLongitudeRotationThe provider for the "Longitude rotation" (EPSG 9601).classSimilarityTransformProviderThe provider for the "Similarity transformation" (EPSG 9621).classVerticalTransformBase class for transformations from a height above the ellipsoid to a height above the geoid.classWarpTransform2DWraps an arbitraryWarpobject as a two-dimensional transform.classWarpTransform2DProviderThe provider for theWarpTransform2D. -
Uses of Formattable in org.geotools.referencing.wkt
Methods in org.geotools.referencing.wkt with parameters of type Formattable Modifier and Type Method Description voidFormatter. append(Formattable formattable)Append the specifiedFormattableobject.
-