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 voidModifiableMetadata.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 thesourcecollection into thetargetlist 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 thesourcecollection into thetargetlist, creating it if needed.protected final <K,V> Map <K, V> ModifiableMetadata.writeMap(Map<? extends K, ? extends V> source, Map<K, V> target, Class<K> keyType) Writes the content of thesourcemap into thetargetmap, 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 thesourcecollection into thetargetset, creating it if needed.