Uses of Class
org.geotools.metadata.UnmodifiableMetadataException
Packages that use UnmodifiableMetadataException
-
Uses of UnmodifiableMetadataException in org.geotools.metadata
Methods in org.geotools.metadata that throw UnmodifiableMetadataExceptionModifier and TypeMethodDescriptionprotected void
ModifiableMetadata.checkWritePermission()
Checks if changes in the metadata are allowed.protected final <E> Collection<E>
ModifiableMetadata.copyCollection
(Collection<? extends E> source, Collection<E> target, Class<E> elementType) Copies the content of one collection (source
) into an other (target
).protected final <E> List<E>
ModifiableMetadata.copyList
(Collection<? extends E> source, List<E> target, Class<E> elementType) Copies the content of one list (source
) into an other (target
).void
MetadataStandard.shallowCopy
(Object source, Object target, boolean skipNulls) Copies all metadata from source to target.Constructors in org.geotools.metadata that throw UnmodifiableMetadataExceptionModifierConstructorDescriptionprotected
AbstractMetadata
(Object source) Constructs a metadata entity initialized with the values from the specified metadata.protected
ModifiableMetadata
(Object source) Constructs a metadata entity initialized with the values from the specified metadata.