public class WmsCapabilities
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
WmsCapabilities.WmsCapability
The java representation of the xml capability element.
|
static class |
WmsCapabilities.WmsContact
The java representation of the xml contact element.
|
static class |
WmsCapabilities.WmsLayer
The class representing the xml layer element for wms.
|
static class |
WmsCapabilities.WmsStyle
Class representing the xml style element of the wms capabilities.
|
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
myAbstract
The Abstract.
|
protected java.lang.String |
myAccessConstraints
The access constraints.
|
protected WmsCapabilities.WmsCapability |
myCapability
The capability object on this wms server.
|
protected WmsCapabilities.WmsContact |
myContact
The contact information on this wms server.
|
protected java.lang.String |
myFees
The information on fees for using this service.
|
protected java.lang.String |
myHostName
The name of the machine that runs the ogc server.
|
protected java.util.List |
myKeywords
The Keywords.
|
protected java.lang.String |
myTitle
The title.
|
protected int |
myUpdateSequence
The update sequence of the capabilities.
|
Constructor and Description |
---|
WmsCapabilities(int theUpdateSequence,
java.lang.String theTitle,
java.lang.String theAbstract,
java.util.List theKeywords,
java.lang.String theHostName,
WmsCapabilities.WmsContact theContact,
java.lang.String theFees,
java.lang.String theAccessConstraints,
WmsCapabilities.WmsCapability theCapability)
Create a new instance of the capabilities which represent the complete meta data of the wms server.
|
Modifier and Type | Method and Description |
---|---|
WmsCapabilities.WmsCapability |
getCapability()
Return a reference to the capability entity
|
int |
getUpdateSequence()
Get the update sequence of this capabilities
|
java.lang.String |
toString()
Generate the complete xml output conforming to the capabilities dtd for a wms server version 1.1.0
|
protected java.lang.String myAbstract
protected java.util.List myKeywords
protected java.lang.String myHostName
protected java.lang.String myAccessConstraints
protected int myUpdateSequence
protected java.lang.String myTitle
protected WmsCapabilities.WmsContact myContact
protected WmsCapabilities.WmsCapability myCapability
protected java.lang.String myFees
public WmsCapabilities(int theUpdateSequence, java.lang.String theTitle, java.lang.String theAbstract, java.util.List theKeywords, java.lang.String theHostName, WmsCapabilities.WmsContact theContact, java.lang.String theFees, java.lang.String theAccessConstraints, WmsCapabilities.WmsCapability theCapability)
theUpdateSequence
- the Update Sequence,theTitle
- the Title,theAbstract
- the Abstract,theKeywords
- the Keywords,theHostName
- the Host Name,theContact
- the Contact,theFees
- the Fees,theAccessConstraints
- the Access Constraints,theCapability
- the Capabilitypublic WmsCapabilities.WmsCapability getCapability()
public int getUpdateSequence()
public java.lang.String toString()
toString
in class java.lang.Object