Package | Description |
---|---|
org.apache.sis.referencing.gazetteer |
Mapping between geographic identifiers (addresses, grid indexes…) and locations (descriptions, coordinates…).
|
Modifier and Type | Method and Description |
---|---|
ModifiableLocationType |
AbstractLocation.getLocationType()
Returns a description of the nature of this geographic identifier.
|
Modifier and Type | Method and 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).
|
Modifier and Type | Method and 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.
|
Constructor and 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.
|
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.