Uses of Class
org.apache.sis.referencing.gazetteer.ModifiableLocationType
Packages that use ModifiableLocationType
Package
Description
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 ModifiableLocationTypeModifier and TypeMethodDescriptionfinal 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 ModifiableLocationTypeModifier and TypeMethodDescriptionfinal 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.final 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 ModifiableLocationTypeModifier and TypeMethodDescriptionvoid
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 ModifiableLocationTypeModifierConstructorDescriptionprotected
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.