Uses of Class
org.apache.sis.metadata.UnmodifiableMetadataException
Packages that use UnmodifiableMetadataException
-
Uses of UnmodifiableMetadataException in org.apache.sis.metadata
Methods in org.apache.sis.metadata that throw UnmodifiableMetadataExceptionModifier and TypeMethodDescriptionprotected void
ModifiableMetadata.checkWritePermission
(Object current) Checks if changes in the metadata are allowed.protected final <E> Collection<E>
ModifiableMetadata.writeCollection
(Collection<? extends E> source, Collection<E> target, Class<E> elementType) Writes the content of thesource
collection into thetarget
list or set, creating it if needed.protected final <E> List<E>
ModifiableMetadata.writeList
(Collection<? extends E> source, List<E> target, Class<E> elementType) Writes the content of thesource
collection into thetarget
list, creating it if needed.protected final <K,
V> Map<K, V> Writes the content of thesource
map into thetarget
map, creating it if needed.protected final <E> Set<E>
ModifiableMetadata.writeSet
(Collection<? extends E> source, Set<E> target, Class<E> elementType) Writes the content of thesource
collection into thetarget
set, creating it if needed.