Uses of Class
mil.nga.gars.features.GridLine
-
Packages that use GridLine Package Description mil.nga.gars.features mil.nga.gars.grid -
-
Uses of GridLine in mil.nga.gars.features
Methods in mil.nga.gars.features that return GridLine Modifier and Type Method Description GridLine
GridLine. copy()
Copy the linestatic GridLine
GridLine. line(GridLine line)
Copy a linestatic GridLine
GridLine. line(Line line)
Create a linestatic GridLine
GridLine. line(Line line, GridType gridType)
Create a linestatic GridLine
GridLine. line(Point point1, Point point2)
Create a linestatic GridLine
GridLine. line(Point point1, Point point2, GridType gridType)
Create a lineMethods in mil.nga.gars.features with parameters of type GridLine Modifier and Type Method Description static GridLine
GridLine. line(GridLine line)
Copy a lineConstructors in mil.nga.gars.features with parameters of type GridLine Constructor Description GridLine(GridLine line)
Copy Constructor -
Uses of GridLine in mil.nga.gars.grid
Methods in mil.nga.gars.grid that return types with arguments of type GridLine Modifier and Type Method Description List<GridLine>
Grid. getLines(int zoom, Bounds tileBounds)
Get the lines for the zoom and tile boundsList<GridLine>
Grid. getLines(Bounds tileBounds)
Get the lines for the tile boundsList<GridLine>
Grid. getLines(GridTile tile)
Get the lines for the tile
-