org.geotools.metadata.iso.identification
Class ServiceIdentificationImpl
Object
AbstractMetadata
ModifiableMetadata
MetadataEntity
IdentificationImpl
ServiceIdentificationImpl
- All Implemented Interfaces:
- Serializable, Cloneable, Identification, ServiceIdentification
public class ServiceIdentificationImpl
- extends IdentificationImpl
- implements 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
- Author:
- Martin Desruisseaux (IRD), Touraïvane
- See Also:
- Serialized Form
Methods inherited from class 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 interface Identification |
getAbstract, getAggregationInfo, getCitation, getCredits, getDescriptiveKeywords, getGraphicOverviews, getPointOfContacts, getPurpose, getResourceConstraints, getResourceFormat, getResourceMaintenance, getResourceSpecificUsages, getStatus |
ServiceIdentificationImpl
public ServiceIdentificationImpl()
- Constructs an initially empty service identification.
ServiceIdentificationImpl
public ServiceIdentificationImpl(ServiceIdentification source)
- Constructs a metadata entity initialized with the values from the specified metadata.
- Since:
- 2.4
Copyright © 1996-2014 Geotools. All Rights Reserved.