org.geotools.metadata.iso.identification
Class ServiceIdentificationImpl

java.lang.Object
  extended by org.geotools.metadata.AbstractMetadata
      extended by org.geotools.metadata.ModifiableMetadata
          extended by org.geotools.metadata.iso.MetadataEntity
              extended by org.geotools.metadata.iso.identification.IdentificationImpl
                  extended by org.geotools.metadata.iso.identification.ServiceIdentificationImpl
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, org.opengis.metadata.identification.Identification, org.opengis.metadata.identification.ServiceIdentification

public class ServiceIdentificationImpl
extends IdentificationImpl
implements org.opengis.metadata.identification.ServiceIdentification

Identification of capabilities which a service provider makes available to a service user through a set of interfaces that define a behaviour.

Since:
2.1
Version:
$Id: ServiceIdentificationImpl.java 31557 2008-09-19 20:02:35Z desruisseaux $
Author:
Martin Desruisseaux (IRD), Touraïvane
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.geotools.metadata.AbstractMetadata
LOGGER
 
Constructor Summary
ServiceIdentificationImpl()
          Constructs an initially empty service identification.
ServiceIdentificationImpl(org.opengis.metadata.identification.ServiceIdentification source)
          Constructs a metadata entity initialized with the values from the specified metadata.
 
Method Summary
 
Methods inherited from class org.geotools.metadata.iso.identification.IdentificationImpl
getAbstract, getAggregationInfo, getCitation, getCredits, getDescriptiveKeywords, getGraphicOverviews, getPointOfContacts, getPurpose, getResourceConstraints, getResourceFormat, getResourceMaintenance, getResourceSpecificUsages, getStatus, setAbstract, setAggregationInfo, setCitation, setCredits, setDescriptiveKeywords, setGraphicOverviews, setPointOfContacts, setPurpose, setResourceConstraints, setResourceFormat, setResourceMaintenance, setResourceSpecificUsages, setStatus
 
Methods inherited from class org.geotools.metadata.iso.MetadataEntity
ensureNonNull, getStandard
 
Methods inherited from class org.geotools.metadata.ModifiableMetadata
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable
 
Methods inherited from class org.geotools.metadata.AbstractMetadata
asMap, asTree, equals, getInterface, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.opengis.metadata.identification.Identification
getAbstract, getAggregationInfo, getCitation, getCredits, getDescriptiveKeywords, getGraphicOverviews, getPointOfContacts, getPurpose, getResourceConstraints, getResourceFormat, getResourceMaintenance, getResourceSpecificUsages, getStatus
 

Constructor Detail

ServiceIdentificationImpl

public ServiceIdentificationImpl()
Constructs an initially empty service identification.


ServiceIdentificationImpl

public ServiceIdentificationImpl(org.opengis.metadata.identification.ServiceIdentification source)
Constructs a metadata entity initialized with the values from the specified metadata.

Since:
2.4


Copyright © 1996-2010 Geotools. All Rights Reserved.