Uses of Class
org.geotools.referencing.wkt.Formatter
-
Packages that use Formatter Package Description org.geotools.parameter Parameter 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.transform Basic implementations of math transforms.org.geotools.referencing.util org.geotools.referencing.wkt Well Known Text (WKT) parsing and formatting. -
-
Uses of Formatter in org.geotools.parameter
Methods in org.geotools.parameter with parameters of type Formatter Modifier and Type Method Description protected String
AbstractParameter. formatWKT(Formatter formatter)
Format the inner part of this parameter as Well Known Text (WKT).protected String
AbstractParameterDescriptor. formatWKT(Formatter formatter)
Format the inner part of a Well Known Text (WKT) element. -
Uses of Formatter in org.geotools.referencing.crs
Methods in org.geotools.referencing.crs with parameters of type Formatter Modifier and Type Method Description protected String
AbstractCRS. formatWKT(Formatter formatter)
Formats the inner part of a Well Known Text (WKT) element.protected String
AbstractDerivedCRS. formatWKT(Formatter formatter)
Format the inner part of a Well Known Text (WKT) element.protected String
DefaultCompoundCRS. formatWKT(Formatter formatter)
Format the inner part of a Well Known Text (WKT) element.protected String
DefaultEngineeringCRS. formatWKT(Formatter formatter)
Format the inner part of a Well Known Text (WKT) element.protected String
DefaultGeocentricCRS. formatWKT(Formatter formatter)
Format the inner part of a Well Known Text (WKT) element.protected String
DefaultGeographicCRS. formatWKT(Formatter formatter)
Format the inner part of a Well Known Text (WKT) element.protected String
DefaultProjectedCRS. formatWKT(Formatter formatter)
Format the inner part of a Well Known Text (WKT) element.protected String
DefaultVerticalCRS. formatWKT(Formatter formatter)
Format the inner part of a Well Known Text (WKT) element. -
Uses of Formatter in org.geotools.referencing.cs
Methods in org.geotools.referencing.cs with parameters of type Formatter Modifier and Type Method Description protected String
AbstractCS. formatWKT(Formatter formatter)
Format the inner part of a Well Known Text (WKT) element.protected String
DefaultCoordinateSystemAxis. formatWKT(Formatter formatter)
Format the inner part of a Well Known Text (WKT) element. -
Uses of Formatter in org.geotools.referencing.datum
Methods in org.geotools.referencing.datum with parameters of type Formatter Modifier and Type Method Description protected String
AbstractDatum. formatWKT(Formatter formatter)
Format the inner part of a Well Known Text (WKT) element.protected String
BursaWolfParameters. formatWKT(Formatter formatter)
Format the inner part of a Well Known Text (WKT) element.protected String
DefaultEllipsoid. formatWKT(Formatter formatter)
Format the inner part of a Well Known Text (WKT) element.protected String
DefaultEngineeringDatum. formatWKT(Formatter formatter)
Format the inner part of a Well Known Text (WKT) element.protected String
DefaultGeodeticDatum. formatWKT(Formatter formatter)
Format the inner part of a Well Known Text (WKT) element.protected String
DefaultImageDatum. formatWKT(Formatter formatter)
Format the inner part of a Well Known Text (WKT) element.protected String
DefaultPrimeMeridian. formatWKT(Formatter formatter)
Format the inner part of a Well Known Text (WKT) element.protected String
DefaultVerticalDatum. formatWKT(Formatter formatter)
Format the inner part of a Well Known Text (WKT) element. -
Uses of Formatter in org.geotools.referencing.operation
Methods in org.geotools.referencing.operation with parameters of type Formatter Modifier and Type Method Description protected String
AbstractCoordinateOperation. formatWKT(Formatter formatter)
Format this operation as a pseudo-WKT format.protected String
DefaultConcatenatedOperation. formatWKT(Formatter formatter)
Format this operation as a pseudo-WKT format.protected String
DefaultOperation. formatWKT(Formatter formatter)
Format this operation as a pseudo-WKT format.protected String
DefaultOperationMethod. formatWKT(Formatter formatter)
Format the inner part of a Well Known Text (WKT) element.protected String
DefaultPassThroughOperation. formatWKT(Formatter formatter)
Format this operation as a pseudo-WKT format.protected String
DefiningConversion. formatWKT(Formatter formatter)
Format this operation as a pseudo-WKT format.protected String
MathTransformProvider. formatWKT(Formatter formatter)
Format the inner part of a Well Known Text (WKT) element. -
Uses of Formatter in org.geotools.referencing.operation.transform
Methods in org.geotools.referencing.operation.transform with parameters of type Formatter Modifier and Type Method Description protected String
AbstractMathTransform. formatWKT(Formatter formatter)
Format the inner part of a Well Known Text (WKT) element.protected String
AbstractMathTransform.Inverse. formatWKT(Formatter formatter)
Format the inner part of a Well Known Text (WKT) element.String
AffineTransform2D. formatWKT(Formatter formatter)
Format the inner part of a Well Known Text (WKT) element.protected String
ConcatenatedTransform. formatWKT(Formatter formatter)
Format the inner part of a Well Known Text (WKT) element.protected String
PassThroughTransform. formatWKT(Formatter formatter)
Format the inner part of a Well Known Text (WKT) element. -
Uses of Formatter in org.geotools.referencing.util
Methods in org.geotools.referencing.util with parameters of type Formatter Modifier and Type Method Description String
Formattable. formatWKT(Formatter formatter)
Format the inner part of a Well Known Text (WKT) element. -
Uses of Formatter in org.geotools.referencing.wkt
Methods in org.geotools.referencing.wkt with parameters of type Formatter Modifier and Type Method Description protected String
Formattable. formatWKT(Formatter formatter)
Format the inner part of a Well Known Text (WKT) element.
-