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 PointGridUtils. 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 LineLine. copy()Copy the lineLineBounds. getEastLine()Get the eastern lineLineBounds. getNorthLine()Get the northern lineLineBounds. getSouthLine()Get the southern lineLineBounds. getWestLine()Get the western linestatic LineLine. line(Line line)Copy a linestatic LineLine. line(Point point1, Point point2)Create a lineLineLine. toDegrees()Convert to degreesLineLine. toMeters()Convert to metersLineLine. 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 PointLine. intersection(Line line)Get the intersection between this line and the provided linestatic LineLine. line(Line line)Copy a lineConstructors in mil.nga.grid.features with parameters of type Line Constructor Description Line(Line line)Copy Constructor
-