Uses of Class
org.apache.sis.referencing.gazetteer.MilitaryGridReferenceSystem.Encoder
Packages that use MilitaryGridReferenceSystem.Encoder
Package
Description
Mapping between geographic identifiers (addresses, grid indexes…) and locations (descriptions, coordinates…).
-
Uses of MilitaryGridReferenceSystem.Encoder in org.apache.sis.referencing.gazetteer
Fields in org.apache.sis.referencing.gazetteer declared as MilitaryGridReferenceSystem.EncoderModifier and TypeFieldDescriptionprivate final MilitaryGridReferenceSystem.Encoder
MilitaryGridReferenceSystem.IteratorOneZone.encoder
The encoder to use for creating MGRS codes.Fields in org.apache.sis.referencing.gazetteer with type parameters of type MilitaryGridReferenceSystem.EncoderModifier and TypeFieldDescriptionprivate final Map
<org.opengis.referencing.crs.CoordinateReferenceSystem, MilitaryGridReferenceSystem.Encoder> MilitaryGridReferenceSystem.Coder.encoders
Cached information needed for building a MGRS reference from a direct position in the given CRS.Methods in org.apache.sis.referencing.gazetteer that return MilitaryGridReferenceSystem.EncoderModifier and TypeMethodDescription(package private) final MilitaryGridReferenceSystem.Encoder
MilitaryGridReferenceSystem.Coder.encoder
(org.opengis.referencing.crs.CoordinateReferenceSystem crs) Returns the encoder for the given coordinate reference system.