Uses of Interface
org.opengis.referencing.crs.CompoundCRS
Packages that use CompoundCRS
Package
Description
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 CompoundCRS in org.apache.sis.referencing.crs
Classes in org.apache.sis.referencing.crs that implement CompoundCRSModifier and TypeClassDescriptionclassA CRS describing the position of points through two or more independent coordinate reference systems.Methods in org.apache.sis.referencing.crs that return types with arguments of type CompoundCRSModifier and TypeMethodDescriptionClass<? extends CompoundCRS> DefaultCompoundCRS.getInterface()Returns the GeoAPI interface implemented by this class.Methods in org.apache.sis.referencing.crs with parameters of type CompoundCRSModifier and TypeMethodDescriptionstatic DefaultCompoundCRSDefaultCompoundCRS.castOrCopy(CompoundCRS object) Returns a SIS CRS implementation with the same values as the given arbitrary implementation.Constructors in org.apache.sis.referencing.crs with parameters of type CompoundCRSModifierConstructorDescriptionprotectedConstructs a new coordinate reference system with the same values as the specified one. -
Uses of CompoundCRS in org.apache.sis.referencing.factory
Methods in org.apache.sis.referencing.factory that return CompoundCRSModifier and TypeMethodDescriptionConcurrentAuthorityFactory.createCompoundCRS(String code) Returns a CRS describing the position of points through two or more independent coordinate reference systems.GeodeticAuthorityFactory.createCompoundCRS(String code) Creates a CRS describing the position of points through two or more independent coordinate reference systems.GeodeticObjectFactory.createCompoundCRS(Map<String, ?> properties, CoordinateReferenceSystem... components) Creates a compound coordinate reference system from an ordered list of CRS components.MultiAuthoritiesFactory.createCompoundCRS(String code) Creates a CRS describing the position of points through two or more independent coordinate reference systems. -
Uses of CompoundCRS in org.opengis.referencing.crs
Methods in org.opengis.referencing.crs that return CompoundCRSModifier and TypeMethodDescriptionCRSAuthorityFactory.createCompoundCRS(String code) Creates a 3D coordinate reference system from a code.CRSFactory.createCompoundCRS(Map<String, ?> properties, CoordinateReferenceSystem... elements) Creates a compound coordinate reference system from an ordered list ofCoordinateReferenceSystemobjects.