Uses of Interface
org.opengis.referencing.cs.PolarCS
Packages that use PolarCS
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 PolarCS in org.apache.sis.referencing.cs
Classes in org.apache.sis.referencing.cs that implement PolarCSModifier and TypeClassDescriptionclassA 2-dimensional coordinate system for coordinates represented by a distance from the origin and an angle from a fixed direction.Methods in org.apache.sis.referencing.cs that return types with arguments of type PolarCSModifier and TypeMethodDescriptionDefaultPolarCS.getInterface()Returns the GeoAPI interface implemented by this class.Methods in org.apache.sis.referencing.cs with parameters of type PolarCSModifier and TypeMethodDescriptionstatic DefaultPolarCSDefaultPolarCS.castOrCopy(PolarCS 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 PolarCSModifierConstructorDescriptionprotectedDefaultPolarCS(PolarCS original) Creates a new coordinate system with the same values as the specified one. -
Uses of PolarCS in org.apache.sis.referencing.factory
Methods in org.apache.sis.referencing.factory that return PolarCSModifier and TypeMethodDescriptionConcurrentAuthorityFactory.createPolarCS(String code) Returns a 2-dimensional coordinate system for coordinates represented by a distance from the origin and an angle from a fixed direction.GeodeticAuthorityFactory.createPolarCS(String code) Creates a 2-dimensional coordinate system for coordinates represented by a distance from the origin and an angle from a fixed direction.GeodeticObjectFactory.createPolarCS(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1) Creates a polar coordinate system from the given pair of axis.MultiAuthoritiesFactory.createPolarCS(String code) Creates a 2-dimensional coordinate system for coordinates represented by a distance from the origin and an angle from a fixed direction. -
Uses of PolarCS in org.opengis.referencing.cs
Methods in org.opengis.referencing.cs that return PolarCSModifier and TypeMethodDescriptionCSAuthorityFactory.createPolarCS(String code) Creates a polar coordinate system from a code.CSFactory.createPolarCS(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1) Creates a polar coordinate system from the given pair of axis.