Uses of Interface
org.opengis.referencing.cs.TimeCS
Packages that use TimeCS
Package
Description
Coordinate Reference System (CRS) definitions as coordinate systems related to the earth through datum.
Coordinate System (CS) definitions as the set of coordinate system axes that spans the coordinate space.
Creates Coordinate Reference System (CRS) objects from given properties or authority codes.
Coordinate systems and their
axis.
-
Uses of TimeCS in org.apache.sis.referencing.crs
Methods in org.apache.sis.referencing.crs that return TimeCSModifier and TypeMethodDescriptionDefaultTemporalCRS.getCoordinateSystem()Returns the coordinate system.Constructors in org.apache.sis.referencing.crs with parameters of type TimeCSModifierConstructorDescriptionDefaultTemporalCRS(Map<String, ?> properties, TemporalDatum datum, DefaultDatumEnsemble<TemporalDatum> ensemble, TimeCS cs) Creates a coordinate reference system from the given properties, datum and coordinate system. -
Uses of TimeCS in org.apache.sis.referencing.cs
Classes in org.apache.sis.referencing.cs that implement TimeCSModifier and TypeClassDescriptionclassA 1-dimensional coordinate system for time elapsed in the specified time units from a specified time origin.Methods in org.apache.sis.referencing.cs that return types with arguments of type TimeCSModifier and TypeMethodDescriptionDefaultTimeCS.getInterface()Returns the GeoAPI interface implemented by this class.Methods in org.apache.sis.referencing.cs with parameters of type TimeCSModifier and TypeMethodDescriptionstatic DefaultTimeCSDefaultTimeCS.castOrCopy(TimeCS object) Returns a SIS coordinate system implementation with the same values as the given arbitrary implementation.Constructors in org.apache.sis.referencing.cs with parameters of type TimeCSModifierConstructorDescriptionprotectedDefaultTimeCS(TimeCS original) Creates a new coordinate system with the same values as the specified one. -
Uses of TimeCS in org.apache.sis.referencing.factory
Methods in org.apache.sis.referencing.factory that return TimeCSModifier and TypeMethodDescriptionConcurrentAuthorityFactory.createTimeCS(String code) Returns a 1-dimensional coordinate system for heights or depths of points.GeodeticAuthorityFactory.createTimeCS(String code) Creates a 1-dimensional coordinate system for time elapsed in the specified time units from a specified time origin.GeodeticObjectFactory.createTimeCS(Map<String, ?> properties, CoordinateSystemAxis axis) Creates a temporal coordinate system.MultiAuthoritiesFactory.createTimeCS(String code) Creates a 1-dimensional coordinate system for heights or depths of points.Methods in org.apache.sis.referencing.factory with parameters of type TimeCSModifier and TypeMethodDescriptionGeodeticObjectFactory.createTemporalCRS(Map<String, ?> properties, TemporalDatum datum, DefaultDatumEnsemble<TemporalDatum> ensemble, TimeCS cs) Creates a temporal coordinate reference system.GeodeticObjectFactory.createTemporalCRS(Map<String, ?> properties, TemporalDatum datum, TimeCS cs) Creates a temporal CRS with a datum that may be a datum ensemble. -
Uses of TimeCS in org.opengis.referencing.crs
Methods in org.opengis.referencing.crs that return TimeCSModifier and TypeMethodDescriptionTemporalCRS.getCoordinateSystem()Returns the coordinate system, which must be temporal.Methods in org.opengis.referencing.crs with parameters of type TimeCSModifier and TypeMethodDescriptionCRSFactory.createTemporalCRS(Map<String, ?> properties, TemporalDatum datum, TimeCS cs) Creates a temporal coordinate reference system. -
Uses of TimeCS in org.opengis.referencing.cs
Methods in org.opengis.referencing.cs that return TimeCSModifier and TypeMethodDescriptionCSAuthorityFactory.createTimeCS(String code) Creates a temporal coordinate system from a code.CSFactory.createTimeCS(Map<String, ?> properties, CoordinateSystemAxis axis) Creates a time coordinate system.