Uses of Class
org.geotools.referencing.wkt.Formattable

Packages that use Formattable
org.geotools.data.wms.gce   
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.data.wms.gce
 

Subclasses of Formattable in org.geotools.data.wms.gce
 class WMSParameterValue
           
 

Uses of Formattable in org.geotools.parameter
 

Subclasses of Formattable in org.geotools.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
          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 ImagingParameterDescriptors
          Wraps a JAI's ParameterListDescriptor.
 class ImagingParameters
          Wraps a JAI's ParameterList.
 class MatrixParameterDescriptors
          A parameter group for matrix elements.
 class MatrixParameters
          The values for a group of matrix parameters.
 class Parameter
          A parameter value used by an operation method.
 class ParameterGroup
          A group of related parameter values.
 

Uses of Formattable in org.geotools.referencing
 

Subclasses of Formattable in org.geotools.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 Formattable in org.geotools.referencing.crs
 

Subclasses of Formattable in org.geotools.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 coordinate reference system (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 coordinate reference system but is not a projected coordinate reference system.
 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 Formattable in org.geotools.referencing.cs
 

Subclasses of Formattable in org.geotools.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 Formattable in org.geotools.referencing.datum
 

Subclasses of Formattable in org.geotools.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 Formattable in org.geotools.referencing.operation
 

Subclasses of Formattable in org.geotools.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 DefaultOperation
          A parameterized mathematical operation on coordinates that transforms or converts coordinates to another coordinate reference system.
 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 single (not concatenated) coordinate operation.
 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 creates a math transform from set of parameter values.
 

Uses of Formattable in org.geotools.referencing.operation.projection
 

Subclasses of Formattable in org.geotools.referencing.operation.projection
 class AlbersEqualArea
          Albers Equal Area Projection (EPSG code 9822).
static class AlbersEqualArea.Provider
          The MathTransformProvider for an Albers Equal Area projection.
 class EquidistantCylindrical
          Equidistant cylindrical projection (EPSG code 9823).
static class EquidistantCylindrical.Provider
          The MathTransformProvider for an Equidistant Cylindrical projection.
 class LambertConformal
          Lambert Conical Conformal Projection.
 class LambertConformal1SP
          Lambert Conical Conformal 1SP Projection.
static class LambertConformal1SP.Provider
          The MathTransformProvider for a Lambert Conformal 1SP projection.
 class LambertConformal2SP
          Lambert Conical Conformal 2SP Projection.
static class LambertConformal2SP.Provider
          The MathTransformProvider for a Lambert Conformal 2SP projection.
 class LambertConformalBelgium
          Lambert Conical Conformal 2SP Belgium Projection.
static class LambertConformalBelgium.Provider
          The MathTransformProvider for a Lambert Conformal 2SP Belgium Belgium projection.
 class LambertConformalESRI
          Lambert Conical Conformal Projection using ESRI parameters.
static class LambertConformalESRI.Provider
          The MathTransformProvider for a Lambert Conformal ESRI projection.
 class MapProjection
          Base class for transformation services between ellipsoidal and cartographic projections.
static class MapProjection.AbstractProvider
          The base provider for MapProjections.
 class Mercator
          Mercator Cylindrical Projection.
 class Mercator1SP
          Mercator Cylindrical 1SP Projection.
static class Mercator1SP.Provider
          The MathTransformProvider for a Mercator 1SP projection.
 class Mercator2SP
          Mercator Cylindrical 2SP Projection.
static class Mercator2SP.Provider
          The MathTransformProvider for a Mercator 2SP projection.
 class NewZealandMapGrid
          Implementation of the NZMG (New Zealand Map Grid) projection.
static class NewZealandMapGrid.Provider
          The MathTransformProvider for New Zealand Map Grid.
 class ObliqueMercator
          Oblique Mercator Projection.
static class ObliqueMercator.Provider
          The MathTransformProvider for an ObliqueMercator projection.
static class ObliqueMercator.Provider_Hotine
          The MathTransformProvider for a Hotine ObliqueMercator projection.
static class ObliqueMercator.Provider_Hotine_TwoPoint
          The MathTransformProvider for a Hotine ObliqueMercator projection, specified with two points on the central line (instead of a central point and azimuth).
static class ObliqueMercator.Provider_TwoPoint
          The MathTransformProvider for a ObliqueMercator projection, specified with two points on the central line (instead of a central point and azimuth).
 class Orthographic
          Orthographic Projection.
static class Orthographic.Provider
          The MathTransformProvider for a Orthographic projection.
 class OrthographicEquatorial
          The equatorial case of the Orthographic projection.
 class OrthographicOblique
          The oblique case of the Orthographic projection.
 class OrthographicPolar
          The polar case of the Orthographic projection.
 class PlateCarree
          Plate Carree (or Equirectangular) projection.
static class PlateCarree.Provider
          The MathTransformProvider for an Plate Carree projection.
 class Stereographic
          Stereographic Projection.
static class Stereographic.Provider_North_Pole
          The MathTransformProvider for a Stereographic North Polar projection.
static class Stereographic.Provider_Oblique
          The MathTransformProvider for a Stereographic Oblique projection.
static class Stereographic.Provider_Polar_A
          The MathTransformProvider for a Stereographic Polar projection.
static class Stereographic.Provider_Polar_B
          The MathTransformProvider for a Stereographic Polar (Variant B) projection.
static class Stereographic.Provider_South_Pole
          The MathTransformProvider for a Stereographic North Polar projection.
static class Stereographic.Provider_USGS
          The MathTransformProvider for a Stereographic (USGS equations) projection.
 class StereographicEquatorial
          The USGS equatorial case of the stereographic projection.
 class StereographicOblique
          The USGS oblique/equatorial case of the stereographic projection.
 class StereographicPolar
          The polar case of the stereographic projection.
 class TransverseMercator
          Transverse Mercator Projection (EPSG code 9807).
static class TransverseMercator.Provider
          The MathTransformProvider for a TransverseMercator projection.
static class TransverseMercator.Provider_SouthOrientated
          The MathTransformProvider for a South Orientated TransverseMercator projection (EPSG code 9808).
 

Uses of Formattable in org.geotools.referencing.operation.transform
 

Subclasses of Formattable in org.geotools.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 ConcatenatedTransform
          Base class for concatenated transform.
 class ExponentialTransform1D
          A one dimensional exponentional transform.
static class ExponentialTransform1D.Provider
          The provider for the ExponentialTransform1D.
 class GeocentricTransform
          Transforms three dimensional geographic points to geocentric coordinate points.
static class GeocentricTransform.Provider
          The provider for GeocentricTransform.
static class GeocentricTransform.ProviderInverse
          The provider for inverse of GeocentricTransform.
 class GeocentricTranslation
          An affine transform applied on geocentric coordinates.
static class GeocentricTranslation.Provider
          Base class for geocentric affine transform providers.
static class GeocentricTranslation.ProviderFrameRotation
          Geocentric affine transform provider for "Coordinate Frame rotation".
static class GeocentricTranslation.ProviderSevenParam
          Base class for geocentric affine transform providers with rotation terms.
 class IdentityTransform
          The identity transform.
 class LinearTransform1D
          A one dimensional, linear transform.
 class LogarithmicTransform1D
          A one dimensional, logarithmic transform.
static class LogarithmicTransform1D.Provider
          The provider for the LogarithmicTransform1D.
 class MolodenskiTransform
          Two- or three-dimensional datum shift using the (potentially abridged) Molodensky transformation.
static class MolodenskiTransform.Provider
          The provider for MolodenskiTransform.
static class MolodenskiTransform.ProviderAbridged
          The provider for abridged MolodenskiTransform.
 class NADCONTransform
          Transform backed by the North American Datum Conversion grid.
static class NADCONTransform.Provider
          The provider for NADCONTransform.
 class PassThroughTransform
          Transform which passes through a subset of ordinates to another transform.
 class ProjectiveTransform
          A usually affine, or otherwise a projective transform.
static class ProjectiveTransform.ProviderAffine
          The provider for the "Affine general parametric transformation" (EPSG 9624).
static class ProjectiveTransform.ProviderLongitudeRotation
          The provider for the "Longitude rotation" (EPSG 9601).
 class WarpTransform2D
          Wraps an arbitrary Warp object as a two-dimensional transform.
static class WarpTransform2D.Provider
          The provider for the WarpTransform2D.
 

Uses of Formattable in org.geotools.referencing.wkt
 

Methods in org.geotools.referencing.wkt with parameters of type Formattable
 void Formatter.append(Formattable formattable)
          Append the specified object.
 



Copyright © GeoTools. All Rights Reserved.