Package | Description |
---|---|
org.apache.sis.metadata.iso.citation |
Reference to the data or service (citation, responsible party, contact information).
|
org.apache.sis.referencing.gazetteer |
Mapping between geographic identifiers (addresses, grid indexes…) and locations (descriptions, coordinates…).
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultIndividual
Information about the party if the party is an individual.
|
class |
DefaultOrganisation
Information about the party if the party is an organization.
|
Modifier and Type | Method and Description |
---|---|
Collection<AbstractParty> |
DefaultResponsibility.getParties()
Returns information about the parties.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultResponsibility.setParties(Collection<? extends AbstractParty> newValues)
Sets information about the parties.
|
Constructor and Description |
---|
AbstractParty(AbstractParty object)
Constructs a new instance initialized with the values from the specified metadata object.
|
DefaultResponsibility(Role role,
Extent extent,
AbstractParty party)
Constructs a responsibility initialized to the specified values.
|
Modifier and Type | Method and Description |
---|---|
AbstractParty |
AbstractLocation.getAdministrator()
Returns the organization responsible for defining the characteristics of the location instance.
|
AbstractParty |
ReferencingByIdentifiers.getOverallOwner()
Authority with overall responsibility for the spatial reference system.
|
AbstractParty |
ModifiableLocationType.getOwner()
Returns the name of organization or class of organization able to create and destroy location instances.
|
Modifier and Type | Method and Description |
---|---|
void |
ModifiableLocationType.setOwner(AbstractParty value)
Sets the organization or class of organization able to create and destroy location instances.
|
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.