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 voidModifiableMetadata.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).voidMetadataStandard.shallowCopy(Object source, Object target, boolean skipNulls) Copies all metadata from source to target.Constructors in org.geotools.metadata that throw UnmodifiableMetadataExceptionModifierConstructorDescriptionprotectedAbstractMetadata(Object source) Constructs a metadata entity initialized with the values from the specified metadata.protectedModifiableMetadata(Object source) Constructs a metadata entity initialized with the values from the specified metadata.