Uses of Class
org.apache.sis.metadata.iso.citation.DefaultIndividual
Packages that use DefaultIndividual
Package
Description
Reference to the data or service (citation, responsible party, contact information).
-
Uses of DefaultIndividual in org.apache.sis.metadata.iso.citation
Methods in org.apache.sis.metadata.iso.citation that return types with arguments of type DefaultIndividualModifier and TypeMethodDescriptionDefaultOrganisation.getIndividual()
Returns the individuals in the named organization.Method parameters in org.apache.sis.metadata.iso.citation with type arguments of type DefaultIndividualModifier and TypeMethodDescriptionvoid
DefaultOrganisation.setIndividual
(Collection<? extends DefaultIndividual> newValues) Sets the individuals in the named organization.Constructors in org.apache.sis.metadata.iso.citation with parameters of type DefaultIndividualModifierConstructorDescriptionDefaultIndividual
(DefaultIndividual object) Constructs a new instance initialized with the values from the specified metadata object.DefaultOrganisation
(CharSequence name, BrowseGraphic logo, DefaultIndividual individual, Contact contactInfo) Constructs an organization initialized to the specified values.