Uses of Class
org.apache.sis.referencing.crs.AbstractCRS
Packages that use AbstractCRS
Package
Description
JAXB adapters for referencing.
Coordinate Reference System (CRS) definitions as coordinate systems related to the earth through datum.
-
Uses of AbstractCRS in org.apache.sis.internal.jaxb.referencing
Methods in org.apache.sis.internal.jaxb.referencing that return AbstractCRSModifier and TypeMethodDescriptionSC_CRS.getElement()Invoked by JAXB at marshalling time for getting the actual element to write inside the<gml:AbstractCRS>XML element.SC_SingleCRS.getElement()Invoked by JAXB at marshalling time for getting the actual element to write inside the<gml:AbstractSingleCRS>XML element.Methods in org.apache.sis.internal.jaxb.referencing with parameters of type AbstractCRSModifier and TypeMethodDescriptionvoidSC_CRS.setElement(AbstractCRS crs) Invoked by JAXB at unmarshalling time for storing the result temporarily.voidSC_SingleCRS.setElement(AbstractCRS crs) Invoked by JAXB at unmarshalling time for storing the result temporarily. -
Uses of AbstractCRS in org.apache.sis.referencing.crs
Subclasses of AbstractCRS in org.apache.sis.referencing.crsModifier and TypeClassDescriptionclassA CRS describing the position of points through two or more independent coordinate reference systems.classA coordinate reference system that is defined by its coordinate conversion from another CRS (not by a datum).classA 1-, 2- or 3-dimensional contextually local coordinate reference system.classA 3-dimensional coordinate reference system with the origin at the approximate centre of mass of the earth.classA 2- or 3-dimensional coordinate reference system based on an ellipsoidal approximation of the geoid.classA 2-dimensional engineering coordinate reference system applied to locations in images.classA 1-dimensional coordinate reference system which uses parameter values or functions.classA 2-dimensional coordinate reference system used to approximate the shape of the earth on a planar surface.classA 1-dimensional coordinate reference system used for the recording of time.classA 1-dimensional coordinate reference system used for recording heights or depths.Methods in org.apache.sis.referencing.crs that return AbstractCRSModifier and TypeMethodDescriptionstatic AbstractCRSAbstractCRS.castOrCopy(org.opengis.referencing.crs.CoordinateReferenceSystem object) Returns a SIS coordinate reference system implementation with the values of the given arbitrary implementation.AbstractCRS.forConvention(AxesConvention convention) Returns a coordinate reference system equivalent to this one but with axes rearranged according the given convention.