Uses of Class
org.apache.sis.referencing.gazetteer.ModifiableLocationType
-
Packages that use ModifiableLocationType Package Description org.apache.sis.referencing.gazetteer Mapping between geographic identifiers (addresses, grid indexes…) and locations (descriptions, coordinates…). -
-
Uses of ModifiableLocationType in org.apache.sis.referencing.gazetteer
Methods in org.apache.sis.referencing.gazetteer that return ModifiableLocationType Modifier and Type Method Description ModifiableLocationType
AbstractLocation. getLocationType()
Returns a description of the nature of this geographic identifier.Methods in org.apache.sis.referencing.gazetteer that return types with arguments of type ModifiableLocationType Modifier and Type Method Description Collection<ModifiableLocationType>
ModifiableLocationType. getChildren()
Returns the child location types (location types which sub-divides this location type).List<? extends ModifiableLocationType>
ReferencingByIdentifiers. getLocationTypes()
Description of location type(s) in the spatial reference system.Collection<ModifiableLocationType>
ModifiableLocationType. getParents()
Returns the parent location types (location types of which this location type is a sub-division).Methods in org.apache.sis.referencing.gazetteer with parameters of type ModifiableLocationType Modifier and Type Method Description void
ModifiableLocationType. addParent(ModifiableLocationType parent)
Adds the given element to the list of parents.void
ModifiableLocationType. removeParent(ModifiableLocationType parent)
Removes the given element from the list of parent.Constructors in org.apache.sis.referencing.gazetteer with parameters of type ModifiableLocationType Constructor Description AbstractLocation(ModifiableLocationType type, CharSequence identifier)
Creates a new location for the given geographic identifier.ReferencingByIdentifiers(Map<String,?> properties, ModifiableLocationType... types)
Creates a reference system from the given properties.
-