Uses of Class
org.geotools.metadata.UnmodifiableMetadataException
-
Packages that use UnmodifiableMetadataException Package Description org.geotools.metadata Root package for various metadata implementations. -
-
Uses of UnmodifiableMetadataException in org.geotools.metadata
Methods in org.geotools.metadata that throw UnmodifiableMetadataException Modifier and Type Method Description protected void
ModifiableMetadata. checkWritePermission()
Checks if changes in the metadata are allowed.protected <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 <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 UnmodifiableMetadataException Constructor Description AbstractMetadata(Object source)
Constructs a metadata entity initialized with the values from the specified metadata.ModifiableMetadata(Object source)
Constructs a metadata entity initialized with the values from the specified metadata.
-