Uses of Class
org.apache.sis.referencing.cs.DefaultSphericalCS
Packages that use DefaultSphericalCS
Package
Description
JAXB adapters for referencing.
Coordinate System (CS) definitions as the set of coordinate system axes that spans the coordinate space.
-
Uses of DefaultSphericalCS in org.apache.sis.internal.jaxb.referencing
Methods in org.apache.sis.internal.jaxb.referencing that return DefaultSphericalCSModifier and TypeMethodDescriptionCS_SphericalCS.getElement()
Invoked by JAXB at marshalling time for getting the actual element to write inside the<gml:SphericalCS>
XML element.Methods in org.apache.sis.internal.jaxb.referencing with parameters of type DefaultSphericalCSModifier and TypeMethodDescriptionvoid
CS_SphericalCS.setElement
(DefaultSphericalCS cs) Invoked by JAXB at unmarshalling time for storing the result temporarily. -
Uses of DefaultSphericalCS in org.apache.sis.referencing.cs
Methods in org.apache.sis.referencing.cs that return DefaultSphericalCSModifier and TypeMethodDescriptionstatic DefaultSphericalCS
DefaultSphericalCS.castOrCopy
(org.opengis.referencing.cs.SphericalCS object) Returns a SIS coordinate system implementation with the same values than the given arbitrary implementation.DefaultSphericalCS.forConvention
(AxesConvention convention) Returns a coordinate system equivalent to this one but with axes rearranged according the given convention.