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

    Modifier and Type
    Method
    Description
    SC_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 AbstractCRS
    Modifier and Type
    Method
    Description
    void
    SC_CRS.setElement(AbstractCRS crs)
    Invoked by JAXB at unmarshalling time for storing the result temporarily.
    void
    SC_SingleCRS.setElement(AbstractCRS crs)
    Invoked by JAXB at unmarshalling time for storing the result temporarily.
  • Uses of AbstractCRS in org.apache.sis.referencing.crs

    Modifier and Type
    Class
    Description
    (package private) class 
    AbstractDerivedCRS<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).
    class 
    A CRS describing the position of points through two or more independent coordinate reference systems.
    class 
    A coordinate reference system that is defined by its coordinate conversion from another CRS (not by a datum).
    private static final class 
    An derived engineering CRS.
    private static final class 
    A derived geodetic CRS.
    private static final class 
    A derived parametric CRS.
    private static final class 
    A derived temporal CRS.
    private static final class 
    A derived vertical CRS.
    class 
    A 1-, 2- or 3-dimensional contextually local coordinate reference system.
    class 
    A 3-dimensional coordinate reference system with the origin at the approximate centre of mass of the earth.
    (package private) class 
    A 2- or 3-dimensional coordinate reference system based on a geodetic datum.
    class 
    A 2- or 3-dimensional coordinate reference system based on an ellipsoidal approximation of the geoid.
    class 
    A 2-dimensional engineering coordinate reference system applied to locations in images.
    class 
    A 1-dimensional coordinate reference system which uses parameter values or functions.
    class 
    A 2-dimensional coordinate reference system used to approximate the shape of the earth on a planar surface.
    class 
    A 1-dimensional coordinate reference system used for the recording of time.
    class 
    A 1-dimensional coordinate reference system used for recording heights or depths.
    Fields in org.apache.sis.referencing.crs with type parameters of type AbstractCRS
    Modifier and Type
    Field
    Description
    AbstractCRS.forConvention
    Other coordinate reference systems computed from this CRS by the application of an axes convention.
    Modifier and Type
    Method
    Description
    AbstractCRS.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 AbstractCRS
    SubTypes.castOrCopy(org.opengis.referencing.crs.CoordinateReferenceSystem object)
    Returns a SIS implementation for the given coordinate reference system.
    (package private) AbstractCRS
    AbstractCRS.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 AbstractCRS
    DefaultCompoundCRS.createSameType(Map<String,?> properties, org.opengis.referencing.cs.CoordinateSystem cs)
    Should never be invoked since we override forConvention(AxesConvention).
    (package private) AbstractCRS
    DefaultDerivedCRS.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) AbstractCRS
    DefaultDerivedCRS.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) AbstractCRS
    DefaultDerivedCRS.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) AbstractCRS
    DefaultDerivedCRS.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) AbstractCRS
    DefaultDerivedCRS.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) AbstractCRS
    DefaultDerivedCRS.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 AbstractCRS
    DefaultEngineeringCRS.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 AbstractCRS
    DefaultGeocentricCRS.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) AbstractCRS
    DefaultGeodeticCRS.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 AbstractCRS
    DefaultGeographicCRS.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 AbstractCRS
    DefaultImageCRS.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 AbstractCRS
    DefaultParametricCRS.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 AbstractCRS
    DefaultProjectedCRS.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 AbstractCRS
    DefaultTemporalCRS.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 AbstractCRS
    DefaultVerticalCRS.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 AbstractCRS
    AbstractCRS.getCached(AxesConvention convention)
    Returns the existing CRS for the given convention, or null if none.
    (package private) final AbstractCRS
    AbstractCRS.setCached(AxesConvention convention, AbstractCRS crs)
    Sets the CRS for the given axes convention.
    Methods in org.apache.sis.referencing.crs with parameters of type AbstractCRS
    Modifier and Type
    Method
    Description
    (package private) final AbstractCRS
    AbstractCRS.setCached(AxesConvention convention, AbstractCRS crs)
    Sets the CRS for the given axes convention.