|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UnmodifiableMetadataException | |
---|---|
org.geotools.metadata | Root package for various metadata implementations. |
Uses of UnmodifiableMetadataException in org.geotools.metadata |
---|
Methods in org.geotools.metadata that throw UnmodifiableMetadataException | ||
---|---|---|
protected void |
ModifiableMetadata.checkWritePermission()
Checks if changes in the metadata are allowed. |
|
protected
|
ModifiableMetadata.copyCollection(java.util.Collection<? extends E> source,
java.util.Collection<E> target,
java.lang.Class<E> elementType)
Copies the content of one collection ( source ) into an other (target ). |
|
protected
|
ModifiableMetadata.copyList(java.util.Collection<? extends E> source,
java.util.List<E> target,
java.lang.Class<E> elementType)
Copies the content of one list ( source ) into an other (target ). |
|
void |
MetadataStandard.shallowCopy(java.lang.Object source,
java.lang.Object target,
boolean skipNulls)
Copies all metadata from source to target. |
Constructors in org.geotools.metadata that throw UnmodifiableMetadataException | |
---|---|
AbstractMetadata(java.lang.Object source)
Constructs a metadata entity initialized with the values from the specified metadata. |
|
ModifiableMetadata(java.lang.Object source)
Constructs a metadata entity initialized with the values from the specified metadata. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |