Uses of Interface
org.opengis.referencing.cs.CylindricalCS
Packages that use CylindricalCS
Package
Description
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 CylindricalCS in org.apache.sis.referencing.cs
Classes in org.apache.sis.referencing.cs that implement CylindricalCSModifier and TypeClassDescriptionclassA 3-dimensional coordinate system made of a polar coordinate system extended by a straight perpendicular axis.Methods in org.apache.sis.referencing.cs that return types with arguments of type CylindricalCSModifier and TypeMethodDescriptionClass<? extends CylindricalCS> DefaultCylindricalCS.getInterface()Returns the GeoAPI interface implemented by this class.Methods in org.apache.sis.referencing.cs with parameters of type CylindricalCSModifier and TypeMethodDescriptionstatic DefaultCylindricalCSDefaultCylindricalCS.castOrCopy(CylindricalCS 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 CylindricalCSModifierConstructorDescriptionprotectedDefaultCylindricalCS(CylindricalCS original) Creates a new coordinate system with the same values as the specified one. -
Uses of CylindricalCS in org.apache.sis.referencing.factory
Methods in org.apache.sis.referencing.factory that return CylindricalCSModifier and TypeMethodDescriptionConcurrentAuthorityFactory.createCylindricalCS(String code) Returns a 3-dimensional coordinate system made of a polar coordinate system extended by a straight perpendicular axis.GeodeticAuthorityFactory.createCylindricalCS(String code) Creates a 3-dimensional coordinate system made of a polar coordinate system extended by a straight perpendicular axis.GeodeticObjectFactory.createCylindricalCS(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2) Creates a cylindrical coordinate system from the given set of axis.MultiAuthoritiesFactory.createCylindricalCS(String code) Creates a 3-dimensional coordinate system made of a polar coordinate system extended by a straight perpendicular axis. -
Uses of CylindricalCS in org.opengis.referencing.cs
Methods in org.opengis.referencing.cs that return CylindricalCSModifier and TypeMethodDescriptionCSAuthorityFactory.createCylindricalCS(String code) Creates a cylindrical coordinate system from a code.CSFactory.createCylindricalCS(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2) Creates a cylindrical coordinate system from the given set of axis.