com.supermap.services.wcs
Class WCSConfig
- java.lang.Object
-
- com.supermap.services.wcs.WCSConfig
-
- All Implemented Interfaces:
- java.io.Serializable
public class WCSConfig extends java.lang.Object implements java.io.SerializableWCS service configuration information.
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description ServiceIdentificationidentificationService description.ServiceProviderproviderThe information of the service provider.java.lang.StringversionWCS version
-
Constructor Summary
Constructors Constructor and Description WCSConfig()
-
-
-
Field Detail
-
version
public java.lang.String version
WCS version
-
identification
public ServiceIdentification identification
Service description.
-
provider
public ServiceProvider provider
The information of the service provider.
-
-