Uses of Class
org.apache.sis.referencing.crs.DefaultDerivedCRS
-
Packages that use DefaultDerivedCRS Package Description org.apache.sis.referencing.crs Coordinate Reference System (CRS) definitions as coordinate systems related to the earth through datum. -
-
Uses of DefaultDerivedCRS in org.apache.sis.referencing.crs
Methods in org.apache.sis.referencing.crs that return DefaultDerivedCRS Modifier and Type Method Description static DefaultDerivedCRS
DefaultDerivedCRS. castOrCopy(DerivedCRS object)
Returns a SIS coordinate reference system implementation with the same values than the given arbitrary implementation.static DefaultDerivedCRS
DefaultDerivedCRS. create(Map<String,?> properties, SingleCRS baseCRS, CoordinateReferenceSystem interpolationCRS, OperationMethod method, MathTransform baseToDerived, CoordinateSystem derivedCS)
Creates a derived CRS from a math transform and a type inferred from the given arguments.static DefaultDerivedCRS
DefaultDerivedCRS. create(Map<String,?> properties, SingleCRS baseCRS, Conversion conversion, CoordinateSystem derivedCS)
Creates a derived CRS from a defining conversion and a type inferred from the given arguments.DefaultDerivedCRS
DefaultDerivedCRS. forConvention(AxesConvention convention)
Returns a coordinate reference system equivalent to this one but with axes rearranged according the given convention.
-