Interface Coordsys

    • Method Detail

      • coord

        java.lang.String[] coord()
        Returns coordinate names.
        Returns:
        Coordinate names.
      • create

        Coordsys create​(java.lang.String tag,
                        java.lang.String type)
        For a combined system, create a subfeature.
        Parameters:
        tag - Subfeature tag.
        type - Subfeature type.
        Returns:
        A new subfeature with the given tag and type.
      • feature

        CoordsysList feature()
        For a combined system, return the list of its subfeature.
        Returns:
        List of subfeatures.
      • feature

        Coordsys feature​(java.lang.String tag)
        For a combined system, return the subfeature having the given tag.
        Parameters:
        tag - Subfeature tag.
        Returns:
        The subfeature with the given tag.
      • isLinear

        boolean isLinear()
        Check if coordinate system is linear.
        Returns:
        true if linear.
      • isOrthonormal

        boolean isOrthonormal()
        Check if coordinate system is orthonormal.
        Returns:
        true if orthonormal.
      • islinear

        @Deprecated
        boolean islinear()
        Deprecated.
        Use isLinear() instead.
      • isorthonormal

        @Deprecated
        boolean isorthonormal()
        Deprecated.
        Use isOrthonormal() instead.