Uses of Class
mil.nga.sf.Line
-
Packages that use Line Package Description mil.nga.sf mil.nga.sf.util -
-
Uses of Line in mil.nga.sf
Methods in mil.nga.sf that return Line Modifier and Type Method Description Line
GeometryEnvelope. getBottom()
Get the bottom lineLine
GeometryEnvelope. getLeft()
Get the left lineLine
GeometryEnvelope. getRight()
Get the right lineLine
GeometryEnvelope. getTop()
Get the top lineConstructors in mil.nga.sf with parameters of type Line Constructor Description Line(Line line)
Copy Constructor -
Uses of Line in mil.nga.sf.util
Methods in mil.nga.sf.util that return Line Modifier and Type Method Description static Line
GeometryUtils. crop(Line line, GeometryEnvelope envelope)
Crop the line in meters by the envelope bounds in meters.static Line
GeometryUtils. degreesToMeters(Line line)
Convert a line in degrees to a line in metersstatic Line
GeometryUtils. metersToDegrees(Line line)
Convert a line in meters to a line in degreesMethods in mil.nga.sf.util with parameters of type Line Modifier and Type Method Description static double
GeometryUtils. bearing(Line line)
Get the bearing heading in degrees between line end points in degreesstatic Line
GeometryUtils. crop(Line line, GeometryEnvelope envelope)
Crop the line in meters by the envelope bounds in meters.static Line
GeometryUtils. degreesToMeters(Line line)
Convert a line in degrees to a line in metersstatic double
GeometryUtils. distance(Line line)
Get the Pythagorean theorem distance between the line end pointsstatic double
GeometryUtils. distanceHaversine(Line line)
Get the distance in meters between the end points of a line in degrees using the Haversine formulastatic Point
GeometryUtils. intersection(Line line1, Line line2)
Get the point intersection between two linesstatic Line
GeometryUtils. metersToDegrees(Line line)
Convert a line in meters to a line in degrees
-