Uses of Class
mil.nga.grid.features.Line
-
Packages that use Line Package Description mil.nga.grid mil.nga.grid.features -
-
Uses of Line in mil.nga.grid
Methods in mil.nga.grid with parameters of type Line Modifier and Type Method Description static Point
GridUtils. intersection(Line line1, Line line2)
Get the point intersection between two lines -
Uses of Line in mil.nga.grid.features
Methods in mil.nga.grid.features that return Line Modifier and Type Method Description Line
Line. copy()
Copy the lineLine
Bounds. getEastLine()
Get the eastern lineLine
Bounds. getNorthLine()
Get the northern lineLine
Bounds. getSouthLine()
Get the southern lineLine
Bounds. getWestLine()
Get the western linestatic Line
Line. line(Line line)
Copy a linestatic Line
Line. line(Point point1, Point point2)
Create a lineLine
Line. toDegrees()
Convert to degreesLine
Line. toMeters()
Convert to metersLine
Line. toUnit(Unit unit)
Convert to the unitMethods in mil.nga.grid.features that return types with arguments of type Line Modifier and Type Method Description List<Line>
Bounds. getLines()
Get the four line bounds in metersMethods in mil.nga.grid.features with parameters of type Line Modifier and Type Method Description Point
Line. intersection(Line line)
Get the intersection between this line and the provided linestatic Line
Line. line(Line line)
Copy a lineConstructors in mil.nga.grid.features with parameters of type Line Constructor Description Line(Line line)
Copy Constructor
-