Interface CoordinateSystem

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getDimensions()
      Replies the count of dimension in this space referential.
      boolean isLeftHanded()
      Replies if this coordinate system is a left-hand coordinate system.
      boolean isRightHanded()
      Replies if this coordinate system is a right-hand coordinate system.
      String name()
      Replies the name of the coordinate system.
      int ordinal()
      Replies the index of this coordinate in the enumeration of the available coordinate systems of the same type.
    • Method Detail

      • getDimensions

        @Pure
        int getDimensions()
        Replies the count of dimension in this space referential.
        Returns:
        the count of dimensions.
      • isRightHanded

        @Pure
        boolean isRightHanded()
        Replies if this coordinate system is a right-hand coordinate system.
        Returns:
        true if this coordinate system is right-handed, otherwise false
      • isLeftHanded

        @Pure
        boolean isLeftHanded()
        Replies if this coordinate system is a left-hand coordinate system.
        Returns:
        true if this coordinate system is left-handed, otherwise false
      • name

        @Pure
        String name()
        Replies the name of the coordinate system.
        Returns:
        the name of the coordinate system.
      • ordinal

        @Pure
        int ordinal()
        Replies the index of this coordinate in the enumeration of the available coordinate systems of the same type.
        Returns:
        the index of this coordinate system in the enumeration of the available coordinate systems of the same type.