Uses of Class
org.apache.sis.referencing.gazetteer.MilitaryGridReferenceSystem.Coder
Packages that use MilitaryGridReferenceSystem.Coder
Package
Description
Mapping between geographic identifiers (addresses, grid indexes…) and locations (descriptions, coordinates…).
-
Uses of MilitaryGridReferenceSystem.Coder in org.apache.sis.referencing.gazetteer
Subclasses of MilitaryGridReferenceSystem.Coder in org.apache.sis.referencing.gazetteerModifier and TypeClassDescriptionprivate final class
Iterator over the cells in a single UTM or UPS zone.Methods in org.apache.sis.referencing.gazetteer that return MilitaryGridReferenceSystem.CoderModifier and TypeMethodDescriptionMilitaryGridReferenceSystem.createCoder()
Returns a new object performing conversions betweenDirectPosition
and MGRS references.Methods in org.apache.sis.referencing.gazetteer with parameters of type MilitaryGridReferenceSystem.CoderModifier and TypeMethodDescription(package private) String
MilitaryGridReferenceSystem.Encoder.encode
(MilitaryGridReferenceSystem.Coder owner, org.opengis.geometry.DirectPosition position, boolean reproject, String separator, int digits, double precision) Encodes the given position into a MGRS reference.(package private) final double
MilitaryGridReferenceSystem.Encoder.getLatitude
(MilitaryGridReferenceSystem.Coder owner, org.opengis.geometry.DirectPosition position) Returns the latitude in degrees of given position.private static int
MilitaryGridReferenceSystem.Decoder.nextComponent
(MilitaryGridReferenceSystem.Coder owner, CharSequence reference, int base, int start, int end) Skips spaces, then the separator if present (optional).Constructors in org.apache.sis.referencing.gazetteer with parameters of type MilitaryGridReferenceSystem.CoderModifierConstructorDescription(package private)
Creates a new coder initialized to the same setting than the given separator.(package private)
Decoder
(MilitaryGridReferenceSystem.Coder owner, CharSequence reference) Decodes the given MGRS reference.(package private)
IteratorOneZone
(MilitaryGridReferenceSystem.Coder coder, Rectangle2D areaOfInterest, org.opengis.geometry.Envelope geographicArea, org.opengis.referencing.crs.SingleCRS sourceCRS, org.opengis.referencing.crs.ProjectedCRS targetCRS, int step) Returns a new iterator for creating MGRS codes in a single UTM or UPS zone.