| |
|
| org.geotools.metadata.iso.identification.IdentificationImpl org.geotools.metadata.iso.identification.ServiceIdentificationImpl
ServiceIdentificationImpl | public class ServiceIdentificationImpl extends IdentificationImpl implements ServiceIdentification(Code) | | Identification of capabilities which a service provider makes available to a service user
through a set of interfaces that define a behaviour.
version: $Id: ServiceIdentificationImpl.java 25175 2007-04-16 13:40:57Z desruisseaux $ author: Martin Desruisseaux author: Touraïvane since: 2.1 |
Constructor Summary | |
public | ServiceIdentificationImpl() Constructs an initially empty service identification. | public | ServiceIdentificationImpl(ServiceIdentification source) Constructs a metadata entity initialized with the values from the specified metadata. |
ServiceIdentificationImpl | public ServiceIdentificationImpl()(Code) | | Constructs an initially empty service identification.
|
ServiceIdentificationImpl | public ServiceIdentificationImpl(ServiceIdentification source)(Code) | | Constructs a metadata entity initialized with the values from the specified metadata.
since: 2.4 |
|
|
|