head().getNext()
holds the first collection value.
@return the head record.
null
if this selection is empty.
This method is similar in purpose to {@linkplain javax.naming.Name#get(int) Name.get}(0)
from the Java Naming and Directory Interface.
Example: If {@code this} name is {@code "org.opengis.util.Record"} (no matter its{@linkplain #scope scope}), then this method shall returns {@code "org"}. @return The first element in the list of {@linkplain #getParsedNames parsed names}. @since GeoAPI 2.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|