Uses of Class
org.apache.sis.referencing.gazetteer.AbstractLocation
-
Packages that use AbstractLocation Package Description org.apache.sis.referencing.gazetteer 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 AbstractLocation Modifier and Type Method Description AbstractLocation
GeohashReferenceSystem.Coder. decode(CharSequence geohash)
Decodes the given geohash into a latitude and a longitude.AbstractLocation
MilitaryGridReferenceSystem.Coder. decode(CharSequence reference)
Decodes the given MGRS reference into a position and an envelope.AbstractLocation
LocationFormat. parse(CharSequence text, ParsePosition pos)
Unsupported operation.Methods in org.apache.sis.referencing.gazetteer that return types with arguments of type AbstractLocation Modifier and Type Method Description Collection<? 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.Class<AbstractLocation>
LocationFormat. getValueType()
Returns the type of values formatted by thisFormat
instance.Methods in org.apache.sis.referencing.gazetteer with parameters of type AbstractLocation Modifier and Type Method Description void
LocationFormat. format(AbstractLocation location, Appendable toAppendTo)
Writes a textual representation of the given location in the given stream or buffer.
-