| Package | Description |
|---|---|
| org.geotools.metadata |
Root package for various metadata implementations.
|
| Modifier and Type | Method and 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.
|
| Constructor and 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.
|
Copyright © 1996–2019 Geotools. All rights reserved.