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
Modifier and TypeInterfaceDescriptionstatic enum
A category defining the grid line. -
Method Summary
Modifier and TypeMethodDescriptionReturns the category of this grid line.double
Returns the exact degrees this grid line represents.
-
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
-