Uses of Interface
org.geotools.api.referencing.cs.CoordinateSystem
-
Packages that use CoordinateSystem Package Description org.geotools.api.referencing.crs org.geotools.api.referencing.cs Coordinate systems and their axis.org.geotools.api.referencing.operation Coordinate operations (relationship between any two coordinate reference systems).org.geotools.referencing.crs Coordinate reference systems implementation.org.geotools.referencing.cs Coordinate systems implementation.org.geotools.referencing.factory Base classes for factories and authority factories.org.geotools.referencing.factory.epsg Authority factories for the EPSG database.org.geotools.referencing.operation Coordinate operation implementation.org.geotools.referencing.operation.builder A package of convenience classes which use control points common to two data sets to derive empirically the transformation parameters needed to convert positions between the coordinate systems of the two data sets.org.geotools.referencing.util -
-
Uses of CoordinateSystem in org.geotools.api.referencing.crs
Methods in org.geotools.api.referencing.crs that return CoordinateSystem Modifier and Type Method Description CoordinateSystem
CoordinateReferenceSystem. getCoordinateSystem()
Returns a relevant coordinate system instance.CoordinateSystem
GeocentricCRS. getCoordinateSystem()
CoordinateSystem
SingleCRS. getCoordinateSystem()
Returns the coordinate system.Methods in org.geotools.api.referencing.crs with parameters of type CoordinateSystem Modifier and Type Method Description DerivedCRS
CRSFactory. createDerivedCRS(Map<String,?> properties, CoordinateReferenceSystem baseCRS, Conversion conversionFromBase, CoordinateSystem derivedCS)
Creates a derived coordinate reference system.EngineeringCRS
CRSFactory. createEngineeringCRS(Map<String,?> properties, EngineeringDatum datum, CoordinateSystem cs)
Creates a engineering coordinate reference system. -
Uses of CoordinateSystem in org.geotools.api.referencing.cs
Subinterfaces of CoordinateSystem in org.geotools.api.referencing.cs Modifier and Type Interface Description interface
AffineCS
A two- or three-dimensional coordinate system with straight axes that are not necessarily orthogonal.interface
CartesianCS
A 1-, 2-, or 3-dimensional coordinate system.interface
CylindricalCS
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.interface
EllipsoidalCS
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.interface
LinearCS
A one-dimensional coordinate system that consists of the points that lie on the single axis described.interface
PolarCS
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.interface
SphericalCS
A three-dimensional coordinate system with one distance measured from the origin and two angular coordinates.interface
TimeCS
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.interface
UserDefinedCS
A two- or three-dimensional coordinate system that consists of any combination of coordinate axes not covered by any other Coordinate System type.interface
VerticalCS
A one-dimensional coordinate system used to record the heights (or depths) of points.Methods in org.geotools.api.referencing.cs that return CoordinateSystem Modifier and Type Method Description CoordinateSystem
CSAuthorityFactory. createCoordinateSystem(String code)
Returns an arbitrary coordinate system from a code. -
Uses of CoordinateSystem in org.geotools.api.referencing.operation
Methods in org.geotools.api.referencing.operation with parameters of type CoordinateSystem Modifier and Type Method Description MathTransform
MathTransformFactory. createBaseToDerived(CoordinateReferenceSystem baseCRS, ParameterValueGroup parameters, CoordinateSystem derivedCS)
Creates a parameterized transform from a base CRS to a derived CS. -
Uses of CoordinateSystem in org.geotools.referencing.crs
Fields in org.geotools.referencing.crs declared as CoordinateSystem Modifier and Type Field Description protected CoordinateSystem
AbstractCRS. coordinateSystem
The coordinate system.Methods in org.geotools.referencing.crs that return CoordinateSystem Modifier and Type Method Description CoordinateSystem
AbstractCRS. getCoordinateSystem()
Returns the coordinate system.Constructors in org.geotools.referencing.crs with parameters of type CoordinateSystem Constructor Description AbstractCRS(Map<String,?> properties, CoordinateSystem cs)
Constructs a coordinate reference system from a set of properties.AbstractDerivedCRS(Map<String,?> properties, Conversion conversionFromBase, CoordinateReferenceSystem base, MathTransform baseToDerived, CoordinateSystem derivedCS)
Constructs a derived CRS from a defining conversion.AbstractDerivedCRS(Map<String,Object> properties, CoordinateReferenceSystem base, MathTransform baseToDerived, CoordinateSystem derivedCS)
Constructs a derived CRS from a set of properties.AbstractSingleCRS(Map<String,?> properties, Datum datum, CoordinateSystem cs)
Constructs a coordinate reference system from a set of properties.DefaultDerivedCRS(String name, CoordinateReferenceSystem base, MathTransform baseToDerived, CoordinateSystem derivedCS)
Constructs a derived CRS from a name.DefaultDerivedCRS(Map<String,?> properties, Conversion conversionFromBase, CoordinateReferenceSystem base, MathTransform baseToDerived, CoordinateSystem derivedCS)
Constructs a derived CRS from a defining conversion.DefaultDerivedCRS(Map<String,Object> properties, CoordinateReferenceSystem base, MathTransform baseToDerived, CoordinateSystem derivedCS)
Constructs a derived CRS from a set of properties.DefaultDerivedCRS(Map<String,Object> properties, OperationMethod method, CoordinateReferenceSystem base, MathTransform baseToDerived, CoordinateSystem derivedCS)
Constructs a derived CRS from a set of properties.DefaultEngineeringCRS(String name, EngineeringDatum datum, CoordinateSystem cs)
Constructs an engineering CRS from a name.DefaultEngineeringCRS(Map<String,?> properties, EngineeringDatum datum, CoordinateSystem cs)
Constructs an engineering CRS from a set of properties.DefaultEngineeringCRS(Map<String,?> properties, EngineeringDatum datum, CoordinateSystem cs, boolean wildcard)
Constructs an engineering CRS from a set of properties. -
Uses of CoordinateSystem in org.geotools.referencing.cs
Classes in org.geotools.referencing.cs that implement CoordinateSystem Modifier and Type Class Description 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
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.Methods in org.geotools.referencing.cs that return CoordinateSystem Modifier and Type Method Description static CoordinateSystem
AbstractCS. standard(CoordinateSystem cs)
Returns a coordinate system with "standard" axis order and units.Methods in org.geotools.referencing.cs that return types with arguments of type CoordinateSystem Modifier and Type Method Description List<CoordinateSystem>
DefaultCompoundCS. getCoordinateSystems()
Returns all coordinate systems in this compound CS.Methods in org.geotools.referencing.cs with parameters of type CoordinateSystem Modifier and Type Method Description static CoordinateSystem
AbstractCS. standard(CoordinateSystem cs)
Returns a coordinate system with "standard" axis order and units.static Matrix
AbstractCS. swapAndScaleAxis(CoordinateSystem sourceCS, CoordinateSystem targetCS)
Returns an affine transform between two coordinate systems.Constructors in org.geotools.referencing.cs with parameters of type CoordinateSystem Constructor Description AbstractCS(CoordinateSystem cs)
Constructs a new coordinate system with the same values than the specified one.DefaultCompoundCS(CoordinateSystem... cs)
Constructs a compound coordinate system. -
Uses of CoordinateSystem in org.geotools.referencing.factory
Methods in org.geotools.referencing.factory that return CoordinateSystem Modifier and Type Method Description CoordinateSystem
AbstractAuthorityFactory. createCoordinateSystem(String code)
Returns an arbitrary coordinate system from a code.CoordinateSystem
AbstractAuthorityMediator. createCoordinateSystem(String code)
CoordinateSystem
AbstractCachedAuthorityFactory. createCoordinateSystem(String code)
CoordinateSystem
AuthorityFactoryAdapter. createCoordinateSystem(String code)
Returns an arbitrary coordinate system from a code.CoordinateSystem
BufferedAuthorityFactory. createCoordinateSystem(String code)
Returns an arbitrary coordinate system from a code.CoordinateSystem
CachedAuthorityDecorator. createCoordinateSystem(String code)
CoordinateSystem
FallbackAuthorityFactory. createCoordinateSystem(String code)
Returns an arbitrary coordinate system from a code.CoordinateSystem
ThreadedAuthorityFactory. createCoordinateSystem(String code)
Returns an arbitrary coordinate system from a code.protected abstract CoordinateSystem
AbstractCachedAuthorityFactory. generateCoordinateSystem(String code)
protected CoordinateSystem
TransformedAuthorityFactory. replace(CoordinateSystem cs)
Replaces (if needed) the specified coordinate system by a new one.Methods in org.geotools.referencing.factory with parameters of type CoordinateSystem Modifier and Type Method Description DerivedCRS
ReferencingObjectFactory. createDerivedCRS(Map<String,?> properties, CoordinateReferenceSystem baseCRS, Conversion conversionFromBase, CoordinateSystem derivedCS)
Creates a derived coordinate reference system from a conversion.EngineeringCRS
ReferencingObjectFactory. createEngineeringCRS(Map<String,?> properties, EngineeringDatum datum, CoordinateSystem cs)
Creates a engineering coordinate reference system.protected CoordinateSystem
TransformedAuthorityFactory. replace(CoordinateSystem cs)
Replaces (if needed) the specified coordinate system by a new one. -
Uses of CoordinateSystem in org.geotools.referencing.factory.epsg
Methods in org.geotools.referencing.factory.epsg that return CoordinateSystem Modifier and Type Method Description CoordinateSystem
DirectEpsgFactory. createCoordinateSystem(String code)
Returns a coordinate system from a code.CoordinateSystem
AbstractEpsgFactory. generateCoordinateSystem(String code)
Returns a coordinate system from a code. -
Uses of CoordinateSystem in org.geotools.referencing.operation
Methods in org.geotools.referencing.operation with parameters of type CoordinateSystem Modifier and Type Method Description MathTransform
DefaultMathTransformFactory. createBaseToDerived(CoordinateReferenceSystem baseCRS, ParameterValueGroup parameters, CoordinateSystem derivedCS)
Creates a parameterized transform from a base CRS to a derived CS.MathTransform
DefaultMathTransformFactory. createBaseToDerived(CoordinateReferenceSystem baseCRS, MathTransform projection, CoordinateSystem derivedCS)
Creates a transform from a base CRS to a derived CS.protected Matrix
AbstractCoordinateOperationFactory. swapAndScaleAxis(CoordinateSystem sourceCS, CoordinateSystem targetCS)
Returns an affine transform between two coordinate systems. -
Uses of CoordinateSystem in org.geotools.referencing.operation.builder
Methods in org.geotools.referencing.operation.builder that return types with arguments of type CoordinateSystem Modifier and Type Method Description Class<? extends CoordinateSystem>
MathTransformBuilder. getCoordinateSystemType()
Returns the required coordinate system type. -
Uses of CoordinateSystem in org.geotools.referencing.util
Methods in org.geotools.referencing.util with parameters of type CoordinateSystem Modifier and Type Method Description static int
CRSUtilities. dimensionColinearWith(CoordinateSystem cs, CoordinateSystemAxis axis)
Returns the dimension within the coordinate system of the first occurrence of an axis colinear with the specified axis.static Unit<?>
CRSUtilities. getUnit(CoordinateSystem cs)
Returns the unit used for all axis in the specified coordinate system.
-