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(mil.nga.grid.features.Line line)Create a linestatic GridLineGridLine. line(mil.nga.grid.features.Line line, GridType gridType)Create a linestatic GridLineGridLine. line(mil.nga.grid.features.Point point1, mil.nga.grid.features.Point point2)Create a linestatic GridLineGridLine. line(mil.nga.grid.features.Point point1, mil.nga.grid.features.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, mil.nga.grid.features.Bounds tileBounds, GridZone zone)Get the lines for the zoom, tile bounds, and zoneList<GridLine>Grid. getLines(mil.nga.grid.features.Bounds tileBounds, GridZone zone)Get the lines for the tile bounds and zoneList<GridLine>Grid. getLines(mil.nga.grid.tile.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(mil.nga.grid.features.Bounds tileBounds, GridType gridType)Get the grid zone linesList<GridLine>GridZone. getLines(GridType gridType)Get the grid zone lines
-