Class DefaultAggregateInformation
Object
AbstractMetadata
ModifiableMetadata
ISOMetadata
DefaultAssociatedResource
DefaultAggregateInformation
- All Implemented Interfaces:
- Serializable,- Emptiable,- LenientComparable,- IdentifiedObject,- AggregateInformation
public class DefaultAggregateInformation
extends DefaultAssociatedResource
implements AggregateInformation
Associated resource information.
 The following properties are mandatory or conditional (i.e. mandatory under some circumstances)
 in a well-formed metadata according ISO 19115:
 
 According ISO 19115, at least one of name and
 metadata reference shall be provided.
 
MD_AggregateInformation
   ├─associationType………… Type of relation between the resources.
   ├─metadataReference…… Reference to the metadata of the associated resource.
   │   ├─title………………………… Name by which the cited resource is known.
   │   └─date…………………………… Reference date for the cited resource.
   └─name……………………………………… Citation information about the associated resource.Upcoming API change — renaming
As of ISO 19115:2014,
 As of ISO 19115:2014,
AggregateInformation has been renamed AssociatedResource.
 This class will be replaced by DefaultAssociatedResource when GeoAPI will provide the
 AssociatedResource interface (tentatively in GeoAPI 3.1 or 4.0).
 Limitations
- Instances of this class are not synchronized for multi-threading. Synchronization, if needed, is caller's responsibility.
- Serialized objects of this class are not guaranteed to be compatible with future Apache SIS releases.
       Serialization support is appropriate for short term storage or RMI between applications running the
       same version of Apache SIS. For long term storage, use XMLinstead.
- Since:
- 0.3
- See Also:
Defined in the sis-metadata module
- 
Nested Class SummaryNested classes/interfaces inherited from class ModifiableMetadataModifiableMetadata.State
- 
Field SummaryFields inherited from class ISOMetadataidentifiers
- 
Constructor SummaryConstructorsConstructorDescriptionConstructs an initially empty Aggregate dataset information.Constructs a new instance initialized with the values from the specified metadata object.
- 
Method SummaryModifier and TypeMethodDescriptioncastOrCopy(AggregateInformation object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.Deprecated.Deprecated.As of ISO 19115:2014, replaced byDefaultAssociatedResource.getName().voidsetAggregateDataSetIdentifier(Identifier newValue) Deprecated.As of ISO 19115:2014, replaced by an identifier ofgetAggregateDataSetName().voidsetAggregateDataSetName(Citation newValue) Deprecated.As of ISO 19115:2014, replaced byDefaultAssociatedResource.setName(Citation).Methods inherited from class DefaultAssociatedResourcegetAssociationType, getInitiativeType, getMetadataReference, getName, setAssociationType, setInitiativeType, setMetadataReference, setNameMethods inherited from class ISOMetadatagetIdentifier, getIdentifierMap, getIdentifiers, getStandard, setIdentifier, transitionToMethods inherited from class ModifiableMetadatacheckWritePermission, collectionType, copyCollection, copyList, copyMap, copySet, deepCopy, nonNullCollection, nonNullList, nonNullMap, nonNullSet, singleton, state, writeCollection, writeList, writeMap, writeSetMethods inherited from class AbstractMetadataasMap, asTreeTable, equals, equals, getInterface, hashCode, isEmpty, prune, toStringMethods inherited from class Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface AggregateInformationgetAssociationType, getInitiativeType
- 
Constructor Details- 
DefaultAggregateInformationpublic DefaultAggregateInformation()Constructs an initially empty Aggregate dataset information.
- 
DefaultAggregateInformationConstructs a new instance initialized with the values from the specified metadata object. This is a shallow copy constructor, because the other metadata contained in the given object are not recursively copied.- Parameters:
- object- the metadata to copy values from, or- nullif none.
 
 
- 
- 
Method Details- 
castOrCopyReturns a SIS metadata implementation with the values of the given arbitrary implementation. This method performs the first applicable action in the following choices:- If the given object is null, then this method returnsnull.
- Otherwise if the given object is already an instance of
       DefaultAggregateInformation, then it is returned unchanged.
- Otherwise a new DefaultAggregateInformationinstance is created using the copy constructor and returned. Note that this is a shallow copy operation, because the other metadata contained in the given object are not recursively copied.
 - Parameters:
- object- the object to get as a SIS implementation, or- nullif none.
- Returns:
- a SIS implementation containing the values of the given object (may be the
         given object itself), or nullif the argument was null.
 
- If the given object is 
- 
getAggregateDataSetNameDeprecated.As of ISO 19115:2014, replaced byDefaultAssociatedResource.getName().Citation information about the aggregate dataset.- Specified by:
- getAggregateDataSetNamein interface- AggregateInformation
- Returns:
- citation information about the aggregate dataset, or null.
 
- 
setAggregateDataSetNameDeprecated.As of ISO 19115:2014, replaced byDefaultAssociatedResource.setName(Citation).Sets the citation information about the aggregate dataset.- Parameters:
- newValue- the new citation.
 
- 
getAggregateDataSetIdentifierDeprecated.As of ISO 19115:2014, replaced by the first identifier ofgetAggregateDataSetName().Identification information about aggregate dataset.- Specified by:
- getAggregateDataSetIdentifierin interface- AggregateInformation
- Returns:
- identification information about aggregate dataset, or null.
 
- 
setAggregateDataSetIdentifierDeprecated.As of ISO 19115:2014, replaced by an identifier ofgetAggregateDataSetName().Sets the identification information about aggregate dataset.- Parameters:
- newValue- the new identifier.
 
 
- 
getAggregateDataSetName().