|
||||||||||
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(Collection<? extends E> source,
Collection<E> target,
Class<E> elementType)
Copies the content of one collection ( source ) into an other (target ). |
|
protected
|
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 | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |