Uses of Interface
org.opengis.metadata.identification.Identification

Packages that use Identification
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). 
 

Uses of Identification in org.geotools.metadata.iso
 

Methods in org.geotools.metadata.iso that return types with arguments of type Identification
 Collection<Identification> MetaDataImpl.getIdentificationInfo()
          Returns basic information about the resource(s) to which the metadata applies.
 

Method parameters in org.geotools.metadata.iso with type arguments of type Identification
 void MetaDataImpl.setIdentificationInfo(Collection<? extends Identification> newValues)
          Set basic information about the resource(s) to which the metadata applies.
 

Constructors in org.geotools.metadata.iso with parameters of type Identification
MetaDataImpl(ResponsibleParty contact, Date dateStamp, Identification identificationInfo)
          Creates a meta data initialised to the specified values.
 

Uses of Identification in org.geotools.metadata.iso.identification
 

Classes in org.geotools.metadata.iso.identification that implement Identification
 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.
 

Constructors in org.geotools.metadata.iso.identification with parameters of type Identification
IdentificationImpl(Identification source)
          Constructs a metadata entity initialized with the values from the specified metadata.
 

Uses of Identification in org.opengis.metadata
 

Methods in org.opengis.metadata that return types with arguments of type Identification
 Collection<? extends Identification> MetaData.getIdentificationInfo()
          Basic information about the resource(s) to which the metadata applies.
 

Uses of Identification in org.opengis.metadata.identification
 

Subinterfaces of Identification in org.opengis.metadata.identification
 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-2014 Geotools. All Rights Reserved.