Uses of Class
org.n52.shetland.iso.gmd.AbstractMDIdentification
-
Packages that use AbstractMDIdentification Package Description org.n52.shetland.iso.gmd -
-
Uses of AbstractMDIdentification in org.n52.shetland.iso.gmd
Subclasses of AbstractMDIdentification in org.n52.shetland.iso.gmd Modifier and Type Class Description classMDDataIdentificationMethods in org.n52.shetland.iso.gmd that return types with arguments of type AbstractMDIdentification Modifier and Type Method Description Set<Referenceable<AbstractMDIdentification>>MDMetadata. getIdentificationInfo()Methods in org.n52.shetland.iso.gmd with parameters of type AbstractMDIdentification Modifier and Type Method Description MDMetadataMDMetadata. addIdentificationInfo(AbstractMDIdentification identificationInfo)Method parameters in org.n52.shetland.iso.gmd with type arguments of type AbstractMDIdentification Modifier and Type Method Description MDMetadataMDMetadata. addIdentificationInfo(Referenceable<AbstractMDIdentification> identificationInfo)MDMetadataMDMetadata. addIdentificationInfos(Collection<Referenceable<AbstractMDIdentification>> identificationInfos)Constructors in org.n52.shetland.iso.gmd with parameters of type AbstractMDIdentification Constructor Description MDMetadata(CiResponsibleParty contact, org.joda.time.DateTime dateStamp, AbstractMDIdentification identificationInfo)
-