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, getStandard
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable
asMap, asTree, equals, getInterface, hashCode, toString
public MetadataExtensionInformationImpl()
public MetadataExtensionInformationImpl(MetadataExtensionInformation source)
public OnLineResource getExtensionOnLineResource()
getExtensionOnLineResource
in interface MetadataExtensionInformation
public void setExtensionOnLineResource(OnLineResource newValue)
public Collection<ExtendedElementInformation> getExtendedElementInformation()
getExtendedElementInformation
in interface MetadataExtensionInformation
public void setExtendedElementInformation(Collection<? extends ExtendedElementInformation> newValues)
Copyright © 1996–2023 Geotools. All rights reserved.