Uses of Interface
org.opengis.referencing.cs.CartesianCS
Packages that use CartesianCS
Package
Description
Coordinate Reference System (CRS) definitions as coordinate systems related to the earth through datum.
Coordinate System (CS) definitions as the set of coordinate system axes that spans the coordinate space.
Creates Coordinate Reference System (CRS) objects from given properties or authority codes.
Coordinate systems and their
axis.
-
Uses of CartesianCS in org.apache.sis.referencing.crs
Methods in org.apache.sis.referencing.crs that return CartesianCSModifier and TypeMethodDescriptionfinal CartesianCSDefaultProjectedCRS.getCoordinateSystem()Returns the coordinate system.Constructors in org.apache.sis.referencing.crs with parameters of type CartesianCSModifierConstructorDescriptionDefaultGeocentricCRS(Map<String, ?> properties, GeodeticDatum datum, DefaultDatumEnsemble<GeodeticDatum> ensemble, CartesianCS cs) Creates a coordinate reference system from the given properties, datum and coordinate system.DefaultProjectedCRS(Map<String, ?> properties, GeographicCRS baseCRS, Conversion baseToDerived, CartesianCS derivedCS) Creates a projected CRS from a defining conversion. -
Uses of CartesianCS in org.apache.sis.referencing.cs
Classes in org.apache.sis.referencing.cs that implement CartesianCSModifier and TypeClassDescriptionclassA 2- or 3-dimensional Cartesian coordinate system made of straight orthogonal axes.Methods in org.apache.sis.referencing.cs that return types with arguments of type CartesianCSModifier and TypeMethodDescriptionClass<? extends CartesianCS> DefaultCartesianCS.getInterface()Returns the GeoAPI interface implemented by this class.Methods in org.apache.sis.referencing.cs with parameters of type CartesianCSModifier and TypeMethodDescriptionstatic DefaultCartesianCSDefaultCartesianCS.castOrCopy(CartesianCS object) Returns a SIS coordinate system implementation with the same values as the given arbitrary implementation.Constructors in org.apache.sis.referencing.cs with parameters of type CartesianCSModifierConstructorDescriptionprotectedDefaultCartesianCS(CartesianCS original) Creates a new coordinate system with the same values as the specified one. -
Uses of CartesianCS in org.apache.sis.referencing.factory
Methods in org.apache.sis.referencing.factory that return CartesianCSModifier and TypeMethodDescriptionConcurrentAuthorityFactory.createCartesianCS(String code) Returns a 2- or 3-dimensional Cartesian coordinate system made of straight orthogonal axes.GeodeticAuthorityFactory.createCartesianCS(String code) Creates a 2- or 3-dimensional Cartesian coordinate system made of straight orthogonal axes.GeodeticObjectFactory.createCartesianCS(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1) Creates a two-dimensional Cartesian coordinate system from the given pair of axis.GeodeticObjectFactory.createCartesianCS(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2) Creates a three-dimensional Cartesian coordinate system from the given set of axis.MultiAuthoritiesFactory.createCartesianCS(String code) Creates a 2- or 3-dimensional Cartesian coordinate system made of straight orthogonal axes.Methods in org.apache.sis.referencing.factory with parameters of type CartesianCSModifier and TypeMethodDescriptionGeodeticObjectFactory.createGeocentricCRS(Map<String, ?> properties, GeodeticDatum datum, CartesianCS cs) Creates a geocentric coordinate reference system from a Cartesian coordinate system.GeodeticObjectFactory.createGeodeticCRS(Map<String, ?> properties, GeodeticDatum datum, DefaultDatumEnsemble<GeodeticDatum> ensemble, CartesianCS cs) Creates a geocentric coordinate reference system from a Cartesian coordinate system.GeodeticObjectFactory.createProjectedCRS(Map<String, ?> properties, GeographicCRS baseCRS, Conversion baseToDerived, CartesianCS derivedCS) Creates a projected coordinate reference system from a conversion. -
Uses of CartesianCS in org.opengis.referencing.crs
Methods in org.opengis.referencing.crs that return CartesianCSModifier and TypeMethodDescriptionProjectedCRS.getCoordinateSystem()Returns the coordinate system, which must be cartesian.Methods in org.opengis.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.opengis.referencing.cs
Methods in org.opengis.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.