org.geotools.metadata.iso.identification
Class ServiceIdentificationImpl

java.lang.Object
  extended byorg.geotools.metadata.iso.MetadataEntity
      extended byorg.geotools.metadata.iso.identification.IdentificationImpl
          extended byorg.geotools.metadata.iso.identification.ServiceIdentificationImpl
All Implemented Interfaces:
java.lang.Cloneable, org.opengis.metadata.identification.Identification, java.io.Serializable, 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 17672 2006-01-19 00:25:55Z desruisseaux $
Author:
Martin Desruisseaux, Toura?vane
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.geotools.metadata.iso.MetadataEntity
LOGGER
 
Constructor Summary
ServiceIdentificationImpl()
          Constructs an initially empty service identification.
 
Methods inherited from class org.geotools.metadata.iso.identification.IdentificationImpl
equals, freeze, getAbstract, getCitation, getCredits, getDescriptiveKeywords, getGraphicOverviews, getPointOfContacts, getPurpose, getResourceConstraints, getResourceFormat, getResourceMaintenance, getResourceSpecificUsages, getStatus, hashCode, setAbstract, setCitation, setCredits, setDescriptiveKeywords, setGraphicOverviews, setPointOfContacts, setPurpose, setResourceConstraints, setResourceFormat, setResourceMaintenance, setResourceSpecificUsages, setStatus, toString
 
Methods inherited from class org.geotools.metadata.iso.MetadataEntity
appendLineSeparator, checkWritePermission, copyCollection, isModifiable, nonNullCollection, unmodifiable, unmodifiable
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.opengis.metadata.identification.Identification
getAbstract, getCitation, getCredits, getDescriptiveKeywords, getGraphicOverviews, getPointOfContacts, getPurpose, getResourceConstraints, getResourceFormat, getResourceMaintenance, getResourceSpecificUsages, getStatus
 

Constructor Detail

ServiceIdentificationImpl

public ServiceIdentificationImpl()
Constructs an initially empty service identification.



Copyright © GeoTools. All Rights Reserved.