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:
-
Method Details
-
getCategory
ILspLonLatGridLine.Category 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
-