Uses of Class
org.apache.sis.referencing.gazetteer.AbstractLocation
Packages that use AbstractLocation
Package
Description
Mapping between geographic identifiers (addresses, grid indexes…) and locations (descriptions, coordinates…).
-
Uses of AbstractLocation in org.apache.sis.referencing.gazetteer
Methods in org.apache.sis.referencing.gazetteer that return AbstractLocationModifier and TypeMethodDescriptionGeohashReferenceSystem.Coder.decode
(CharSequence geohash) Decodes the given geohash into a latitude and a longitude.MilitaryGridReferenceSystem.Coder.decode
(CharSequence reference) Decodes the given MGRS reference into a position and an envelope.LocationFormat.parse
(CharSequence text, ParsePosition pos) Unsupported operation.Methods in org.apache.sis.referencing.gazetteer that return types with arguments of type AbstractLocationModifier and TypeMethodDescriptionCollection<? extends AbstractLocation>
AbstractLocation.getChildren()
Returns location instances of a different location type which subdivides this location instance.Collection<? extends AbstractLocation>
AbstractLocation.getParents()
Returns location instances of a different location type, for which this location instance is a sub-division.LocationFormat.getValueType()
Returns the type of values formatted by thisFormat
instance.Methods in org.apache.sis.referencing.gazetteer with parameters of type AbstractLocationModifier and TypeMethodDescriptionvoid
LocationFormat.format
(AbstractLocation location, Appendable toAppendTo) Writes a textual representation of the given location in the given stream or buffer.