Uses of Interface
org.geotools.api.referencing.cs.CoordinateSystem
Packages that use CoordinateSystem
Package
Description
Coordinate systems and their
axis.
Coordinate operations (relationship between
any two coordinate reference systems).
Coordinate reference systems implementation.
Coordinate systems implementation.
Base classes for factories and
authority factories.
Authority factories for
the EPSG database.
Coordinate operation implementation.
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.
-
Uses of CoordinateSystem in org.geotools.api.referencing.crs
Methods in org.geotools.api.referencing.crs that return CoordinateSystemModifier and TypeMethodDescriptionCoordinateReferenceSystem.getCoordinateSystem()
Returns a relevant coordinate system instance.GeocentricCRS.getCoordinateSystem()
SingleCRS.getCoordinateSystem()
Returns the coordinate system.Methods in org.geotools.api.referencing.crs with parameters of type CoordinateSystemModifier and TypeMethodDescriptionCRSFactory.createDerivedCRS
(Map<String, ?> properties, CoordinateReferenceSystem baseCRS, Conversion conversionFromBase, CoordinateSystem derivedCS) Creates a derived coordinate reference system.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.csModifier and TypeInterfaceDescriptioninterface
A two- or three-dimensional coordinate system with straight axes that are not necessarily orthogonal.interface
A 1-, 2-, or 3-dimensional coordinate system.interface
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
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
A one-dimensional coordinate system that consists of the points that lie on the single axis described.interface
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
A three-dimensional coordinate system with one distance measured from the origin and two angular coordinates.interface
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
A two- or three-dimensional coordinate system that consists of any combination of coordinate axes not covered by any other Coordinate System type.interface
A one-dimensional coordinate system used to record the heights (or depths) of points.Methods in org.geotools.api.referencing.cs that return CoordinateSystemModifier and TypeMethodDescriptionCSAuthorityFactory.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 CoordinateSystemModifier and TypeMethodDescriptionMathTransformFactory.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 CoordinateSystemModifier and TypeFieldDescriptionprotected final CoordinateSystem
AbstractCRS.coordinateSystem
The coordinate system.Methods in org.geotools.referencing.crs that return CoordinateSystemModifier and TypeMethodDescriptionAbstractCRS.getCoordinateSystem()
Returns the coordinate system.Constructors in org.geotools.referencing.crs with parameters of type CoordinateSystemModifierConstructorDescriptionAbstractCRS
(Map<String, ?> properties, CoordinateSystem cs) Constructs a coordinate reference system from a set of properties.protected
AbstractDerivedCRS
(Map<String, ?> properties, Conversion conversionFromBase, CoordinateReferenceSystem base, MathTransform baseToDerived, CoordinateSystem derivedCS) Constructs a derived CRS from a defining conversion.protected
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 CoordinateSystemModifier and TypeClassDescriptionclass
The set of coordinate system axes that spans a given coordinate space.class
A two- or three-dimensional coordinate system with straight axes that are not necessarily orthogonal.class
A 1-, 2-, or 3-dimensional coordinate system.class
A coordinate system made of two or more independent coordinate systems.class
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
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
A one-dimensional coordinate system that consists of the points that lie on the single axis described.class
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
A three-dimensional coordinate system with one distance measured from the origin and two angular coordinates.class
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
A two- or three-dimensional coordinate system that consists of any combination of coordinate axes not covered by any other Coordinate System type.class
A one-dimensional coordinate system used to record the heights (or depths) of points.Methods in org.geotools.referencing.cs that return CoordinateSystemModifier and TypeMethodDescriptionstatic 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 CoordinateSystemModifier and TypeMethodDescriptionDefaultCompoundCS.getCoordinateSystems()
Returns all coordinate systems in this compound CS.Methods in org.geotools.referencing.cs with parameters of type CoordinateSystemModifier and TypeMethodDescriptionstatic 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 CoordinateSystemModifierConstructorDescriptionConstructs a new coordinate system with the same values than the specified one.Constructs a compound coordinate system. -
Uses of CoordinateSystem in org.geotools.referencing.factory
Methods in org.geotools.referencing.factory that return CoordinateSystemModifier and TypeMethodDescriptionAbstractAuthorityFactory.createCoordinateSystem
(String code) Returns an arbitrary coordinate system from a code.AbstractAuthorityMediator.createCoordinateSystem
(String code) AbstractCachedAuthorityFactory.createCoordinateSystem
(String code) AuthorityFactoryAdapter.createCoordinateSystem
(String code) Returns an arbitrary coordinate system from a code.BufferedAuthorityFactory.createCoordinateSystem
(String code) Returns an arbitrary coordinate system from a code.CachedAuthorityDecorator.createCoordinateSystem
(String code) FallbackAuthorityFactory.createCoordinateSystem
(String code) Returns an arbitrary coordinate system from a code.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 CoordinateSystemModifier and TypeMethodDescriptionReferencingObjectFactory.createDerivedCRS
(Map<String, ?> properties, CoordinateReferenceSystem baseCRS, Conversion conversionFromBase, CoordinateSystem derivedCS) Creates a derived coordinate reference system from a conversion.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 CoordinateSystemModifier and TypeMethodDescriptionDirectEpsgFactory.createCoordinateSystem
(String code) Returns a coordinate system from a code.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 CoordinateSystemModifier and TypeMethodDescriptionDefaultMathTransformFactory.createBaseToDerived
(CoordinateReferenceSystem baseCRS, ParameterValueGroup parameters, CoordinateSystem derivedCS) Creates a parameterized transform from a base CRS to a derived CS.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 CoordinateSystemModifier and TypeMethodDescriptionClass<? 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 CoordinateSystemModifier and TypeMethodDescriptionstatic 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.