Uses of Class
org.apache.sis.io.wkt.FormattableObject
-
Packages that use FormattableObject 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.metadata.iso Root package for ISO 19115 metadata about resources (data or services).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.projection Map projection implementations.org.apache.sis.referencing.operation.transform Conversions or transformations of multi-dimensional coordinate points. -
-
Uses of FormattableObject in org.apache.sis.geometry
Subclasses of FormattableObject in org.apache.sis.geometry Modifier and Type Class Description classAbstractDirectPositionDefault implementations of someDirectPositionmethods, leaving the data storage to subclasses.classAbstractEnvelopeDefault implementations of mostEnvelopemethods, leaving the data storage to subclasses.classDirectPosition1DA one-dimensional position within some coordinate reference system.classGeneralDirectPositionA mutableDirectPosition(the coordinates of a position) of arbitrary dimension.classGeneralEnvelopeA mutableEnvelope(a minimum bounding box or rectangle) of arbitrary dimension.classImmutableEnvelopeAn immutableEnvelope(a minimum bounding box or rectangle) of arbitrary dimension. -
Uses of FormattableObject in org.apache.sis.io.wkt
Methods in org.apache.sis.io.wkt that return FormattableObject Modifier and Type Method Description FormattableObjectFormatter. getEnclosingElement(int depth)Returns the enclosing WKT element, ornullif element being formatted is the root.Methods in org.apache.sis.io.wkt with parameters of type FormattableObject Modifier and Type Method Description voidFormatter. append(FormattableObject object)Appends the givenFormattableObject. -
Uses of FormattableObject in org.apache.sis.metadata.iso
Subclasses of FormattableObject in org.apache.sis.metadata.iso Modifier and Type Class Description classImmutableIdentifierDeprecated.Moved toorg.apache.sis.referencingfor anticipation with Jigsaw modules. -
Uses of FormattableObject in org.apache.sis.parameter
Subclasses of FormattableObject in org.apache.sis.parameter Modifier and Type Class Description classAbstractParameterDescriptorAbstract definition of a parameter or group of parameters used by a coordinate operation or a process.classDefaultParameterDescriptor<T>The definition of a single parameter used by an operation method.classDefaultParameterDescriptorGroupThe definition of a group of related parameters used by an operation method.classDefaultParameterValue<T>A single parameter value used by an operation method. -
Uses of FormattableObject in org.apache.sis.referencing
Subclasses of FormattableObject in org.apache.sis.referencing Modifier and Type Class Description classAbstractIdentifiedObjectBase class for objects identified by a name or a code.classAbstractReferenceSystemDescription of a spatial and temporal reference system used by a dataset.classImmutableIdentifierImmutable value uniquely identifying an object within a namespace, together with a version.classNamedIdentifierAn identification of a CRS object which is both aIdentifierand aGenericName. -
Uses of FormattableObject in org.apache.sis.referencing.crs
Subclasses of FormattableObject in org.apache.sis.referencing.crs Modifier and Type Class Description classAbstractCRSCoordinate reference system, defined by a coordinate system and (usually) a datum.classDefaultCompoundCRSA CRS 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 CRS (not by a datum).classDefaultEngineeringCRSA 1-, 2- or 3-dimensional contextually local coordinate reference system.classDefaultGeocentricCRSA 3-dimensional coordinate reference system with the origin at the approximate centre of mass of the earth.classDefaultGeographicCRSA 2- or 3-dimensional coordinate reference system based on an ellipsoidal approximation of the geoid.classDefaultImageCRSA 2-dimensional engineering coordinate reference system applied to locations in images.classDefaultParametricCRSA 1-dimensional coordinate reference system which uses parameter values or functions.classDefaultProjectedCRSA 2-dimensional coordinate reference system used to approximate the shape of the earth on a planar surface.classDefaultTemporalCRSA 1-dimensional coordinate reference system used for the recording of time.classDefaultVerticalCRSA 1-dimensional coordinate reference system used for recording heights or depths. -
Uses of FormattableObject in org.apache.sis.referencing.cs
Subclasses of FormattableObject in org.apache.sis.referencing.cs Modifier and Type Class Description classAbstractCSThe set of coordinate system axes that spans a given coordinate space.classDefaultAffineCSA 2- or 3-dimensional coordinate system with straight axes that are not necessarily orthogonal.classDefaultCartesianCSA 2- or 3-dimensional Cartesian coordinate system made of straight orthogonal axes.classDefaultCompoundCSA coordinate system made of two or more independent coordinate systems.classDefaultCoordinateSystemAxisCoordinate system axis name, direction, unit and range of values.classDefaultCylindricalCSA 3-dimensional coordinate system made of a polar coordinate system extended by a straight perpendicular axis.classDefaultEllipsoidalCSA 2- or 3-dimensional coordinate system for geodetic latitude and longitude, optionally with ellipsoidal height.classDefaultLinearCSA 1-dimensional coordinate system for points that lie on a single axis (not necessarily a straight line).classDefaultParametricCSA 1-dimensional coordinate system for parametric values or functions.classDefaultPolarCSA 2-dimensional coordinate system for coordinates represented by a distance from the origin and an angle from a fixed direction.classDefaultSphericalCSA 3-dimensional coordinate system with one distance measured from the origin and two angular coordinates.classDefaultTimeCSA 1-dimensional coordinate system for time elapsed in the specified time units from a specified time origin.classDefaultUserDefinedCSA 2- or 3-dimensional coordinate system for any combination of coordinate axes not covered by other CS types.classDefaultVerticalCSA 1-dimensional coordinate system for heights or depths of points. -
Uses of FormattableObject in org.apache.sis.referencing.datum
Subclasses of FormattableObject in org.apache.sis.referencing.datum Modifier and Type Class Description classAbstractDatumSpecifies the relationship of a Coordinate System to the earth.classBursaWolfParametersParameters for a geographic transformation between two datum having the same prime meridian.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 orientation of an ellipsoid that approximates the shape of the earth.classDefaultImageDatumDefines the origin of an image coordinate reference system.classDefaultParametricDatumDefines the origin of a parametric coordinate reference system.classDefaultPrimeMeridianDefines the origin from which longitude values are determined.classDefaultTemporalDatumDefines the origin of a temporal coordinate reference system.classDefaultVerticalDatumIdentifies a particular reference level surface used as a zero-height surface.classTimeDependentBWPParameters for a time-dependent geographic transformation between two datum. -
Uses of FormattableObject in org.apache.sis.referencing.gazetteer
Subclasses of FormattableObject in org.apache.sis.referencing.gazetteer Modifier and Type Class Description classGeohashReferenceSystemGeographic coordinates represented as geohashes strings.classMilitaryGridReferenceSystemThe Military Grid Reference System (MGRS).classReferencingByIdentifiersBase class of reference systems that describe locations using geographic identifiers instead than coordinates. -
Uses of FormattableObject in org.apache.sis.referencing.operation
Subclasses of FormattableObject in org.apache.sis.referencing.operation Modifier and Type Class Description classAbstractCoordinateOperationDescribes the operation for transforming coordinates in the source CRS to coordinates in the target CRS.classDefaultConversionA parameterized mathematical operation that converts coordinates to another CRS without any change of datum.classDefaultFormulaSpecification of the coordinate operation method formula.classDefaultOperationMethodDescribes the algorithm and parameters used to perform a coordinate operation.classDefaultPassThroughOperationSpecifies that a subset of a coordinate tuple is subject to a specific coordinate operation.classDefaultTransformationA parameterized mathematical operation that transforms coordinates to another CRS with a change of datum. -
Uses of FormattableObject in org.apache.sis.referencing.operation.projection
Subclasses of FormattableObject in org.apache.sis.referencing.operation.projection Modifier and Type Class Description classAlbersEqualAreaAlbers Equal Area projection (EPSG code 9822).classCylindricalEqualAreaCylindrical Equal Area projection (EPSG codes 9834, 9835).classLambertConicConformalLambert Conic Conformal projection (EPSG codes 9801, 9802, 9803, 9826, 1051).classMercatorMercator Cylindrical projection (EPSG codes 9804, 9805, 1026, 1024, 1044, 9841).classMollweideMollweide projection.classNormalizedProjectionBase class for conversion services between ellipsoidal and cartographic projections.classObliqueMercatorOblique Mercator projection (EPSG codes 9812, 9815).classObliqueStereographicOblique Stereographic projection (EPSG code 9809).classPolarStereographicPolar Stereographic projection (EPSG codes 9810, 9829, 9830).classPolyconicAmerican Polyconic projection (EPSG codes 9818).classSinusoidalSinusoidal equal-area projection, also known as "Sanson-Flamsteed".classTransverseMercatorTransverse Mercator projection (EPSG codes 9807).classZonedGridSystemTransverse Mercator Zoned Grid System projection (EPSG codes 9824). -
Uses of FormattableObject in org.apache.sis.referencing.operation.transform
Subclasses of FormattableObject in org.apache.sis.referencing.operation.transform Modifier and Type Class Description classAbstractMathTransformProvides a default implementation for most methods required by theMathTransforminterface.protected static classAbstractMathTransform.InverseBase class for implementations of inverse math transforms.classAbstractMathTransform1DBase class for math transforms that are known to be one-dimensional in all cases.protected static classAbstractMathTransform1D.InverseBase class for implementation of inverse math transforms.classAbstractMathTransform2DBase class for math transforms that are known to be two-dimensional in all cases.protected static classAbstractMathTransform2D.InverseBase class for implementation of inverse math transforms.classDatumShiftTransformTransforms between two CRS (usually geographic) based on different datum.classEllipsoidToCentricTransformTransform from two- or three- dimensional ellipsoidal coordinates to (geo)centric coordinates.classInterpolatedGeocentricTransformTransforms between two geographic CRS by performing geocentric translations interpolated from a grid file.classInterpolatedMolodenskyTransformTransforms between two geographic CRS by performing geocentric translations interpolated from a grid file, but using Molodensky approximation.classInterpolatedTransformTransforms between two CRS by performing translations interpolated from a grid file.classMolodenskyTransformTwo- or three-dimensional datum shift using the (potentially abridged) Molodensky transformation.classPassThroughTransformTransform which passes through a subset of coordinates to another transform.
-