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
Fields in org.apache.sis.metadata.iso.citation with type parameters of type DefaultIndividualModifier and TypeFieldDescriptionprivate Collection
<DefaultIndividual> DefaultOrganisation.individual
Individuals in the named organization.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, org.opengis.metadata.identification.BrowseGraphic logo, DefaultIndividual individual, org.opengis.metadata.citation.Contact contactInfo) Constructs an organization initialized to the specified values.