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 CoordinateSystemCoordinateReferenceSystem. getCoordinateSystem()Returns a relevant coordinate system instance.CoordinateSystemGeocentricCRS. getCoordinateSystem()CoordinateSystemSingleCRS. getCoordinateSystem()Returns the coordinate system.Methods in org.geotools.api.referencing.crs with parameters of type CoordinateSystem Modifier and Type Method Description DerivedCRSCRSFactory. createDerivedCRS(Map<String,?> properties, CoordinateReferenceSystem baseCRS, Conversion conversionFromBase, CoordinateSystem derivedCS)Creates a derived coordinate reference system.EngineeringCRSCRSFactory. 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 interfaceAffineCSA two- or three-dimensional coordinate system with straight axes that are not necessarily orthogonal.interfaceCartesianCSA 1-, 2-, or 3-dimensional coordinate system.interfaceCylindricalCSA 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.interfaceEllipsoidalCSA two- or three-dimensional coordinate system in which position is specified by geodetic latitude, geodetic longitude, and (in the three-dimensional case) ellipsoidal height.interfaceLinearCSA one-dimensional coordinate system that consists of the points that lie on the single axis described.interfacePolarCSA 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.interfaceSphericalCSA three-dimensional coordinate system with one distance measured from the origin and two angular coordinates.interfaceTimeCSA 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.interfaceUserDefinedCSA two- or three-dimensional coordinate system that consists of any combination of coordinate axes not covered by any other Coordinate System type.interfaceVerticalCSA 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 CoordinateSystemCSAuthorityFactory. 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 MathTransformMathTransformFactory. 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 CoordinateSystemAbstractCRS. coordinateSystemThe coordinate system.Methods in org.geotools.referencing.crs that return CoordinateSystem Modifier and Type Method Description CoordinateSystemAbstractCRS. 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 classAbstractCSThe set of coordinate system axes that spans a given coordinate space.classDefaultAffineCSA two- or three-dimensional coordinate system with straight axes that are not necessarily orthogonal.classDefaultCartesianCSA 1-, 2-, or 3-dimensional coordinate system.classDefaultCompoundCSA coordinate system made of two or more independent coordinate systems.classDefaultCylindricalCSA 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.classDefaultEllipsoidalCSA two- or three-dimensional coordinate system in which position is specified by geodetic latitude, geodetic longitude, and (in the three-dimensional case) ellipsoidal height.classDefaultLinearCSA one-dimensional coordinate system that consists of the points that lie on the single axis described.classDefaultPolarCSA 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.classDefaultSphericalCSA three-dimensional coordinate system with one distance measured from the origin and two angular coordinates.classDefaultTimeCSA 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.classDefaultUserDefinedCSA two- or three-dimensional coordinate system that consists of any combination of coordinate axes not covered by any other Coordinate System type.classDefaultVerticalCSA 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 CoordinateSystemAbstractCS. 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 CoordinateSystemAbstractCS. standard(CoordinateSystem cs)Returns a coordinate system with "standard" axis order and units.static MatrixAbstractCS. 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 CoordinateSystemAbstractAuthorityFactory. createCoordinateSystem(String code)Returns an arbitrary coordinate system from a code.CoordinateSystemAbstractAuthorityMediator. createCoordinateSystem(String code)CoordinateSystemAbstractCachedAuthorityFactory. createCoordinateSystem(String code)CoordinateSystemAuthorityFactoryAdapter. createCoordinateSystem(String code)Returns an arbitrary coordinate system from a code.CoordinateSystemBufferedAuthorityFactory. createCoordinateSystem(String code)Returns an arbitrary coordinate system from a code.CoordinateSystemCachedAuthorityDecorator. createCoordinateSystem(String code)CoordinateSystemFallbackAuthorityFactory. createCoordinateSystem(String code)Returns an arbitrary coordinate system from a code.CoordinateSystemThreadedAuthorityFactory. createCoordinateSystem(String code)Returns an arbitrary coordinate system from a code.protected abstract CoordinateSystemAbstractCachedAuthorityFactory. generateCoordinateSystem(String code)protected CoordinateSystemTransformedAuthorityFactory. 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 DerivedCRSReferencingObjectFactory. createDerivedCRS(Map<String,?> properties, CoordinateReferenceSystem baseCRS, Conversion conversionFromBase, CoordinateSystem derivedCS)Creates a derived coordinate reference system from a conversion.EngineeringCRSReferencingObjectFactory. createEngineeringCRS(Map<String,?> properties, EngineeringDatum datum, CoordinateSystem cs)Creates a engineering coordinate reference system.protected CoordinateSystemTransformedAuthorityFactory. 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 CoordinateSystemDirectEpsgFactory. createCoordinateSystem(String code)Returns a coordinate system from a code.CoordinateSystemAbstractEpsgFactory. 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 MathTransformDefaultMathTransformFactory. createBaseToDerived(CoordinateReferenceSystem baseCRS, ParameterValueGroup parameters, CoordinateSystem derivedCS)Creates a parameterized transform from a base CRS to a derived CS.MathTransformDefaultMathTransformFactory. createBaseToDerived(CoordinateReferenceSystem baseCRS, MathTransform projection, CoordinateSystem derivedCS)Creates a transform from a base CRS to a derived CS.protected MatrixAbstractCoordinateOperationFactory. 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 intCRSUtilities. 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.
-