Interface ILspLonLatGridLine


public interface ILspLonLatGridLine
Domain object for grid lines used in a lon-lat grid model created by TLspLonLatGridLayerBuilder.
Since:
2012.0
See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
    A category defining the grid line.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the category of this grid line.
    double
    Returns the exact degrees this grid line represents.
  • Method Details

    • getCategory

      Returns the category of this grid line.
      Returns:
      the category of this grid line
    • getDegrees

      double getDegrees()
      Returns the exact degrees this grid line represents.
      Returns:
      the degrees