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 StringAbstractDirectPosition. formatTo(Formatter formatter)Formats this position in the Well Known Text (WKT) format.protected StringAbstractEnvelope. 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 StringFormattableObject. 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 StringAbstractParameterDescriptor. formatTo(Formatter formatter)Formats this descriptor as a pseudo-Well Known Text element.protected StringDefaultParameterValue. 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 StringAbstractIdentifiedObject. formatTo(Formatter formatter)Formats the inner part of the Well Known Text (WKT) representation for this object.protected StringImmutableIdentifier. 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 StringAbstractCRS. formatTo(Formatter formatter)Formats the inner part of the Well Known Text (WKT) representation of this CRS.protected StringDefaultCompoundCRS. formatTo(Formatter formatter)Formats this CRS as a Well Known TextCompoundCRS[…]element.protected StringDefaultDerivedCRS. formatTo(Formatter formatter)Formats the inner part of the Well Known Text (WKT) representation of this CRS.protected StringDefaultEngineeringCRS. formatTo(Formatter formatter)Formats this CRS as a Well Known TextEngineeringCRS[…]element.protected StringDefaultGeocentricCRS. formatTo(Formatter formatter)Formats this CRS as a Well Known TextGeodeticCRS[…]element.protected StringDefaultGeographicCRS. formatTo(Formatter formatter)Formats this CRS as a Well Known TextGeodeticCRS[…]element.protected StringDefaultImageCRS. formatTo(Formatter formatter)Formats this CRS as a Well Known TextImageCRS[…]element.protected StringDefaultParametricCRS. formatTo(Formatter formatter)Formats this CRS as a Well Known TextParametricCRS[…]element.protected StringDefaultProjectedCRS. formatTo(Formatter formatter)Formats the inner part of the Well Known Text (WKT) representation of this CRS.protected StringDefaultTemporalCRS. formatTo(Formatter formatter)Formats this CRS as a Well Known TextTimeCRS[…]element.protected StringDefaultVerticalCRS. 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 StringAbstractCS. formatTo(Formatter formatter)Formats the inner part of the Well Known Text (WKT) representation of this coordinate system.protected StringDefaultCoordinateSystemAxis. 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 StringAbstractDatum. formatTo(Formatter formatter)Formats the inner part of the Well Known Text (WKT) representation for this datum.protected StringBursaWolfParameters. formatTo(Formatter formatter)Formats this object as a Well Known TextToWGS84[…]element.protected StringDefaultEllipsoid. formatTo(Formatter formatter)Formats this ellipsoid as a Well Known TextEllipsoid[…]element.protected StringDefaultEngineeringDatum. formatTo(Formatter formatter)Formats this datum as a Well Known TextEngineeringDatum[…]element.protected StringDefaultGeodeticDatum. formatTo(Formatter formatter)Formats this datum as a Well Known TextDatum[…]element.protected StringDefaultImageDatum. formatTo(Formatter formatter)Formats this datum as a Well Known TextImageDatum[…]element.protected StringDefaultParametricDatum. formatTo(Formatter formatter)Formats this datum as a Well Known TextParametricDatum[…]element.protected StringDefaultPrimeMeridian. formatTo(Formatter formatter)Formats this prime meridian as a Well Known TextPrimeMeridian[…]element.protected StringDefaultTemporalDatum. formatTo(Formatter formatter)Formats this datum as a Well Known TextTimeDatum[…]element.protected StringDefaultVerticalDatum. 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 StringReferencingByIdentifiers. 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 StringAbstractCoordinateOperation. formatTo(Formatter formatter)Formats this coordinate operation in Well Known Text (WKT) version 2 format.protected StringDefaultFormula. formatTo(Formatter formatter)Formats this formula as a pseudo-Well Known Text element.protected StringDefaultOperationMethod. formatTo(Formatter formatter)Formats this operation as a Well Known TextMethod[…]element.protected StringDefaultPassThroughOperation. 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 StringAbstractMathTransform. formatTo(Formatter formatter)Formats the inner part of a Well Known Text version 1 (WKT 1) element.protected StringAbstractMathTransform.Inverse. formatTo(Formatter formatter)Formats the inner part of a Well Known Text version 1 (WKT 1) element.protected StringPassThroughTransform. formatTo(Formatter formatter)Formats this transform as a Well Known Text version 1 (WKT 1) element.
-