Uses of Interface
org.opengis.referencing.cs.SphericalCS
Packages that use SphericalCS
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 SphericalCS in org.apache.sis.referencing.crs
Constructors in org.apache.sis.referencing.crs with parameters of type SphericalCSModifierConstructorDescriptionDefaultGeocentricCRS(Map<String, ?> properties, GeodeticDatum datum, DefaultDatumEnsemble<GeodeticDatum> ensemble, SphericalCS cs) Creates a coordinate reference system from the given properties, datum and coordinate system. -
Uses of SphericalCS in org.apache.sis.referencing.cs
Classes in org.apache.sis.referencing.cs that implement SphericalCSModifier and TypeClassDescriptionclassA 2- or 3-dimensional coordinate system with one distance measured from the origin and two angular coordinates.Methods in org.apache.sis.referencing.cs that return types with arguments of type SphericalCSModifier and TypeMethodDescriptionClass<? extends SphericalCS> DefaultSphericalCS.getInterface()Returns the GeoAPI interface implemented by this class.Methods in org.apache.sis.referencing.cs with parameters of type SphericalCSModifier and TypeMethodDescriptionstatic DefaultSphericalCSDefaultSphericalCS.castOrCopy(SphericalCS 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 SphericalCSModifierConstructorDescriptionprotectedDefaultSphericalCS(SphericalCS original) Creates a new coordinate system with the same values as the specified one. -
Uses of SphericalCS in org.apache.sis.referencing.factory
Methods in org.apache.sis.referencing.factory that return SphericalCSModifier and TypeMethodDescriptionConcurrentAuthorityFactory.createSphericalCS(String code) Returns a 3-dimensional coordinate system with one distance measured from the origin and two angular coordinates.GeodeticAuthorityFactory.createSphericalCS(String code) Creates a 3-dimensional coordinate system with one distance measured from the origin and two angular coordinates.GeodeticObjectFactory.createSphericalCS(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1) Creates a spherical coordinate system without radius.GeodeticObjectFactory.createSphericalCS(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2) Creates a spherical coordinate system from the given set of axis.MultiAuthoritiesFactory.createSphericalCS(String code) Creates a 3-dimensional coordinate system with one distance measured from the origin and two angular coordinates.Methods in org.apache.sis.referencing.factory with parameters of type SphericalCSModifier and TypeMethodDescriptionGeodeticObjectFactory.createGeocentricCRS(Map<String, ?> properties, GeodeticDatum datum, SphericalCS cs) Deprecated.ISO 19111:2019 does not define an explicit class for geocentric CRS.GeodeticObjectFactory.createGeodeticCRS(Map<String, ?> properties, GeodeticDatum datum, DefaultDatumEnsemble<GeodeticDatum> ensemble, SphericalCS cs) Creates a geocentric coordinate reference system from a spherical coordinate system. -
Uses of SphericalCS in org.opengis.referencing.crs
Methods in org.opengis.referencing.crs with parameters of type SphericalCSModifier and TypeMethodDescriptionCRSFactory.createGeocentricCRS(Map<String, ?> properties, GeodeticDatum datum, SphericalCS cs) Creates a geocentric coordinate reference system from a spherical coordinate system. -
Uses of SphericalCS in org.opengis.referencing.cs
Methods in org.opengis.referencing.cs that return SphericalCSModifier and TypeMethodDescriptionCSAuthorityFactory.createSphericalCS(String code) Creates a spherical coordinate system from a code.CSFactory.createSphericalCS(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2) Creates a spherical coordinate system from the given set of axis.