Uses of Class
org.apache.sis.referencing.cs.DefaultCoordinateSystemAxis
Packages that use DefaultCoordinateSystemAxis
Package
Description
JAXB adapters for referencing.
Coordinate System (CS) definitions as the set of coordinate system axes that spans the coordinate space.
-
Uses of DefaultCoordinateSystemAxis in org.apache.sis.internal.jaxb.referencing
Methods in org.apache.sis.internal.jaxb.referencing that return DefaultCoordinateSystemAxisModifier and TypeMethodDescriptionCS_CoordinateSystemAxis.getElement()Invoked by JAXB at marshalling time for getting the actual element to write inside the<gml:CoordinateSystemAxis>XML element.Methods in org.apache.sis.internal.jaxb.referencing with parameters of type DefaultCoordinateSystemAxisModifier and TypeMethodDescriptionvoidCS_CoordinateSystemAxis.setElement(DefaultCoordinateSystemAxis axis) Invoked by JAXB at unmarshalling time for storing the result temporarily. -
Uses of DefaultCoordinateSystemAxis in org.apache.sis.referencing.cs
Methods in org.apache.sis.referencing.cs that return DefaultCoordinateSystemAxisModifier and TypeMethodDescriptionstatic DefaultCoordinateSystemAxisDefaultCoordinateSystemAxis.castOrCopy(org.opengis.referencing.cs.CoordinateSystemAxis object) Returns a SIS axis implementation with the same values than the given arbitrary implementation.Methods in org.apache.sis.referencing.cs with parameters of type DefaultCoordinateSystemAxisModifier and TypeMethodDescription(package private) static DefaultCoordinateSystemAxis.OrderDefaultCoordinateSystemAxis.Order.create(org.opengis.referencing.cs.CoordinateSystem cs, DefaultCoordinateSystemAxis axis) Creates a newORDER[…]element for the given axis in the given coordinate system.