Package | Description |
---|---|
org.apache.sis.metadata.iso.citation |
Reference to the data or service (citation, responsible party, contact information).
|
Modifier and Type | Method and Description |
---|---|
Collection<DefaultIndividual> |
DefaultOrganisation.getIndividual()
Returns the individuals in the named organization.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultOrganisation.setIndividual(Collection<? extends DefaultIndividual> newValues)
Sets the individuals in the named organization.
|
Constructor and Description |
---|
DefaultIndividual(DefaultIndividual object)
Constructs a new instance initialized with the values from the specified metadata object.
|
DefaultOrganisation(CharSequence name,
BrowseGraphic logo,
DefaultIndividual individual,
Contact contactInfo)
Constructs an organization initialized to the specified values.
|
Copyright © 2010–2015 The Apache Software Foundation. All rights reserved.