Uses of Interface
org.geotools.api.referencing.cs.CartesianCS
Packages that use CartesianCS
Package
Description
Coordinate systems and their
axis.
Coordinate reference systems implementation.
Coordinate systems implementation.
Base classes for factories and
authority factories.
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 CartesianCS in org.geotools.api.referencing.crs
Methods in org.geotools.api.referencing.crs that return CartesianCSModifier and TypeMethodDescriptionProjectedCRS.getCoordinateSystem()
Returns the coordinate system, which must be cartesian.Methods in org.geotools.api.referencing.crs with parameters of type CartesianCSModifier and TypeMethodDescriptionCRSFactory.createGeocentricCRS
(Map<String, ?> properties, GeodeticDatum datum, CartesianCS cs) Creates a geocentric coordinate reference system from a cartesian coordinate system.CRSFactory.createProjectedCRS
(Map<String, ?> properties, GeographicCRS baseCRS, Conversion conversionFromBase, CartesianCS derivedCS) Creates a projected coordinate reference system from a defining conversion. -
Uses of CartesianCS in org.geotools.api.referencing.cs
Methods in org.geotools.api.referencing.cs that return CartesianCSModifier and TypeMethodDescriptionCSAuthorityFactory.createCartesianCS
(String code) Creates a cartesian coordinate system from a code.CSFactory.createCartesianCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1) Creates a two dimensional cartesian coordinate system from the given pair of axis.CSFactory.createCartesianCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2) Creates a three dimensional cartesian coordinate system from the given set of axis. -
Uses of CartesianCS in org.geotools.coverage.io.netcdf.crs
Methods in org.geotools.coverage.io.netcdf.crs with parameters of type CartesianCSModifier and TypeMethodDescriptionstatic ProjectedCRS
ProjectionBuilder.createProjectedCRS
(Map<String, ?> props, GeographicCRS baseCRS, DefiningConversion conversionFromBase, MathTransform transform, CartesianCS derivedCS) Build aProjectedCRS
given the baseGeographicCRS
, theDefiningConversion
instance from Base as well as theMathTransform
from the base CRS to returned CRS. -
Uses of CartesianCS in org.geotools.referencing.crs
Methods in org.geotools.referencing.crs that return CartesianCSModifier and TypeMethodDescriptionDefaultProjectedCRS.getCoordinateSystem()
Returns the coordinate system.Constructors in org.geotools.referencing.crs with parameters of type CartesianCSModifierConstructorDescriptionDefaultGeocentricCRS
(String name, GeodeticDatum datum, CartesianCS cs) Constructs a geocentric CRS from a name.DefaultGeocentricCRS
(Map<String, ?> properties, GeodeticDatum datum, CartesianCS cs) Constructs a geographic CRS from a set of properties.DefaultProjectedCRS
(String name, GeographicCRS base, MathTransform baseToDerived, CartesianCS derivedCS) Constructs a projected CRS from a name.DefaultProjectedCRS
(Map<String, ?> properties, Conversion conversionFromBase, GeographicCRS base, MathTransform baseToDerived, CartesianCS derivedCS) Constructs a projected CRS from a defining conversion.DefaultProjectedCRS
(Map<String, Object> properties, GeographicCRS base, MathTransform baseToDerived, CartesianCS derivedCS) Constructs a projected CRS from a set of properties.DefaultProjectedCRS
(Map<String, Object> properties, OperationMethod method, GeographicCRS base, MathTransform baseToDerived, CartesianCS derivedCS) Constructs a projected CRS from a set of properties. -
Uses of CartesianCS in org.geotools.referencing.cs
Classes in org.geotools.referencing.cs that implement CartesianCSModifier and TypeClassDescriptionclass
A 1-, 2-, or 3-dimensional coordinate system.Constructors in org.geotools.referencing.cs with parameters of type CartesianCSModifierConstructorDescriptionConstructs a new coordinate system with the same values than the specified one. -
Uses of CartesianCS in org.geotools.referencing.factory
Methods in org.geotools.referencing.factory that return CartesianCSModifier and TypeMethodDescriptionAbstractAuthorityFactory.createCartesianCS
(String code) Creates a cartesian coordinate system from a code.AbstractAuthorityMediator.createCartesianCS
(String code) AbstractCachedAuthorityFactory.createCartesianCS
(String code) Creates a cartesian coordinate system from a code.AuthorityFactoryAdapter.createCartesianCS
(String code) Creates a cartesian coordinate system from a code.BufferedAuthorityFactory.createCartesianCS
(String code) Returns a cartesian coordinate system from a code.CachedAuthorityDecorator.createCartesianCS
(String code) FallbackAuthorityFactory.createCartesianCS
(String code) Creates a cartesian coordinate system from a code.ReferencingObjectFactory.createCartesianCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1) Creates a two dimensional cartesian coordinate system from the given pair of axis.ReferencingObjectFactory.createCartesianCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2) Creates a three dimensional cartesian coordinate system from the given set of axis.ThreadedAuthorityFactory.createCartesianCS
(String code) Returns a cartesian coordinate system from a code.Methods in org.geotools.referencing.factory with parameters of type CartesianCSModifier and TypeMethodDescriptionReferencingObjectFactory.createGeocentricCRS
(Map<String, ?> properties, GeodeticDatum datum, CartesianCS cs) Creates a geocentric coordinate reference system from a cartesian coordinate system.ReferencingObjectFactory.createProjectedCRS
(Map<String, ?> properties, GeographicCRS baseCRS, Conversion conversionFromBase, CartesianCS derivedCS) Creates a projected coordinate reference system from a conversion.ReferencingObjectFactory.createProjectedCRS
(Map<String, Object> properties, OperationMethod method, GeographicCRS base, MathTransform baseToDerived, CartesianCS derivedCS) Creates a projected coordinate reference system from a transform. -
Uses of CartesianCS in org.geotools.referencing.operation.builder
Methods in org.geotools.referencing.operation.builder that return types with arguments of type CartesianCSModifier and TypeMethodDescriptionClass<? extends CartesianCS>
BursaWolfTransformBuilder.getCoordinateSystemType()
Returns the required coordinate system type, which is cartesian CS.Class<? extends CartesianCS>
ProjectiveTransformBuilder.getCoordinateSystemType()
Returns the required coordinate system type, which is cartesian CS.