Uses of Class
mil.nga.mgrs.features.Point
-
Packages that use Point Package Description mil.nga.mgrs mil.nga.mgrs.features mil.nga.mgrs.grid mil.nga.mgrs.gzd mil.nga.mgrs.tile mil.nga.mgrs.utm -
-
Uses of Point in mil.nga.mgrs
Methods in mil.nga.mgrs that return Point Modifier and Type Method Description static PointMGRSUtils. intersection(Line line1, Line line2)Get the point intersection between two linesstatic PointMGRSUtils. intsersection(Point line1Point1, Point line1Point2, Point line2Point1, Point line2Point2)Get the point intersection between end points of two linesstatic PointMGRSUtils. toDegrees(double longitude, double latitude)Convert a coordinate in meters to a WGS84 pointstatic PointMGRSUtils. toMeters(double longitude, double latitude)Convert a WGS84 coordinate to a point in metersPointMGRS. toPoint()Convert to a pointstatic PointMGRSUtils. toUnit(double longitude, double latitude, Unit unit)Convert a coordinate to the unit, assumes the coordinate is in the opposite unitstatic PointMGRSUtils. toUnit(Unit fromUnit, double longitude, double latitude, Unit toUnit)Convert a coordinate from a unit to another unitMethods in mil.nga.mgrs with parameters of type Point Modifier and Type Method Description static MGRSMGRS. from(Point latLng)Encodes a point as a MGRS stringstatic PixelMGRSUtils. getPixel(int width, int height, Bounds bounds, Point point)Get the pixel where the point fits into the boundsstatic PointMGRSUtils. intsersection(Point line1Point1, Point line1Point2, Point line2Point1, Point line2Point2)Get the point intersection between end points of two lines -
Uses of Point in mil.nga.mgrs.features
Methods in mil.nga.mgrs.features that return Point Modifier and Type Method Description static PointPoint. create(double longitude, double latitude)Create a point with default degree unitstatic PointPoint. create(double longitude, double latitude, Unit unit)Create a pointstatic PointPoint. create(int zoneNumber, Hemisphere hemisphere, double easting, double northing)Create a point from UTM valuesstatic PointPoint. degrees(double longitude, double latitude)Create a point in degreesstatic PointPoint. degreesToMeters(double longitude, double latitude)Create a point converting the degrees coordinate to metersstatic PointPoint. from(MGRS mgrs)Parse a MGRS value to a coordinatestatic PointPoint. from(UTM utm)Create from a Universal Transverse Mercator ProjectionPointBounds. getCenter()Get the center coordinatePointBounds. getNortheast()Get the northeast coordinatePointBounds. getNorthwest()Get the northwest coordinatePointLine. getPoint1()Get the first pointPointLine. getPoint2()Get the second pointPointBounds. getSoutheast()Get the southeast coordinatePointBounds. getSouthwest()Get the southwest coordinatestatic PointPoint. meters(double longitude, double latitude)Create a point in metersstatic PointPoint. metersToDegrees(double longitude, double latitude)Create a point converting the meters coordinate to degreesstatic PointPoint. parse(String mgrs)Parse a MGRS string value to a coordinatePointPoint. toDegrees()Convert to degreesPointPoint. toMeters()Convert to metersstatic PointPoint. toUnit(double longitude, double latitude, Unit unit)Create a point from a coordinate in an opposite unit to another unitPointPoint. toUnit(Unit unit)Convert to the unitstatic PointPoint. toUnit(Unit fromUnit, double longitude, double latitude, Unit toUnit)Create a point from a coordinate in a unit to another unitMethods in mil.nga.mgrs.features with parameters of type Point Modifier and Type Method Description static BoundsBounds. bounds(Point southwest, Point northeast)Create boundsbooleanBounds. contains(Point point)Determine if contains the pointstatic LineLine. line(Point point1, Point point2)Create a linestatic LineLine. line(Point point1, Point point2, GridType gridType)Create a linevoidLine. setPoint1(Point point1)Set the first pointvoidLine. setPoint2(Point point2)Set the second pointvoidLine. setPoints(Point point1, Point point2)Set the pointsConstructors in mil.nga.mgrs.features with parameters of type Point Constructor Description Bounds(Point southwest, Point northeast)ConstructorLine(Point point1, Point point2)ConstructorLine(Point point1, Point point2, GridType gridType)Constructor -
Uses of Point in mil.nga.mgrs.grid
Methods in mil.nga.mgrs.grid that return Point Modifier and Type Method Description PointLabel. getCenter()Get the center pointMethods in mil.nga.mgrs.grid with parameters of type Point Modifier and Type Method Description voidLabel. setCenter(Point center)Set the center pointConstructors in mil.nga.mgrs.grid with parameters of type Point Constructor Description Label(String name, Point center, Bounds bounds, int zoneNumber, char bandLetter)ConstructorLabel(Point center, Bounds bounds, int zoneNumber, char bandLetter)Constructor -
Uses of Point in mil.nga.mgrs.gzd
Methods in mil.nga.mgrs.gzd with parameters of type Point Modifier and Type Method Description static intGridZones. getZoneNumber(Point point)Get the zone number of the point -
Uses of Point in mil.nga.mgrs.tile
Methods in mil.nga.mgrs.tile with parameters of type Point Modifier and Type Method Description PixelMGRSTile. getPixel(Point point)Get the point pixel location in the tile -
Uses of Point in mil.nga.mgrs.utm
Methods in mil.nga.mgrs.utm that return Point Modifier and Type Method Description PointUTM. toPoint()Convert to a pointMethods in mil.nga.mgrs.utm with parameters of type Point Modifier and Type Method Description static UTMUTM. from(Point latLng)Create from a coordinatestatic UTMUTM. from(Point latLng, int zone)Create from a coordinate and zone numberstatic UTMUTM. from(Point latLng, int zone, Hemisphere hemisphere)Create from a coordinate, zone number, and hemisphere
-