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 TypeClassDescription(package private) classAbstractDerivedCRS<C extends org.opengis.referencing.operation.Conversion>A coordinate reference system that is defined by its coordinate conversion from another CRS (not by a datum).classA 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).private static final classAn derived engineering CRS.private static final classA derived geodetic CRS.private static final classA derived parametric CRS.private static final classA derived temporal CRS.private static final classA derived vertical CRS.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.(package private) classA 2- or 3-dimensional coordinate reference system based on a geodetic datum.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.Fields in org.apache.sis.referencing.crs with type parameters of type AbstractCRSModifier and TypeFieldDescriptionprivate Map<AxesConvention,AbstractCRS> AbstractCRS.forConventionOther coordinate reference systems computed from this CRS by the application of an axes convention.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.(package private) static AbstractCRSSubTypes.castOrCopy(org.opengis.referencing.crs.CoordinateReferenceSystem object) Returns a SIS implementation for the given coordinate reference system.(package private) AbstractCRSAbstractCRS.createSameType(Map<String, ?> properties, org.opengis.referencing.cs.CoordinateSystem cs) Returns a coordinate reference system of the same type than this CRS but with different axes.(package private) final AbstractCRSDefaultCompoundCRS.createSameType(Map<String, ?> properties, org.opengis.referencing.cs.CoordinateSystem cs) Should never be invoked since we overrideforConvention(AxesConvention).(package private) AbstractCRSDefaultDerivedCRS.createSameType(Map<String, ?> properties, org.opengis.referencing.cs.CoordinateSystem derivedCS) Returns a coordinate reference system of the same type than this CRS but with different axes.(package private) AbstractCRSDefaultDerivedCRS.Engineering.createSameType(Map<String, ?> properties, org.opengis.referencing.cs.CoordinateSystem derivedCS) Returns a coordinate reference system of the same type than this CRS but with different axes.(package private) AbstractCRSDefaultDerivedCRS.Geodetic.createSameType(Map<String, ?> properties, org.opengis.referencing.cs.CoordinateSystem derivedCS) Returns a coordinate reference system of the same type than this CRS but with different axes.(package private) AbstractCRSDefaultDerivedCRS.Parametric.createSameType(Map<String, ?> properties, org.opengis.referencing.cs.CoordinateSystem derivedCS) Returns a coordinate reference system of the same type than this CRS but with different axes.(package private) AbstractCRSDefaultDerivedCRS.Temporal.createSameType(Map<String, ?> properties, org.opengis.referencing.cs.CoordinateSystem derivedCS) Returns a coordinate reference system of the same type than this CRS but with different axes.(package private) AbstractCRSDefaultDerivedCRS.Vertical.createSameType(Map<String, ?> properties, org.opengis.referencing.cs.CoordinateSystem derivedCS) Returns a coordinate reference system of the same type than this CRS but with different axes.(package private) final AbstractCRSDefaultEngineeringCRS.createSameType(Map<String, ?> properties, org.opengis.referencing.cs.CoordinateSystem cs) Returns a coordinate reference system of the same type than this CRS but with different axes.(package private) final AbstractCRSDefaultGeocentricCRS.createSameType(Map<String, ?> properties, org.opengis.referencing.cs.CoordinateSystem cs) Returns a coordinate reference system of the same type than this CRS but with different axes.(package private) AbstractCRSDefaultGeodeticCRS.createSameType(Map<String, ?> properties, org.opengis.referencing.cs.CoordinateSystem cs) Returns a coordinate reference system of the same type than this CRS but with different axes.(package private) final AbstractCRSDefaultGeographicCRS.createSameType(Map<String, ?> properties, org.opengis.referencing.cs.CoordinateSystem cs) Returns a coordinate reference system of the same type than this CRS but with different axes.(package private) final AbstractCRSDefaultImageCRS.createSameType(Map<String, ?> properties, org.opengis.referencing.cs.CoordinateSystem cs) Returns a coordinate reference system of the same type than this CRS but with different axes.(package private) final AbstractCRSDefaultParametricCRS.createSameType(Map<String, ?> properties, org.opengis.referencing.cs.CoordinateSystem cs) Returns a coordinate reference system of the same type than this CRS but with different axes.(package private) final AbstractCRSDefaultProjectedCRS.createSameType(Map<String, ?> properties, org.opengis.referencing.cs.CoordinateSystem cs) Returns a coordinate reference system of the same type than this CRS but with different axes.(package private) final AbstractCRSDefaultTemporalCRS.createSameType(Map<String, ?> properties, org.opengis.referencing.cs.CoordinateSystem cs) Returns a coordinate reference system of the same type than this CRS but with different axes.(package private) final AbstractCRSDefaultVerticalCRS.createSameType(Map<String, ?> properties, org.opengis.referencing.cs.CoordinateSystem cs) Returns a coordinate reference system of the same type than this CRS but with different axes.AbstractCRS.forConvention(AxesConvention convention) Returns a coordinate reference system equivalent to this one but with axes rearranged according the given convention.(package private) final AbstractCRSAbstractCRS.getCached(AxesConvention convention) Returns the existing CRS for the given convention, ornullif none.(package private) final AbstractCRSAbstractCRS.setCached(AxesConvention convention, AbstractCRS crs) Sets the CRS for the given axes convention.Methods in org.apache.sis.referencing.crs with parameters of type AbstractCRSModifier and TypeMethodDescription(package private) final AbstractCRSAbstractCRS.setCached(AxesConvention convention, AbstractCRS crs) Sets the CRS for the given axes convention.