Interface HasRefFrames

All Known Subinterfaces:
GeometryData, Matrix, Time, TimeOrRange, TimeRange, Vector
All Known Implementing Classes:
GeometryDataImpl, MatrixImpl, TimeImpl, TimeRangeImpl, VectorImpl

public interface HasRefFrames

Tagging interface for data components with local and reference frames

Since:
Nov 8, 2014
  • Method Details

    • getReferenceFrame

      String getReferenceFrame()
      Gets the referenceFrame property
    • isSetReferenceFrame

      boolean isSetReferenceFrame()
      Checks if referenceFrame is set
    • setReferenceFrame

      void setReferenceFrame(String referenceFrame)
      Sets the referenceFrame property
    • getLocalFrame

      String getLocalFrame()
      Gets the localFrame property
    • isSetLocalFrame

      boolean isSetLocalFrame()
      Checks if localFrame is set
    • setLocalFrame

      void setLocalFrame(String localFrame)
      Sets the localFrame property