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