Uses of Interface
org.opengis.referencing.crs.DerivedCRS
Packages that use DerivedCRS
Package
Description
A coverage backed by a regular grid.
Coordinate Reference System (CRS) definitions as coordinate systems related to the earth through datum.
Creates Coordinate Reference System (CRS) objects from given properties or authority codes.
-
Uses of DerivedCRS in org.apache.sis.coverage.grid
Methods in org.apache.sis.coverage.grid that return DerivedCRSModifier and TypeMethodDescriptionGridGeometry.createImageCRS(String name, PixelInCell anchor) Creates a one-, two- or three-dimensional coordinate reference system for cell indices in the grid. -
Uses of DerivedCRS in org.apache.sis.referencing.crs
Classes in org.apache.sis.referencing.crs that implement DerivedCRSModifier and TypeClassDescriptionclassA coordinate reference system that is defined by its coordinate conversion from another CRS.Methods in org.apache.sis.referencing.crs that return types with arguments of type DerivedCRSModifier and TypeMethodDescriptionClass<? extends DerivedCRS> DefaultDerivedCRS.getInterface()Returns the GeoAPI interface implemented by this class.Methods in org.apache.sis.referencing.crs with parameters of type DerivedCRSModifier and TypeMethodDescriptionstatic DefaultDerivedCRSDefaultDerivedCRS.castOrCopy(DerivedCRS object) Returns a SIS coordinate reference system implementation with the same values as the given arbitrary implementation.Constructors in org.apache.sis.referencing.crs with parameters of type DerivedCRSModifierConstructorDescriptionprotectedConstructs a new coordinate reference system with the same values as the specified one. -
Uses of DerivedCRS in org.apache.sis.referencing.factory
Methods in org.apache.sis.referencing.factory that return DerivedCRSModifier and TypeMethodDescriptionConcurrentAuthorityFactory.createDerivedCRS(String code) Returns a CRS that is defined by its coordinate conversion from another CRS (not by a datum).GeodeticAuthorityFactory.createDerivedCRS(String code) Creates a CRS that is defined by its coordinate conversion from another CRS (not by a datum).GeodeticObjectFactory.createDerivedCRS(Map<String, ?> properties, CoordinateReferenceSystem baseCRS, Conversion baseToDerived, CoordinateSystem derivedCS) Creates a derived coordinate reference system from a conversion.MultiAuthoritiesFactory.createDerivedCRS(String code) Creates a CRS that is defined by its coordinate conversion from another CRS (not by a datum). -
Uses of DerivedCRS in org.opengis.referencing.crs
Methods in org.opengis.referencing.crs that return DerivedCRSModifier and TypeMethodDescriptionCRSAuthorityFactory.createDerivedCRS(String code) Creates a derived coordinate reference system from a code.CRSFactory.createDerivedCRS(Map<String, ?> properties, CoordinateReferenceSystem baseCRS, Conversion conversionFromBase, CoordinateSystem derivedCS) Creates a derived coordinate reference system.