Uses of Interface
org.geotools.api.referencing.cs.CartesianCS
-
Packages that use CartesianCS Package Description org.geotools.api.referencing.crs org.geotools.api.referencing.cs Coordinate systems and their axis.org.geotools.coverage.io.netcdf.crs 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.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. -
-
Uses of CartesianCS in org.geotools.api.referencing.crs
Methods in org.geotools.api.referencing.crs that return CartesianCS Modifier and Type Method Description CartesianCSProjectedCRS. getCoordinateSystem()Returns the coordinate system, which must be cartesian.Methods in org.geotools.api.referencing.crs with parameters of type CartesianCS Modifier and Type Method Description GeocentricCRSCRSFactory. createGeocentricCRS(Map<String,?> properties, GeodeticDatum datum, CartesianCS cs)Creates a geocentric coordinate reference system from a cartesian coordinate system.ProjectedCRSCRSFactory. 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 CartesianCS Modifier and Type Method Description CartesianCSCSAuthorityFactory. createCartesianCS(String code)Creates a cartesian coordinate system from a code.CartesianCSCSFactory. createCartesianCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1)Creates a two dimensional cartesian coordinate system from the given pair of axis.CartesianCSCSFactory. 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 CartesianCS Modifier and Type Method Description static ProjectedCRSProjectionBuilder. createProjectedCRS(Map<String,?> props, GeographicCRS baseCRS, DefiningConversion conversionFromBase, MathTransform transform, CartesianCS derivedCS)Build aProjectedCRSgiven the baseGeographicCRS, theDefiningConversioninstance from Base as well as theMathTransformfrom the base CRS to returned CRS. -
Uses of CartesianCS in org.geotools.referencing.crs
Methods in org.geotools.referencing.crs that return CartesianCS Modifier and Type Method Description CartesianCSDefaultProjectedCRS. getCoordinateSystem()Returns the coordinate system.Constructors in org.geotools.referencing.crs with parameters of type CartesianCS Constructor Description DefaultGeocentricCRS(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 CartesianCS Modifier and Type Class Description classDefaultCartesianCSA 1-, 2-, or 3-dimensional coordinate system.Constructors in org.geotools.referencing.cs with parameters of type CartesianCS Constructor Description DefaultCartesianCS(CartesianCS cs)Constructs 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 CartesianCS Modifier and Type Method Description CartesianCSAbstractAuthorityFactory. createCartesianCS(String code)Creates a cartesian coordinate system from a code.CartesianCSAbstractAuthorityMediator. createCartesianCS(String code)CartesianCSAbstractCachedAuthorityFactory. createCartesianCS(String code)Creates a cartesian coordinate system from a code.CartesianCSAuthorityFactoryAdapter. createCartesianCS(String code)Creates a cartesian coordinate system from a code.CartesianCSBufferedAuthorityFactory. createCartesianCS(String code)Returns a cartesian coordinate system from a code.CartesianCSCachedAuthorityDecorator. createCartesianCS(String code)CartesianCSFallbackAuthorityFactory. createCartesianCS(String code)Creates a cartesian coordinate system from a code.CartesianCSReferencingObjectFactory. createCartesianCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1)Creates a two dimensional cartesian coordinate system from the given pair of axis.CartesianCSReferencingObjectFactory. createCartesianCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2)Creates a three dimensional cartesian coordinate system from the given set of axis.CartesianCSThreadedAuthorityFactory. createCartesianCS(String code)Returns a cartesian coordinate system from a code.Methods in org.geotools.referencing.factory with parameters of type CartesianCS Modifier and Type Method Description GeocentricCRSReferencingObjectFactory. createGeocentricCRS(Map<String,?> properties, GeodeticDatum datum, CartesianCS cs)Creates a geocentric coordinate reference system from a cartesian coordinate system.ProjectedCRSReferencingObjectFactory. createProjectedCRS(Map<String,?> properties, GeographicCRS baseCRS, Conversion conversionFromBase, CartesianCS derivedCS)Creates a projected coordinate reference system from a conversion.ProjectedCRSReferencingObjectFactory. 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 CartesianCS Modifier and Type Method Description Class<? 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.
-