Uses of Interface
org.opengis.referencing.cs.TimeCS
- 
Packages that use TimeCS Package Description org.opengis.referencing.crs org.opengis.referencing.cs Coordinate systems and their axis. - 
- 
Uses of TimeCS in org.opengis.referencing.crs
Methods in org.opengis.referencing.crs that return TimeCS Modifier and Type Method Description TimeCSTemporalCRS. getCoordinateSystem()Returns the coordinate system, which shall be temporal.Methods in org.opengis.referencing.crs with parameters of type TimeCS Modifier and Type Method Description TemporalCRSCRSFactory. 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 TimeCS Modifier and Type Method Description TimeCSCSAuthorityFactory. createTimeCS(String code)Returns a temporal coordinate system from a code.TimeCSCSFactory. createTimeCS(Map<String,?> properties, CoordinateSystemAxis axis)Creates a time coordinate system. 
 -