Class DefaultDerivedCRS.Temporal

All Implemented Interfaces:
Serializable, Formattable, Deprecable, LenientComparable, org.opengis.referencing.crs.CoordinateReferenceSystem, org.opengis.referencing.crs.DerivedCRS, org.opengis.referencing.crs.GeneralDerivedCRS, org.opengis.referencing.crs.SingleCRS, org.opengis.referencing.crs.TemporalCRS, org.opengis.referencing.IdentifiedObject, org.opengis.referencing.ReferenceSystem
Enclosing class:
DefaultDerivedCRS

private static final class DefaultDerivedCRS.Temporal extends DefaultDerivedCRS implements org.opengis.referencing.crs.TemporalCRS
A derived temporal CRS.
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      For cross-version compatibility.
      See Also:
  • Constructor Details

    • Temporal

      Temporal(org.opengis.referencing.crs.DerivedCRS other)
      Creates a copy of the given CRS.
    • Temporal

      Temporal(Map<String,?> properties, org.opengis.referencing.crs.TemporalCRS baseCRS, org.opengis.referencing.operation.Conversion conversion, org.opengis.referencing.cs.TimeCS derivedCS)
      Creates a new temporal CRS from the given properties.
    • Temporal

      Temporal(Map<String,?> properties, org.opengis.referencing.crs.TemporalCRS baseCRS, org.opengis.referencing.crs.CoordinateReferenceSystem interpolationCRS, org.opengis.referencing.operation.OperationMethod method, org.opengis.referencing.operation.MathTransform baseToDerived, org.opengis.referencing.cs.TimeCS derivedCS)
      Creates a new temporal CRS from the given properties.
  • Method Details

    • getDatum

      public org.opengis.referencing.datum.TemporalDatum getDatum()
      Returns the datum of the base temporal CRS.
      Specified by:
      getDatum in interface org.opengis.referencing.crs.SingleCRS
      Specified by:
      getDatum in interface org.opengis.referencing.crs.TemporalCRS
      Overrides:
      getDatum in class DefaultDerivedCRS
      Returns:
      the datum of the base CRS.
    • getCoordinateSystem

      public org.opengis.referencing.cs.TimeCS getCoordinateSystem()
      Returns the coordinate system given at construction time.
      Specified by:
      getCoordinateSystem in interface org.opengis.referencing.crs.CoordinateReferenceSystem
      Specified by:
      getCoordinateSystem in interface org.opengis.referencing.crs.SingleCRS
      Specified by:
      getCoordinateSystem in interface org.opengis.referencing.crs.TemporalCRS
      Overrides:
      getCoordinateSystem in class DefaultDerivedCRS
      Returns:
      the coordinate system.
    • createSameType

      AbstractCRS createSameType(Map<String,?> properties, org.opengis.referencing.cs.CoordinateSystem derivedCS)
      Returns a coordinate reference system of the same type than this CRS but with different axes.
      Overrides:
      createSameType in class DefaultDerivedCRS
    • keyword

      String keyword(Formatter formatter)
      Returns the WKT keyword for this derived CRS type.
      Overrides:
      keyword in class DefaultDerivedCRS
    • getType

      Returns the GML code for this derived CRS type.
      Overrides:
      getType in class DefaultDerivedCRS