Uses of Class
org.apache.sis.metadata.iso.citation.AbstractParty
Packages that use AbstractParty
Package
Description
JAXB adapters for metadata.
Utility classes for the implementation of SIS storage classes.
Reference to the data or service (citation, responsible party, contact information).
Mapping between geographic identifiers (addresses, grid indexes…) and locations (descriptions, coordinates…).
-
Uses of AbstractParty in org.apache.sis.internal.jaxb.metadata
Methods in org.apache.sis.internal.jaxb.metadata that return AbstractPartyModifier and TypeMethodDescriptionCI_Party.getElement()
Invoked by JAXB at marshalling time for getting the actual metadata to write inside the<cit:CI_Party>
XML element.Methods in org.apache.sis.internal.jaxb.metadata that return types with arguments of type AbstractPartyModifier and TypeMethodDescriptionprotected Class
<AbstractParty> CI_Party.getBoundType()
Returns the type which is bound by this adapter.Methods in org.apache.sis.internal.jaxb.metadata with parameters of type AbstractPartyModifier and TypeMethodDescriptionvoid
CI_Party.setElement
(AbstractParty value) Invoked by JAXB at unmarshalling time for storing the result temporarily.protected CI_Party
CI_Party.wrap
(AbstractParty value) Invoked byPropertyType
at marshalling time for wrapping the given metadata value in a<cit:CI_Party>
XML element.Constructors in org.apache.sis.internal.jaxb.metadata with parameters of type AbstractPartyModifierConstructorDescriptionprivate
CI_Party
(AbstractParty value) Constructor for theCI_Party.wrap(org.apache.sis.metadata.iso.citation.AbstractParty)
method only. -
Uses of AbstractParty in org.apache.sis.internal.storage
Fields in org.apache.sis.internal.storage declared as AbstractPartyModifier and TypeFieldDescriptionprivate AbstractParty
MetadataBuilder.party
Part of the responsible party of the MetadataBuilder.citation, ornull
if none.Methods in org.apache.sis.internal.storage that return AbstractPartyModifier and TypeMethodDescriptionprivate AbstractParty
MetadataBuilder.party()
Creates the individual or organization information object if it does not already exists, then returns it. -
Uses of AbstractParty in org.apache.sis.metadata.iso.citation
Subclasses of AbstractParty in org.apache.sis.metadata.iso.citationModifier and TypeClassDescriptionclass
Information about the party if the party is an individual.class
Information about the party if the party is an organization.Fields in org.apache.sis.metadata.iso.citation with type parameters of type AbstractPartyModifier and TypeFieldDescriptionprivate Collection
<AbstractParty> DefaultResponsibility.parties
Information about the parties.Methods in org.apache.sis.metadata.iso.citation that return AbstractPartyModifier and TypeMethodDescriptionprivate static AbstractParty
DefaultResponsibleParty.individual
(org.opengis.util.InternationalString name) Generates a new individual from the given name.private static AbstractParty
DefaultResponsibleParty.organisation
(org.opengis.util.InternationalString name) Generates a new organization from the given name.private static AbstractParty
DefaultResponsibleParty.position
(org.opengis.util.InternationalString name) Generates a new position from the given name.Methods in org.apache.sis.metadata.iso.citation that return types with arguments of type AbstractPartyModifier and TypeMethodDescriptionDefaultResponsibility.getParties()
Returns information about the parties.private Collection
<AbstractParty> DefaultResponsibility.getParty()
Method parameters in org.apache.sis.metadata.iso.citation with type arguments of type AbstractPartyModifier and TypeMethodDescriptionprivate static org.opengis.util.InternationalString
DefaultResponsibleParty.getName
(Collection<? extends AbstractParty> parties, Class<? extends AbstractParty> type, boolean position) Returns the name of the first party of the given type, ornull
if none.private static org.opengis.util.InternationalString
DefaultResponsibleParty.getName
(Collection<? extends AbstractParty> parties, Class<? extends AbstractParty> type, boolean position) Returns the name of the first party of the given type, ornull
if none.private void
DefaultResponsibleParty.setName
(Class<? extends AbstractParty> type, boolean position, org.opengis.util.InternationalString name, Function<org.opengis.util.InternationalString, AbstractParty> creator) Sets the name of the first party of the given type.private void
DefaultResponsibleParty.setName
(Class<? extends AbstractParty> type, boolean position, org.opengis.util.InternationalString name, Function<org.opengis.util.InternationalString, AbstractParty> creator) Sets the name of the first party of the given type.void
DefaultResponsibility.setParties
(Collection<? extends AbstractParty> newValues) Sets information about the parties.Constructors in org.apache.sis.metadata.iso.citation with parameters of type AbstractPartyModifierConstructorDescriptionAbstractParty
(AbstractParty object) Constructs a new instance initialized with the values from the specified metadata object.DefaultResponsibility
(org.opengis.metadata.citation.Role role, org.opengis.metadata.extent.Extent extent, AbstractParty party) Constructs a responsibility initialized to the specified values. -
Uses of AbstractParty in org.apache.sis.referencing.gazetteer
Fields in org.apache.sis.referencing.gazetteer declared as AbstractPartyModifier and TypeFieldDescriptionprivate final AbstractParty
ReferencingByIdentifiers.overallOwner
Authority with overall responsibility for the spatial reference system.private final AbstractParty
FinalLocationType.owner
Name of organization or class of organization able to create and destroy location instances.private AbstractParty
ModifiableLocationType.owner
Name of organization or class of organization able to create and destroy location instances.Methods in org.apache.sis.referencing.gazetteer that return AbstractPartyModifier and TypeMethodDescriptionAbstractLocation.getAdministrator()
Returns the organization responsible for defining the characteristics of the location instance.ReferencingByIdentifiers.getOverallOwner()
Authority with overall responsibility for the spatial reference system.abstract AbstractParty
AbstractLocationType.getOwner()
Name of organization or class of organization able to create and destroy location instances.FinalLocationType.getOwner()
Returns the name of organization or class of organization able to create and destroy location instances.ModifiableLocationType.getOwner()
Returns the name of organization or class of organization able to create and destroy location instances.Methods in org.apache.sis.referencing.gazetteer with parameters of type AbstractPartyModifier and TypeMethodDescriptionReferencingByIdentifiers.properties
(Object name, String id, AbstractParty party) Convenience method for helping subclasses to build their argument for the constructor.void
ModifiableLocationType.setOwner
(AbstractParty value) Sets the organization or class of organization able to create and destroy location instances.