Package | Description |
---|---|
org.geotools.metadata.iso |
Metadata implementation.
|
org.geotools.metadata.iso.identification |
Identification
implementation.
|
org.opengis.metadata |
Root package for metadata.
|
org.opengis.metadata.identification |
Identification information (includes data and
service identification).
|
Modifier and Type | Method and Description |
---|---|
Collection<Identification> |
MetaDataImpl.getIdentificationInfo()
Returns basic information about the resource(s) to which the metadata applies.
|
Modifier and Type | Method and Description |
---|---|
void |
MetaDataImpl.setIdentificationInfo(Collection<? extends Identification> newValues)
Set basic information about the resource(s) to which the metadata applies.
|
Constructor and Description |
---|
MetaDataImpl(ResponsibleParty contact,
Date dateStamp,
Identification identificationInfo)
Creates a meta data initialised to the specified values.
|
Modifier and Type | Class and Description |
---|---|
class |
DataIdentificationImpl
Information required to identify a dataset.
|
class |
IdentificationImpl
Basic information required to uniquely identify a resource or resources.
|
class |
ServiceIdentificationImpl
Identification of capabilities which a service provider makes available to a service user through
a set of interfaces that define a behaviour.
|
Constructor and Description |
---|
IdentificationImpl(Identification source)
Constructs a metadata entity initialized with the values from the specified metadata.
|
Modifier and Type | Method and Description |
---|---|
Collection<? extends Identification> |
MetaData.getIdentificationInfo()
Basic information about the resource(s) to which the metadata applies.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DataIdentification
Information required to identify a dataset.
|
interface |
ServiceIdentification
Identification of capabilities which a service provider makes available to a service user through
a set of interfaces that define a behaviour - See ISO 19119 for further information.
|
Copyright © 1996–2019 Geotools. All rights reserved.