- All Superinterfaces:
Party
@UML(identifier="CI_Organisation",
specification=ISO_19115)
public interface Organisation
extends Party
Information about the party if the party is an organisation.
Conditional properties:
Following properties have default methods but shall nevertheless be implemented if the corresponding condition is met:- At least one of individual and logo properties shall be documented if the name (in parent interface) is not documented.
- Since:
- 3.1
-
Method Summary
Modifier and TypeMethodDescriptiondefault Collection
<? extends Individual> Individuals in the named organisation.default Collection
<? extends BrowseGraphic> getLogo()
Graphics identifying organisation.Methods inherited from interface org.opengis.metadata.citation.Party
getContactInfo, getIdentifiers, getName
-
Method Details
-
getLogo
@UML(identifier="logo", obligation=CONDITIONAL, specification=ISO_19115) default Collection<? extends BrowseGraphic> getLogo()Graphics identifying organisation. Returns an empty collection if there is none.- Returns:
- graphic identifying organisation.
- Condition:
- Mandatory if name or position name is not documented.
-
getIndividual
@UML(identifier="individual", obligation=OPTIONAL, specification=ISO_19115) default Collection<? extends Individual> getIndividual()Individuals in the named organisation. Returns an empty collection if there is none.- Returns:
- individuals in the named organisation.
-