Uses of Class
mil.nga.mgrs.features.Line
-
Packages that use Line Package Description mil.nga.mgrs mil.nga.mgrs.features mil.nga.mgrs.grid mil.nga.mgrs.gzd -
-
Uses of Line in mil.nga.mgrs
Methods in mil.nga.mgrs with parameters of type Line Modifier and Type Method Description static PointMGRSUtils. intersection(Line line1, Line line2)Get the point intersection between two lines -
Uses of Line in mil.nga.mgrs.features
Methods in mil.nga.mgrs.features that return Line Modifier and Type Method Description LineBounds. getEastLine()Get the eastern lineLineBounds. getNorthLine()Get the northern lineLineBounds. getSouthLine()Get the southern lineLineBounds. getWestLine()Get the western linestatic LineLine. line(Point point1, Point point2)Create a linestatic LineLine. line(Point point1, Point point2, GridType gridType)Create a lineLineLine. toDegrees()Convert to degreesLineLine. toMeters()Convert to metersLineLine. toUnit(Unit unit)Convert to the unitMethods in mil.nga.mgrs.features that return types with arguments of type Line Modifier and Type Method Description List<Line>Bounds. getLines()Get the four line bounds in meters -
Uses of Line in mil.nga.mgrs.grid
Methods in mil.nga.mgrs.grid that return types with arguments of type Line Modifier and Type Method Description List<Line>Grid. getLines(int zoom, Bounds tileBounds, GridZone zone)Get the lines for the zoom, tile bounds, and zoneList<Line>Grid. getLines(Bounds tileBounds, GridZone zone)Get the lines for the tile bounds and zoneList<Line>Grid. getLines(MGRSTile tile, GridZone zone)Get the lines for the tile and zone -
Uses of Line in mil.nga.mgrs.gzd
Methods in mil.nga.mgrs.gzd that return types with arguments of type Line Modifier and Type Method Description List<Line>GridZone. getLines(Bounds tileBounds, GridType gridType)Get the grid zone linesList<Line>GridZone. getLines(GridType gridType)Get the grid zone lines
-