Package | Description |
---|---|
org.apache.sis.metadata |
Root package for various metadata implementations.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ModifiableMetadata.checkWritePermission()
Checks if changes in the metadata are allowed.
|
protected <E> Collection<E> |
ModifiableMetadata.writeCollection(Collection<? extends E> source,
Collection<E> target,
Class<E> elementType)
Writes the content of the
source collection into the target list or set,
creating it if needed. |
protected <E> List<E> |
ModifiableMetadata.writeList(Collection<? extends E> source,
List<E> target,
Class<E> elementType)
Writes the content of the
source collection into the target list,
creating it if needed. |
protected <E> Set<E> |
ModifiableMetadata.writeSet(Collection<? extends E> source,
Set<E> target,
Class<E> elementType)
Writes the content of the
source collection into the target set,
creating it if needed. |
Copyright © 2010–2015 The Apache Software Foundation. All rights reserved.