public class MetadataExtensionInformationImpl extends MetadataEntity implements MetadataExtensionInformation
LOGGER| Constructor and Description |
|---|
MetadataExtensionInformationImpl()
Construct an initially empty metadata extension information.
|
MetadataExtensionInformationImpl(MetadataExtensionInformation source)
Constructs a metadata entity initialized with the values from the specified metadata.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<ExtendedElementInformation> |
getExtendedElementInformation()
Provides information about a new metadata element, not found in ISO 19115, which is required
to describe geographic data.
|
OnLineResource |
getExtensionOnLineResource()
Information about on-line sources containing the community profile name and the extended
metadata elements.
|
void |
setExtendedElementInformation(Collection<? extends ExtendedElementInformation> newValues)
Set information about a new metadata element.
|
void |
setExtensionOnLineResource(OnLineResource newValue)
Set information about on-line sources.
|
ensureNonNull, getStandardcheckWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiableasMap, asTree, equals, getInterface, hashCode, toStringpublic MetadataExtensionInformationImpl()
public MetadataExtensionInformationImpl(MetadataExtensionInformation source)
public OnLineResource getExtensionOnLineResource()
getExtensionOnLineResource in interface MetadataExtensionInformationpublic void setExtensionOnLineResource(OnLineResource newValue)
public Collection<ExtendedElementInformation> getExtendedElementInformation()
getExtendedElementInformation in interface MetadataExtensionInformationpublic void setExtendedElementInformation(Collection<? extends ExtendedElementInformation> newValues)
Copyright © 1996–2019 Geotools. All rights reserved.