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