Uses of Class
org.apache.sis.io.wkt.Formatter
-
Packages that use Formatter Package Description org.apache.sis.geometry Basic geometric objects (envelopes and direct positions).org.apache.sis.io.wkt Well Known Text (WKT) parsing and formatting.org.apache.sis.parameter Descriptions and values of parameters used by a coordinate operation or a process.org.apache.sis.referencing Base classes for reference systems used for general positioning.org.apache.sis.referencing.crs Coordinate Reference System (CRS) definitions as coordinate systems related to the earth through datum.org.apache.sis.referencing.cs Coordinate System (CS) definitions as the set of coordinate system axes that spans the coordinate space.org.apache.sis.referencing.datum Relationship of aCoordinateSystem
(an abstract mathematical entity) to the earth or other system.org.apache.sis.referencing.gazetteer Mapping between geographic identifiers (addresses, grid indexes…) and locations (descriptions, coordinates…).org.apache.sis.referencing.operation Relationship between any two Coordinate Reference Systems (CRS).org.apache.sis.referencing.operation.transform Conversions or transformations of multi-dimensional coordinate points. -
-
Uses of Formatter in org.apache.sis.geometry
Methods in org.apache.sis.geometry with parameters of type Formatter Modifier and Type Method Description protected String
AbstractDirectPosition. formatTo(Formatter formatter)
Formats this position in the Well Known Text (WKT) format.protected String
AbstractEnvelope. formatTo(Formatter formatter)
Formats this envelope as a "BOX
" element. -
Uses of Formatter in org.apache.sis.io.wkt
Methods in org.apache.sis.io.wkt with parameters of type Formatter Modifier and Type Method Description protected abstract String
FormattableObject. formatTo(Formatter formatter)
Formats the inner part of this Well Known Text (WKT) element into the given formatter. -
Uses of Formatter in org.apache.sis.parameter
Methods in org.apache.sis.parameter with parameters of type Formatter Modifier and Type Method Description protected String
AbstractParameterDescriptor. formatTo(Formatter formatter)
Formats this descriptor as a pseudo-Well Known Text element.protected String
DefaultParameterValue. formatTo(Formatter formatter)
Formats this parameter as a Well Known TextParameter[…]
element. -
Uses of Formatter in org.apache.sis.referencing
Methods in org.apache.sis.referencing with parameters of type Formatter Modifier and Type Method Description protected String
AbstractIdentifiedObject. formatTo(Formatter formatter)
Formats the inner part of the Well Known Text (WKT) representation for this object.protected String
ImmutableIdentifier. formatTo(Formatter formatter)
Formats this identifier as a Well Known TextId[…]
element. -
Uses of Formatter in org.apache.sis.referencing.crs
Methods in org.apache.sis.referencing.crs with parameters of type Formatter Modifier and Type Method Description protected String
AbstractCRS. formatTo(Formatter formatter)
Formats the inner part of the Well Known Text (WKT) representation of this CRS.protected String
DefaultCompoundCRS. formatTo(Formatter formatter)
Formats this CRS as a Well Known TextCompoundCRS[…]
element.protected String
DefaultDerivedCRS. formatTo(Formatter formatter)
Formats the inner part of the Well Known Text (WKT) representation of this CRS.protected String
DefaultEngineeringCRS. formatTo(Formatter formatter)
Formats this CRS as a Well Known TextEngineeringCRS[…]
element.protected String
DefaultGeocentricCRS. formatTo(Formatter formatter)
Formats this CRS as a Well Known TextGeodeticCRS[…]
element.protected String
DefaultGeographicCRS. formatTo(Formatter formatter)
Formats this CRS as a Well Known TextGeodeticCRS[…]
element.protected String
DefaultImageCRS. formatTo(Formatter formatter)
Formats this CRS as a Well Known TextImageCRS[…]
element.protected String
DefaultParametricCRS. formatTo(Formatter formatter)
Formats this CRS as a Well Known TextParametricCRS[…]
element.protected String
DefaultProjectedCRS. formatTo(Formatter formatter)
Formats the inner part of the Well Known Text (WKT) representation of this CRS.protected String
DefaultTemporalCRS. formatTo(Formatter formatter)
Formats this CRS as a Well Known TextTimeCRS[…]
element.protected String
DefaultVerticalCRS. formatTo(Formatter formatter)
Formats this CRS as a Well Known TextVerticalCRS[…]
element. -
Uses of Formatter in org.apache.sis.referencing.cs
Methods in org.apache.sis.referencing.cs with parameters of type Formatter Modifier and Type Method Description protected String
AbstractCS. formatTo(Formatter formatter)
Formats the inner part of the Well Known Text (WKT) representation of this coordinate system.protected String
DefaultCoordinateSystemAxis. formatTo(Formatter formatter)
Formats this axis as a Well Known TextAxis[…]
element. -
Uses of Formatter in org.apache.sis.referencing.datum
Methods in org.apache.sis.referencing.datum with parameters of type Formatter Modifier and Type Method Description protected String
AbstractDatum. formatTo(Formatter formatter)
Formats the inner part of the Well Known Text (WKT) representation for this datum.protected String
BursaWolfParameters. formatTo(Formatter formatter)
Formats this object as a Well Known TextToWGS84[…]
element.protected String
DefaultEllipsoid. formatTo(Formatter formatter)
Formats this ellipsoid as a Well Known TextEllipsoid[…]
element.protected String
DefaultEngineeringDatum. formatTo(Formatter formatter)
Formats this datum as a Well Known TextEngineeringDatum[…]
element.protected String
DefaultGeodeticDatum. formatTo(Formatter formatter)
Formats this datum as a Well Known TextDatum[…]
element.protected String
DefaultImageDatum. formatTo(Formatter formatter)
Formats this datum as a Well Known TextImageDatum[…]
element.protected String
DefaultParametricDatum. formatTo(Formatter formatter)
Formats this datum as a Well Known TextParametricDatum[…]
element.protected String
DefaultPrimeMeridian. formatTo(Formatter formatter)
Formats this prime meridian as a Well Known TextPrimeMeridian[…]
element.protected String
DefaultTemporalDatum. formatTo(Formatter formatter)
Formats this datum as a Well Known TextTimeDatum[…]
element.protected String
DefaultVerticalDatum. formatTo(Formatter formatter)
Formats this datum as a Well Known TextVerticalDatum[…]
element. -
Uses of Formatter in org.apache.sis.referencing.gazetteer
Methods in org.apache.sis.referencing.gazetteer with parameters of type Formatter Modifier and Type Method Description protected String
ReferencingByIdentifiers. formatTo(Formatter formatter)
Formats a pseudo-Well Known Text (WKT) representation for this object. -
Uses of Formatter in org.apache.sis.referencing.operation
Methods in org.apache.sis.referencing.operation with parameters of type Formatter Modifier and Type Method Description protected String
AbstractCoordinateOperation. formatTo(Formatter formatter)
Formats this coordinate operation in Well Known Text (WKT) version 2 format.protected String
DefaultFormula. formatTo(Formatter formatter)
Formats this formula as a pseudo-Well Known Text element.protected String
DefaultOperationMethod. formatTo(Formatter formatter)
Formats this operation as a Well Known TextMethod[…]
element.protected String
DefaultPassThroughOperation. formatTo(Formatter formatter)
Formats this coordinate operation in a pseudo-Well Known Text (WKT) format. -
Uses of Formatter in org.apache.sis.referencing.operation.transform
Methods in org.apache.sis.referencing.operation.transform with parameters of type Formatter Modifier and Type Method Description protected String
AbstractMathTransform. formatTo(Formatter formatter)
Formats the inner part of a Well Known Text version 1 (WKT 1) element.protected String
AbstractMathTransform.Inverse. formatTo(Formatter formatter)
Formats the inner part of a Well Known Text version 1 (WKT 1) element.protected String
PassThroughTransform. formatTo(Formatter formatter)
Formats this transform as a Well Known Text version 1 (WKT 1) element.
-