org.deegree.commons.datasource.configuration
Class AbstractWebBasedDataSourceType
java.lang.Object
org.deegree.commons.datasource.configuration.AbstractDataSourceType
org.deegree.commons.datasource.configuration.AbstractGeospatialDataSourceType
org.deegree.commons.datasource.configuration.AbstractWebBasedDataSourceType
- Direct Known Subclasses:
- WMSDataSourceType
public abstract class AbstractWebBasedDataSourceType
- extends AbstractGeospatialDataSourceType
A web based data source, sends a request to a service some were in the web using the http protocol. The CapabilitesDocument location defines
the location of the service, refresh can be true if the capabilities should not be cached and/or evaluated anew.
Java class for AbstractWebBasedDataSourceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractWebBasedDataSourceType">
<complexContent>
<extension base="{http://www.deegree.org/datasource}AbstractGeospatialDataSourceType">
<sequence>
<element name="CapabilitiesDocumentLocation">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="location" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="refreshTime" type="{http://www.w3.org/2001/XMLSchema}int" default="-1" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
capabilitiesDocumentLocation
protected AbstractWebBasedDataSourceType.CapabilitiesDocumentLocation capabilitiesDocumentLocation
AbstractWebBasedDataSourceType
public AbstractWebBasedDataSourceType()
getCapabilitiesDocumentLocation
public AbstractWebBasedDataSourceType.CapabilitiesDocumentLocation getCapabilitiesDocumentLocation()
- Gets the value of the capabilitiesDocumentLocation property.
- Returns:
- possible object is
AbstractWebBasedDataSourceType.CapabilitiesDocumentLocation
setCapabilitiesDocumentLocation
public void setCapabilitiesDocumentLocation(AbstractWebBasedDataSourceType.CapabilitiesDocumentLocation value)
- Sets the value of the capabilitiesDocumentLocation property.
- Parameters:
value - allowed object is
AbstractWebBasedDataSourceType.CapabilitiesDocumentLocation
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org]]>