org.geotoolkit.metadata.fra
Class FRA_DataIdentification
Object
AbstractMetadata
ModifiableMetadata
MetadataEntity
AbstractIdentification
DefaultDataIdentification
FRA_DataIdentification
- All Implemented Interfaces:
- Serializable, Cloneable, LenientComparable, IdentifiedObject, DataIdentification, Identification
@ThreadSafe
public class FRA_DataIdentification
- extends DefaultDataIdentification
AFNOR extension to ISO DataIdentification.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FRA_DataIdentification_Type">
<complexContent>
<extension base="{http://www.isotc211.org/2005/gmd}MD_DataIdentification_Type">
<sequence>
<element name="relatedCitation" type="{http://www.isotc211.org/2005/gmd}CI_Citation_PropertyType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
- Since:
- 3.00
- Version:
- 3.03
- Author:
- Cédric Briançon (Geomatys), Guilhem Legal (Geomatys)
- See Also:
- Serialized Form
- Module:
| Methods inherited from class DefaultDataIdentification |
castOrCopy, getCharacterSets, getEnvironmentDescription, getExtents, getLanguages, getSpatialRepresentationTypes, getSpatialResolutions, getSupplementalInformation, getTopicCategories, setCharacterSets, setEnvironmentDescription, setExtents, setLanguages, setSpatialRepresentationTypes, setSpatialResolutions, setSupplementalInformation, setTopicCategories |
| Methods inherited from class AbstractIdentification |
castOrCopy, getAbstract, getAggregationInfo, getCitation, getCredits, getDescriptiveKeywords, getGraphicOverviews, getPointOfContacts, getPurpose, getResourceConstraints, getResourceFormats, getResourceMaintenances, getResourceSpecificUsages, getStatus, setAbstract, setAggregationInfo, setCitation, setCredits, setDescriptiveKeywords, setGraphicOverviews, setPointOfContacts, setPurpose, setResourceConstraints, setResourceFormats, setResourceMaintenances, setResourceSpecificUsages, setStatus |
| Methods inherited from class ModifiableMetadata |
checkWritePermission, clone, collectionType, copyCollection, copyList, copySet, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, prune, unmodifiable |
| Methods inherited from interface Identification |
getAbstract, getAggregationInfo, getCitation, getCredits, getDescriptiveKeywords, getGraphicOverviews, getPointOfContacts, getPurpose, getResourceConstraints, getResourceFormats, getResourceMaintenances, getResourceSpecificUsages, getStatus |
FRA_DataIdentification
public FRA_DataIdentification()
- Constructs an initially empty data identification.
FRA_DataIdentification
public FRA_DataIdentification(DataIdentification source)
- Constructs a metadata entity initialized with the values from the specified metadata.
- Parameters:
source - The metadata to copy.
getRelatedCitations
public Collection<Citation> getRelatedCitations()
- Returns the documents at the origin of the creation of the identified resources.
- Returns:
- Citations to the current documents.
setRelatedCitations
public void setRelatedCitations(Collection<? extends Citation> newValues)
- Sets the documents at the origin of the creation of the identified resources.
- Parameters:
newValues - Citation to the new documents.
Copyright © 2009-2012 Geotoolkit.org. All Rights Reserved.