- All Superinterfaces:
Party
Information about the party if the party is an individual.
Conditional properties:
Following property has default method but shall nevertheless be implemented if the corresponding condition is met:- Position name is mandatory if the name (in parent interface) is not documented.
- Since:
- 3.1
-
Method Summary
Modifier and TypeMethodDescriptiondefault InternationalString
Position of the individual in an organisation.Methods inherited from interface org.opengis.metadata.citation.Party
getContactInfo, getIdentifiers, getName
-
Method Details
-
getPositionName
@UML(identifier="positionName", obligation=CONDITIONAL, specification=ISO_19115) default InternationalString getPositionName()Position of the individual in an organisation.- Returns:
- position of the individual in an organisation, or
null
if none. - Condition:
- Mandatory if name is not documented.
-