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