public class DefaultPlatform extends ISOMetadata implements Platform
MI_Platform
├─identifier……………… Unique identification of the platform.
│ └─code…………………… Alphanumeric value identifying an instance in the namespace.
├─description…………… Narrative description of the platform supporting the instrument.
└─instrument……………… Instrument(s) mounted on a platform.
├─identifier…… Unique identification of the instrument.
└─type…………………… Name of the type of instrument.Limitations:
XML instead.Defined in the sis-metadata module
identifiers| Constructor and Description |
|---|
DefaultPlatform()
Constructs an initially empty platform.
|
DefaultPlatform(Platform object)
Constructs a new instance initialized with the values from the specified metadata object.
|
| Modifier and Type | Method and Description |
|---|---|
static DefaultPlatform |
castOrCopy(Platform object)
Returns a SIS metadata implementation with the values of the given arbitrary implementation.
|
Citation |
getCitation()
Returns the source where information about the platform is described.
|
InternationalString |
getDescription()
Gets the narrative description of the platform supporting the instrument.
|
Identifier |
getIdentifier()
Returns the unique identification of the platform.
|
Collection<Instrument> |
getInstruments()
Gets the instrument(s) mounted on a platform.
|
Collection<ResponsibleParty> |
getSponsors()
Returns the organization responsible for building, launch, or operation of the platform.
|
void |
setCitation(Citation newValue)
Sets the source where information about the platform is described.
|
void |
setDescription(InternationalString newValue)
Sets the narrative description of the platform supporting the instrument.
|
void |
setIdentifier(Identifier newValue)
Sets the unique identification of the platform.
|
void |
setInstruments(Collection<? extends Instrument> newValues)
Sets the instrument(s) mounted on a platform.
|
void |
setSponsors(Collection<? extends ResponsibleParty> newValues)
Sets the organization responsible for building, launch, or operation of the platform.
|
freeze, getIdentifierMap, getIdentifiers, getStandardcheckWritePermission, clone, collectionType, copyCollection, copyList, copySet, isModifiable, nonNullCollection, nonNullList, nonNullSet, singleton, unmodifiable, writeCollection, writeList, writeSetasMap, asTreeTable, equals, equals, getInterface, hashCode, isEmpty, prune, toStringpublic DefaultPlatform()
public DefaultPlatform(Platform object)
object - the metadata to copy values from, or null if none.castOrCopy(Platform)public static DefaultPlatform castOrCopy(Platform object)
null, then this method returns null.DefaultPlatform, then it is returned unchanged.DefaultPlatform instance is created using the
copy constructor
and returned. Note that this is a shallow copy operation, since the other
metadata contained in the given object are not recursively copied.object - the object to get as a SIS implementation, or null if none.null if the argument was null.public Citation getCitation()
null if unspecified.getCitation in interface Platformnull.public void setCitation(Citation newValue)
newValue - the new citation value.public Identifier getIdentifier()
getIdentifier in interface Platformnull.public void setIdentifier(Identifier newValue)
newValue - the new identifier value.public InternationalString getDescription()
getDescription in interface Platformnull.public void setDescription(InternationalString newValue)
newValue - the new description value.public Collection<ResponsibleParty> getSponsors()
ResponsibleParty is replaced by the Responsibility parent interface.
This change will be tentatively applied in GeoAPI 4.0.
getSponsors in interface Platformpublic void setSponsors(Collection<? extends ResponsibleParty> newValues)
ResponsibleParty is replaced by the Responsibility parent interface.
This change will be tentatively applied in GeoAPI 4.0.
newValues - the new sponsors values;public Collection<Instrument> getInstruments()
getInstruments in interface Platformpublic void setInstruments(Collection<? extends Instrument> newValues)
newValues - the new instruments values.Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.